> 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
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
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
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
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
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
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
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
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