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 show him the message with typical balloon of Ubuntu:
 Dim comando, sText As String
 sText = My spectacular Gambas3 message in Ubuntu
 comando = notify-send '  sText  '
 Shell comando
 as do other software like Mozilla Thunderbird.
 One question: would not be wonderful if Gambas also inform us so? :)
 Regards
 Gianluigi


 Inform us about what?


...any information with balloon...

Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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:
 Dim comando, sText As String
 sText = My spectacular Gambas3 message in Ubuntu
 comando = notify-send '  sText  '
 Shell comando
 as do other software like Mozilla Thunderbird.
 One question: would not be wonderful if Gambas also inform us so? :)
 Regards
 Gianluigi


Inform us about what?

-- 
Benoît Minisini

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 gambas...@gmail.com:
 like the standart kde/unty balloon ?

 2015-03-22 14:14 GMT+01:00 Gian bago...@libero.it:
 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 show him the message with typical balloon of Ubuntu:
 Dim comando, sText As String
 sText = My spectacular Gambas3 message in Ubuntu
 comando = notify-send '  sText  '
 Shell comando
 as do other software like Mozilla Thunderbird.
 One question: would not be wonderful if Gambas also inform us so? :)
 Regards
 Gianluigi


 Inform us about what?


 ...any information with balloon...

 Regards
 Gianluigi

 --
 Dive into the World of Parallel Programming The Go Parallel Website, 
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for 
 all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



 --
 Fabien Bodard



-- 
Fabien Bodard

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 bago...@libero.it:
 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 show him the message with typical balloon of Ubuntu:
 Dim comando, sText As String
 sText = My spectacular Gambas3 message in Ubuntu
 comando = notify-send '  sText  '
 Shell comando
 as do other software like Mozilla Thunderbird.
 One question: would not be wonderful if Gambas also inform us so? :)
 Regards
 Gianluigi


 Inform us about what?


 ...any information with balloon...

 Regards
 Gianluigi

 --
 Dive into the World of Parallel Programming The Go Parallel Website, sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 less.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Fabien Bodard
what error ?


2015-03-22 16:01 GMT+01:00 Gian bago...@libero.it:
 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


 --
 Dive into the World of Parallel Programming The Go Parallel Website, sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 comando, sText As String
 sText = My spectacular Gambas3 message in Ubuntu
 comando = notify-send '  sText  '
 Shell comando
 as do other software like Mozilla Thunderbird.
 One question: would not be wonderful if Gambas also inform us so? :)

Apparently this program once came with the libnotify package into my Arch
Linux which was, in turn, installed here as a dependency of python2-notify,
so I'd say it's a non-core program.

Don't know if it's worth it to add another dependency to Gambas, just to
replace our working Balloon with a fancier but external Balloon. Also it
doesn't show anything on my system, whereas Gambas' Balloon never failed
me :-)

Regards,
Tobi

-- 
There's an old saying: Don't change anything... ever! -- Mr. Monk

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 gambas...@gmail.com:
 what error ?


 2015-03-22 16:01 GMT+01:00 Gian bago...@libero.it:
 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


 --
 Dive into the World of Parallel Programming The Go Parallel Website, 
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for 
 all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



 --
 Fabien Bodard



-- 
Fabien Bodard

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

My idea: See attached
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 spectacular Gambas3 message in Ubuntu
comando = notify-send '  sText  '
Shell comando
as do other software like Mozilla Thunderbird.
One question: would not be wonderful if Gambas also inform us so? :)
Regards
Gianluigi

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user