[Gambas-user] Ubuntu message

Gian bagoneo at ...69...
Sun Mar 22 12:31:11 CET 2015


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




More information about the User mailing list