[Gambas-user] ERROR with rev. 7767

2016-05-06 Thread Ru Vuott
Hello BenoƮt, during " ~/trunk $ make " I obtain this error: make[5]: uscita dalla directory "/home/vuott/trunk/main/lib/gui.trayicon" Making all in inotify make[5]: ingresso nella directory "/home/vuott/trunk/main/lib/inotify" CC gb_inotify_la-main.lo make[5]: *** Nessuna regola per ge

Re: [Gambas-user] MessageBox problem

2016-05-06 Thread Gianluigi
I mean something like this, see attached 2016-05-06 16:46 GMT+02:00 Gianluigi : > You must add the third button (CANCEL), or create your message box. > It is not difficult, look at the code of Benoit Minisini in gb.Form. > > 2016-05-06 14:08 GMT+02:00 Charlie : > >> Yes I am aware of this but as

[Gambas-user] Apache setting with cgi Gambas3

2016-05-06 Thread Leving Tinoco
Hi everyone Anyone know how to setting Apache step by step make work script from Gambas3? Thanks -- Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performan

Re: [Gambas-user] MessageBox problem

2016-05-06 Thread Gianluigi
You must add the third button (CANCEL), or create your message box. It is not difficult, look at the code of Benoit Minisini in gb.Form. 2016-05-06 14:08 GMT+02:00 Charlie : > Yes I am aware of this but as I said "The MessageBox gives focus to the > first > button created so it's a good idea to u

Re: [Gambas-user] QT5 Configuration on Ubuntu 16.04

2016-05-06 Thread Gianluigi
I have already Gambas and it works OK. QT4Configuration is used to change the theme in Ubuntu classic and so should do QT5ct. You have Ubuntu classic (Unity) and you can use the transparency? Make this test: Create a new graphic project. Draw a label (label1) Above the label to cover it draws a tex

Re: [Gambas-user] MessageBox problem

2016-05-06 Thread Charlie
Yes I am aware of this but as I said "The MessageBox gives focus to the first button created so it's a good idea to use the first button as 'Cancel' in case a user presses [Enter]." So in your example if you reverse the 'Yes' and 'No' (Cancel) buttons so that if the user presses [Enter] the 'No' bu

Re: [Gambas-user] QT5 Configuration on Ubuntu 16.04

2016-05-06 Thread Charlie
Try the following command. *sudo add-apt-repository -y ppa:gambas-team/gambas3 && sudo apt-get update && sudo apt-get -y install gambas3* -- View this message in context: http://gambas.8142.n7.nabble.com/QT5-Configuration-on-Ubuntu-16-04-tp56232p56233.html Sent from the gambas-user mailing list

[Gambas-user] QT5 Configuration on Ubuntu 16.04

2016-05-06 Thread Gianluigi
On Ubuntu 16.04 I had understood that QT5 Configuration Tool (qt5ct) was for QT5 as QT4 Configuration for QT4. I obtained from PPA as well: sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get install qt5ct As soon as installed, there was to be added to ~/.profile this

Re: [Gambas-user] MessageBox problem

2016-05-06 Thread Gianluigi
Your message works correctly, see attached 2016-05-04 17:24 GMT+02:00 Charlie : > The MessageBox gives focus to the first button created so it's a good idea > to > use the first button as 'Cancel' in case a user presses [Enter]. > If the user decides he does not want the MessageBox at all and pre