[Gambas-user] Ubuntu message

Fabien Bodard gambas.fr at ...626...
Sun Mar 22 15:22:58 CET 2015


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.fr at ...626...>:
> like the standart kde/unty balloon ?
>
> 2015-03-22 14:14 GMT+01:00 Gian <bagoneo at ...69...>:
>> 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 at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
>
> --
> Fabien Bodard



-- 
Fabien Bodard




More information about the User mailing list