Re: [Gambas-user] TrayIcon question

2016-04-15 Thread zainudin ahmad
This example more clear, attach file I hope it's work On Sat, Apr 16, 2016 at 5:27 AM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 16/04/2016 00:00, Gianluigi a écrit : > > Unfortunately, even with the trunk, does not change anything > > With $hTray.Delete() I do not go out from a

Re: [Gambas-user] TrayIcon question

2016-04-15 Thread Benoît Minisini
Le 16/04/2016 00:00, Gianluigi a écrit : > Unfortunately, even with the trunk, does not change anything > With $hTray.Delete() I do not go out from application and Quit gives me > warnigs. > Regards > Gianluigi > You must hide the trayicon to allow the application to quit. -- Benoît Minisini --

Re: [Gambas-user] TrayIcon question

2016-04-15 Thread Gianluigi
Unfortunately, even with the trunk, does not change anything With $hTray.Delete() I do not go out from application and Quit gives me warnigs. Regards Gianluigi 2016-04-15 15:59 GMT+02:00 Benoît Minisini : > Le 15/04/2016 15:53, Gianluigi a écrit : > > Thank you Zainudin, > > unfortunately, also

Re: [Gambas-user] Trunk compilation error

2016-04-15 Thread Gianluigi
Yes Benoit, very well thank you Regards Gianluigi 2016-04-15 23:11 GMT+02:00 Benoît Minisini : > Le 15/04/2016 23:09, Benoît Minisini a écrit : > > Le 15/04/2016 23:01, Gianluigi a écrit : > >> I tried to install the latest trunk of a virtual machine with Ubuntu > >> 15.10. > >> The clone with an

Re: [Gambas-user] Trunk compilation error

2016-04-15 Thread Benoît Minisini
Le 15/04/2016 23:09, Benoît Minisini a écrit : > Le 15/04/2016 23:01, Gianluigi a écrit : >> I tried to install the latest trunk of a virtual machine with Ubuntu >> 15.10. >> The clone with an already installed Gambas3 stable 3.8.4. >> I attach log files with errors, and system informations of the

Re: [Gambas-user] Trunk compilation error

2016-04-15 Thread Benoît Minisini
Le 15/04/2016 23:01, Gianluigi a écrit : > I tried to install the latest trunk of a virtual machine with Ubuntu 15.10. > The clone with an already installed Gambas3 stable 3.8.4. > I attach log files with errors, and system informations of the clone with > stable. > Regards > Gianluigi > Oops, sor

[Gambas-user] Trunk compilation error

2016-04-15 Thread Gianluigi
I tried to install the latest trunk of a virtual machine with Ubuntu 15.10. The clone with an already installed Gambas3 stable 3.8.4. I attach log files with errors, and system informations of the clone with stable. Regards Gianluigi compile.log.tar.bz2 Description: BZip2 compressed data System

[Gambas-user] [Gambas Bug Tracker] Bug #752: Gambas shows - gbx3: warning: trying to watch fd #-1

2016-04-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.752&from=L21haW4- Alexander KUIPER added an attachment: TestSocket.example.tar.gz -- Find and fix application performance issues faster with Applications Manager Applica

[Gambas-user] [Gambas Bug Tracker] Bug #752: Gambas shows - gbx3: warning: trying to watch fd #-1

2016-04-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.752&from=L21haW4- Comment #3 by Alexander KUIPER: Ok, finally found the way to reproduce it with a simple project (with a bigger project is it more visible). Also reproduced on Gambas3 3.8.4. To reproduce it, do as follows: - gunzip/tar the tests

[Gambas-user] [Gambas Bug Tracker] Bug #918: Debian package does not build if it relies on library

2016-04-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.918&from=L21haW4- C THAL reported a new bug. Summary --- Debian package does not build if it relies on library Type : Bug Priority : High Gambas version : 3.8.90 (TRUNK) Product : Development Environment Descr

[Gambas-user] [Gambas Bug Tracker] Bug #918: Debian package does not build if it relies on library

2016-04-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.918&from=L21haW4- C THAL added an attachment: buildlog.txt -- Find and fix application performance issues faster with Applications Manager Applications Manager provides

Re: [Gambas-user] TrayIcon question (Plasma)

2016-04-15 Thread T Lee Davidson
On 04/14/2016 02:01 PM, Benoît Minisini wrote: > Le 14/04/2016 19:46, Gianluigi a écrit : >> Excuse me Lee, >> I did not believe that I created a monster, with so few lines of code. >> Ciao >> Gianluigi >> > > What make Plasma crashes is setting the menu. I will investigate why > exactly... I surel

Re: [Gambas-user] TrayIcon question

2016-04-15 Thread Gianluigi
Thank you very much Benoit Regards Gianluigi 2016-04-15 15:59 GMT+02:00 Benoît Minisini : > Le 15/04/2016 15:53, Gianluigi a écrit : > > Thank you Zainudin, > > unfortunately, also with your interesting code, I do not go out from > > application. > > See attached image (Stop is red). > > Regards

Re: [Gambas-user] TrayIcon question

2016-04-15 Thread Benoît Minisini
Le 15/04/2016 15:53, Gianluigi a écrit : > Thank you Zainudin, > unfortunately, also with your interesting code, I do not go out from > application. > See attached image (Stop is red). > Regards > Gianluigi > The bug should be fixed in revision #7745. Regards, -- Benoît Minisini -

Re: [Gambas-user] TrayIcon question

2016-04-15 Thread Gianluigi
Thank you Zainudin, unfortunately, also with your interesting code, I do not go out from application. See attached image (Stop is red). Regards Gianluigi 2016-04-15 2:26 GMT+02:00 zainudin ahmad : > That is from your code, maybe this can help. > > - Set property Persistent (Form property) to tru