I apologize for the delay of the answers.
Benoit,
any method I use before Quit (.Hide(), Delete(), Detach($hTray) either
alone or together) I always get warnings.
Zainudin,
with your code does not go out by the application and if I add Quit go out
with warnings.
Sorry
Gianluigi
2016-04-16 2:40 GMT
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
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
--
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
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
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
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
-
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
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 :)
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 surel
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
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
Memory=159
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 with my KDE Plasma v5.5.5
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
DBus=libdbus-1.so.3.
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 wo
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 Pi
On lundi 08 septembre 2008, Ron wrote:
> Benoit Minisini schreef:
> > On dimanche 07 septembre 2008, Ron wrote:
> >> Hi,
> >>
> >> I want to add trayicon functionality to my program.
> >> So I have dragged a Trayicon object to my main form to start with.
> >>
> >> When I start my program I get an '
Benoit Minisini schreef:
> On dimanche 07 septembre 2008, Ron wrote:
>
>> Hi,
>>
>> I want to add trayicon functionality to my program.
>> So I have dragged a Trayicon object to my main form to start with.
>>
>> When I start my program I get an 'Embedding has failed' error.
>> Since the message
On dimanche 07 septembre 2008, Ron wrote:
> Hi,
>
> I want to add trayicon functionality to my program.
> So I have dragged a Trayicon object to my main form to start with.
>
> When I start my program I get an 'Embedding has failed' error.
> Since the message is so sparse, I have no clue where to l
Hi,
I want to add trayicon functionality to my program.
So I have dragged a Trayicon object to my main form to start with.
When I start my program I get an 'Embedding has failed' error.
Since the message is so sparse, I have no clue where to look...
Do I miss a component, or forgot something?
I'
20 matches
Mail list logo