Re: [Gambas-user] Modal dialog + Balloon hangs program

2010-01-17 Thread BenoƮt Minisini
> Hi all, > > Last night I discovered this feature: > > If you have a balloon on FMain and want to let it appear while there is > a modal dialog open (I didn't test a non-modal form yet), the balloon > isn't shown and the program hangs, eating 100 % CPU load. > > I made a little test app to show

Re: [Gambas-user] Modal dialog + Balloon hangs program

2010-01-14 Thread Fiddler63
Yes, the program run normally within no hangups or issues. kim Ok, yes, you're right: Mine is 2.16 on an "somewhat older" Suse 10.3 as terminal server. But I guess it's not that. "works fine" means no problems with it on your system? Rolf Am 13.01.2010 10:28, schrieb Fiddler63: > > oops, I

Re: [Gambas-user] Modal dialog + Balloon hangs program

2010-01-13 Thread Rolf-Werner Eilert
Ok, yes, you're right: Mine is 2.16 on an "somewhat older" Suse 10.3 as terminal server. But I guess it's not that. "works fine" means no problems with it on your system? Rolf Am 13.01.2010 10:28, schrieb Fiddler63: > > oops, I forgot. > Ubuntu 9.10 and Gambas 2.13 > Kim > > > Works fine here

Re: [Gambas-user] Modal dialog + Balloon hangs program

2010-01-13 Thread Fiddler63
oops, I forgot. Ubuntu 9.10 and Gambas 2.13 Kim Works fine here Kim Rolf-Werner Eilert wrote: > > Maybe the rights are wrong? I tried it here, it works fine. Unpack that > thing and try doing a chown -R on the directory, this should fix it for > you. > > Rolf > > > Am 13.01.2010 09:29, sc

Re: [Gambas-user] Modal dialog + Balloon hangs program

2010-01-13 Thread Rolf-Werner Eilert
In case my idea doesn't help, just create it yourself: You need a Form FMain with a Button1 and a Timer1. You need another form that you name dlgTest. There do not need to be any objects on this form, it's just the dialog window to be opened. You set the Timer1 to 1. The code on FMain is f

Re: [Gambas-user] Modal dialog + Balloon hangs program

2010-01-13 Thread Fiddler63
Works fine here Kim Maybe the rights are wrong? I tried it here, it works fine. Unpack that thing and try doing a chown -R on the directory, this should fix it for you. Rolf Am 13.01.2010 09:29, schrieb Fiddler63: > > Unable to open download > Kim > > > Hi all, > > Last night I discovered th

Re: [Gambas-user] Modal dialog + Balloon hangs program

2010-01-13 Thread Rolf-Werner Eilert
Maybe the rights are wrong? I tried it here, it works fine. Unpack that thing and try doing a chown -R on the directory, this should fix it for you. Rolf Am 13.01.2010 09:29, schrieb Fiddler63: > > Unable to open download > Kim > > > Hi all, > > Last night I discovered this feature: > > If you

Re: [Gambas-user] Modal dialog + Balloon hangs program

2010-01-13 Thread Fiddler63
Unable to open download Kim Hi all, Last night I discovered this feature: If you have a balloon on FMain and want to let it appear while there is a modal dialog open (I didn't test a non-modal form yet), the balloon isn't shown and the program hangs, eating 100 % CPU load. I made a little t

[Gambas-user] Modal dialog + Balloon hangs program

2010-01-12 Thread Rolf-Werner Eilert
Hi all, Last night I discovered this feature: If you have a balloon on FMain and want to let it appear while there is a modal dialog open (I didn't test a non-modal form yet), the balloon isn't shown and the program hangs, eating 100 % CPU load. I made a little test app to show this and try