Re: [Gambas-user] TrayIcon question

2016-04-14 Thread zainudin ahmad
That is from your code, maybe this can help. - Set property Persistent (Form property) to true ( http://gambaswiki.org/wiki/comp/gb.qt4/window/persistent) - Use _new() event instead open() - When close(exit) don't use quit, just set me.persistent = false and $hTray.Delete() attach fix project :)

Re: [Gambas-user] TrayIcon question

2016-04-14 Thread Benoît Minisini
Le 14/04/2016 20:01, Benoît Minisini a écrit : > 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

Re: [Gambas-user] TrayIcon question

2016-04-14 Thread Benoît Minisini
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 surely badly implemented a DBus answer for a corner case, but

Re: [Gambas-user] TrayIcon question

2016-04-14 Thread Gianluigi
Hello Jussi, the world is beautiful because it is different or variety is the spice of life. :-) Regards Gianluigi [System] Gambas=3.8.4 OperatingSystem=Linux Kernel=3.19.0-58-generic Architecture=x86_64 Distribution=Ubuntu 14.04.4 LTS Desktop=GNOME Theme=Cleanlooks Language=it_IT.UTF-8

Re: [Gambas-user] TrayIcon question

2016-04-14 Thread Gianluigi
Excuse me Lee, I did not believe that I created a monster, with so few lines of code. Ciao Gianluigi 2016-04-14 18:59 GMT+02:00 T Lee Davidson : > I cannot help you understand it, GianLuigi, because I don't understand it > either. But, I can say that it didn't play nice

Re: [Gambas-user] TrayIcon question

2016-04-14 Thread Jussi Lahtinen
Works here as expected. [System] Gambas=3.8.90 r7641 OperatingSystem=Linux Kernel=3.13.0-37-generic Architecture=x86_64 Distribution=Linux Mint 17.2 Rafaela Desktop=GNOME Theme=Gtk Language=en_US.UTF-8 Memory=7985M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0

Re: [Gambas-user] TrayIcon question

2016-04-14 Thread T Lee Davidson
I cannot help you understand it, GianLuigi, because I don't understand it either. But, I can say that it didn't play nice with my KDE Plasma v5.5.5 on Qt v5.5.1. It kept repeatedly crashing Plasma in a loop until I killed it. On 04/14/2016 11:29 AM, Gianluigi wrote: I can not understand how

[Gambas-user] TrayIcon question

2016-04-14 Thread Gianluigi
I can not understand how works TrayIcon. Can someone help me. Attached small demonstration who gives me these Warnigs: gbx3: warning: circular references detected: gbx3: 1 FMain gbx3: 1 DBusStatusIcon gbx3: 1 DBusStatusIconMenu gbx3: 1 TrayIcon gbx3: 4 DBusObject gbx3: 1

[Gambas-user] [Gambas Bug Tracker] Bug #917: Violación de segmento (`core' generado)

2016-04-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.917=L21haW4- Comment #3 by Jose FRANCISCO: I have used the repository at: https://launchpad.net/~gambas-team/+archive/ubuntu/gambas3 and shows this: http://ppa.launchpad.net/gambas-team/gambas3/ubuntu/dists/xenial/main/binary-i386/Packages 404

[Gambas-user] [Gambas Bug Tracker] Bug #917: Violación de segmento (`core' generado)

2016-04-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.917=L21haW4- Jose FRANCISCO changed the state of the bug to: Opened. -- Find and fix application performance issues faster with Applications Manager Applications

Re: [Gambas-user] Mediaview Length and Pos

2016-04-14 Thread Johny Provoost
Ok got revision #7740 now and 'Duration' and 'Position' works perfectly. Thank you very much. Johny Op 13-04-16 om 20:57 schreef Benoît Minisini: > Le 13/04/2016 18:48, Johny Provoost a écrit : >> Is it possible to get the length and the Position of the played media >> with the Mediaview object.