[Gambas-user] Issue 353 in gambas: mouse cursor won't hide when over some controls in GTK

2012-11-07 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-GTK New issue 353 by zachsmit...@gmail.com: mouse cursor won't hide when over some controls in GTK http://code.google.com/p/gambas/issues/detail?id=353 1) When a form's mouse pro

[Gambas-user] Issue 352 in gambas: gambas3 XMLReader component generates wrong output (gambas2 was working fine)

2012-11-07 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 352 by uale...@gmail.com: gambas3 XMLReader component generates wrong output (gambas2 was working fine) http://code.google.com/p/gambas/issues/detail?id=352 1) Describe t

Re: [Gambas-user] Running program

2012-11-07 Thread Fabien Bodard
You can use a .Lock file. if this file exist for example in ~/.cache/myapp dir then say to the user that the app is already running ... destroy this file when quitting the app if the app crash before so the file still exist.. just say to the user if he is sure to not have launched another time...

Re: [Gambas-user] Running program

2012-11-07 Thread Johny Provoost
Op 07-11-12 12:12, Cogier schreef: > Can you tell me the best way to spot that there is another instance of the > same Gambas program running at the same time. > > I have users who sometimes start the same program written in Gambas twice > and I would like the 2nd instance to pop up a message sayi

[Gambas-user] Running program

2012-11-07 Thread Cogier
Can you tell me the best way to spot that there is another instance of the same Gambas program running at the same time. I have users who sometimes start the same program written in Gambas twice and I would like the 2nd instance to pop up a message saying that there is already a copy of the progr

Re: [Gambas-user] Issue 351 in gambas: Program doesn't run from gambas IDE, it hangs on "gb.httpd"

2012-11-07 Thread gambas
Comment #5 on issue 351 by uale...@gmail.com: Program doesn't run from gambas IDE, it hangs on "gb.httpd" http://code.google.com/p/gambas/issues/detail?id=351 I normally test with the stable (3.3.3) and with the latest SVN release to determine if it is already fixed or not. Can you make the e