Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Tobias Boege
On Sun, 22 Mar 2015, Gian wrote: > Hi Benoit, > I know this has been discussed, and I apologize for repeating. > In Ubuntu if I want to show to a user in a message boloon I change > colors by acting through the HTML commands. > Or I can show him the message with typical "balloon" of Ubuntu: > Dim

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 16:28, Fabien Bodard ha scritto: what is your desktop environment ? [System] Gambas=3.7.0 OperatingSystem=Linux Kernel=3.13.0-48-generic Architecture=x86_64 Distribution=Ubuntu 14.04.2 LTS Desktop=GNOME Theme=QGtk Language=it_IT.UTF-8 Memory=4961M [Libraries] Cairo=libcairo.so.2.1

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 16:21, Fabien Bodard ha scritto: > what error ? bash: syntax error near the token is not expected "" MyApp "," -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and d

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Fabien Bodard
what is your desktop environment ? 2015-03-22 16:21 GMT+01:00 Fabien Bodard : > what error ? > > > 2015-03-22 16:01 GMT+01:00 Gian : >> Il 22/03/2015 15:22, Fabien Bodard ha scritto: >>> You can use : >>> >>> dBus["org.freedesktop.Notifications"]["/org/freedesktop/Notifications"].Notify("MyApp", >

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Fabien Bodard
what error ? 2015-03-22 16:01 GMT+01:00 Gian : > Il 22/03/2015 15:22, Fabien Bodard ha scritto: >> You can use : >> >> dBus["org.freedesktop.Notifications"]["/org/freedesktop/Notifications"].Notify("MyApp", >> "2", Null, "About My Notify", "This is a Notifications!!!", Null, >> Null, 5) > > > Sor

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 15:22, Fabien Bodard ha scritto: > You can use : > > dBus["org.freedesktop.Notifications"]["/org/freedesktop/Notifications"].Notify("MyApp", > "2", Null, "About My Notify", "This is a Notifications!!!", Null, > Null, 5) Sorry Fabien, I get error ---

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 15:50, Jussi Lahtinen ha scritto: > Sorry, but I hate the idea. I want to see the error messages where they > belong, and crashes in their own window which doesn't autoclose. So, just > like it is now. OK, shame that a normal Ubuntu user does not see ... I meant one more, not one les

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Jussi Lahtinen
> ...any information with balloon... > Sorry, but I hate the idea. I want to see the error messages where they belong, and crashes in their own window which doesn't autoclose. So, just like it is now. Jussi -- Dive into

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Fabien Bodard
You can use : dBus["org.freedesktop.Notifications"]["/org/freedesktop/Notifications"].Notify("MyApp", "2", Null, "About My Notify", "This is a Notifications!!!", Null, Null, 5) 2015-03-22 15:09 GMT+01:00 Fabien Bodard : > like the standart kde/unty balloon ? > > 2015-03-22 14:14 GMT+01:00 Gian

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Fabien Bodard
like the standart kde/unty balloon ? 2015-03-22 14:14 GMT+01:00 Gian : > Il 22/03/2015 13:08, Benoît Minisini ha scritto: >> Le 22/03/2015 12:31, Gian a écrit : >>> Hi Benoit, >>> I know this has been discussed, and I apologize for repeating. >>> In Ubuntu if I want to show to a user in a message

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 13:08, Benoît Minisini ha scritto: > Le 22/03/2015 12:31, Gian a écrit : >> Hi Benoit, >> I know this has been discussed, and I apologize for repeating. >> In Ubuntu if I want to show to a user in a message boloon I change >> colors by acting through the HTML commands. >> Or I can sho

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Benoît Minisini
Le 22/03/2015 12:31, Gian a écrit : > Hi Benoit, > I know this has been discussed, and I apologize for repeating. > In Ubuntu if I want to show to a user in a message boloon I change > colors by acting through the HTML commands. > Or I can show him the message with typical "balloon" of Ubuntu: > Di

[Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Hi Benoit, I know this has been discussed, and I apologize for repeating. In Ubuntu if I want to show to a user in a message boloon I change colors by acting through the HTML commands. Or I can show him the message with typical "balloon" of Ubuntu: Dim comando, sText As String sText = "My spectacu