[Gambas-user] Message Box Already Displayed

2013-08-09 Thread bill-lancaster
Thanks Tobi Yes, the problem was assocaited with an event. Bill -- View this message in context: http://gambas.8142.n7.nabble.com/Message-Box-Already-Displayed-tp42758p42767.html Sent from the gambas-user mailing list archive at Nabble.com. ---

[Gambas-user] Updating Error in rev. 5781

2013-08-09 Thread Ru Vuott
Hello, I was updating my Gambas-3 with rev. 5781, when I obtained this error: ** make[5]: Entering directory `/home/vuott/trunk/main/lib/data' CC gb_data_la-main.lo main.c:27:23: fatal error: c_avltree.h: No such file or directory compilation terminated. make[5]

[Gambas-user] Build error in gb.net.curl

2013-08-09 Thread PICCORO McKAY Lenz
Err i have already installed libcurl-openssl-dev, should be installed their conunter part libcurl-gnutls-dev ? CC gb_net_curl_la-CNet.lo CNet.c:65: error: ‘CURLAUTH_DIGEST_IE’ no se declaró aquí (no en una función) CNet.c:146: error: ‘CURLE_SSL_CRL_BADFILE’ no se declaró aquí (no en una func

Re: [Gambas-user] Compiling? what are disabled/happen if i not have kde4 devel libs installed?

2013-08-09 Thread Benoît Minisini
Le 09/08/2013 19:33, PICCORO McKAY Lenz a écrit : > where modules need depends on kde4libs for compiling gambas? > > i mean, what happen if i not have installed runtime and devel libraries of > kde4 ? when compiling gambas! > > > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com Gamb

[Gambas-user] Compiling? what are disabled/happen if i not have kde4 devel libs installed?

2013-08-09 Thread PICCORO McKAY Lenz
where modules need depends on kde4libs for compiling gambas? i mean, what happen if i not have installed runtime and devel libraries of kde4 ? when compiling gambas! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com

Re: [Gambas-user] Help Gambas2 on Mint15

2013-08-09 Thread Charlie Reinl
Am Donnerstag, den 08.08.2013, 11:46 -0400 schrieb Pino Zollo: > Hi, > > I need to run my old programs written in Gambas2 on a Mint15 PC with MATE. > > While Gambas 3 compiles very well, with Gambas2 I can not because of QT: > > ./configure says: > > Disabled > gb.qt >

Re: [Gambas-user] pass parameters to another form invoke where?

2013-08-09 Thread Fabien Bodard
Well Tobi I think you need to complete the idea. in fAuth : Private $iId as Integer Public Value as Integer Public sub Run(Id as integer) as boolean dim hForm as new hAuth $iId = Id return not hForm.ShowModal() End Public sub _Load() 'Get UserInfo from $iId and then txtUser.Text = resul

Re: [Gambas-user] Message Box Already Displayed

2013-08-09 Thread Tobias Boege
On Fri, 09 Aug 2013, bill-lancaster wrote: > In a fairly simple programme I get this error when only one message box is > displayed > > Is there a known cause for this? > The cause is that you *want* to display another one... This sometimes happens to me when I display a Message box from an even

[Gambas-user] Message Box Already Displayed

2013-08-09 Thread bill-lancaster
In a fairly simple programme I get this error when only one message box is displayed Is there a known cause for this? -- View this message in context: http://gambas.8142.n7.nabble.com/Message-Box-Already-Displayed-tp42758.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] pass parameters to another form invoke where?

2013-08-09 Thread Tobias Boege
On Fri, 09 Aug 2013, PICCORO McKAY Lenz wrote: > i need to invoke another from from main form, but need to pass one > parameter, how can i do that? > > i have tho following code in main form, where i cant pass parameters to the > "FAuth" form that invoke?: > > ' create a instance of the another f

[Gambas-user] pass parameters to another form invoke where?

2013-08-09 Thread PICCORO McKAY Lenz
i need to invoke another from from main form, but need to pass one parameter, how can i do that? i have tho following code in main form, where i cant pass parameters to the "FAuth" form that invoke?: ' create a instance of the another form, that have tow input text, id and password fauth = Ne

Re: [Gambas-user] GAMBAS2 is now being used in school teaching in KERALA state in INDIA

2013-08-09 Thread Tobias Boege
On Thu, 08 Aug 2013, monika wrote: > hi Benoit,GAMBAS2 is now being used in school teaching in KERALA state in > INDIA. Using GAMBAS2 we (some teachers of KERALA) wrote a software called > SETIGam(Self Evaluation Tool In Gambas) to help our students in their > learning process. It is very much appr