Re: [Gambas-user] Change value shown in Tray Icon

2015-03-12 Thread bill-lancaster
My mistake was to use a .png file instead of an image value. It's working fine now Thanks -- View this message in context: http://gambas.8142.n7.nabble.com/Change-value-shown-in-Tray-Icon-tp50812p50870.html Sent from the gambas-user mailing list archive at Nabble.com. -

Re: [Gambas-user] Change value shown in Tray Icon

2015-03-10 Thread bill-lancaster
Thanks Benoît, Please see attached. a10-0.gz -- View this message in context: http://gambas.8142.n7.nabble.com/Change-value-shown-in-Tray-Icon-tp50812p50866.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] Change value shown in Tray Icon

2015-03-09 Thread Benoît Minisini
Le 07/03/2015 08:11, bill-lancaster a écrit : > Hello, > I wish to display a number (say 1 to 20) in a tray icon. > I can generate an icon sized .png file with with the value in it but the > displayed icon does not show the changed value. > Is is possible to do this? If so, what would be the best