Re: [Gambas-user] Tray icon not updated sometimes

2008-08-30 Thread HARADA Kazutaka
Benoit Minisini wrote: > Yes, actually the icon is not automatically refreshed. It will be fixed in a > next commit. > I confirmed that the bug is fixed in 2.8.2. Thank you Benoit. -- -- Kazutaka HARADA e-mail:[EMAIL PROTECTED] --

Re: [Gambas-user] Tray icon not updated sometimes

2008-08-27 Thread Benoit Minisini
On mercredi 27 août 2008, HARADA Kazutaka wrote: > HARADA Kazutaka wrote: > > Woks fine! > > > > But, in my another project, which using trayicon, does not works fine. > > TrayIcon.Picture is not updated immediately. > > > > OK, I will check it again and report it later if I found something.^^; > >

Re: [Gambas-user] Tray icon not updated sometimes

2008-08-27 Thread HARADA Kazutaka
HARADA Kazutaka wrote: > Woks fine! > > But, in my another project, which using trayicon, does not works fine. > TrayIcon.Picture is not updated immediately. > > OK, I will check it again and report it later if I found something.^^; > Sorry, my previous post was bit wrong. This only happens for

Re: [Gambas-user] Tray icon not updated sometimes

2008-08-27 Thread HARADA Kazutaka
Benoit Minisini wrote: >> PUBLIC SUB Form_Show() >> >>SLEEP 3 >>TrayIcon1.Picture = Picture["green.png"] >>SLEEP 3 >>TrayIcon1.Picture = Picture["yhellow.png"] >>SLEEP 3 >>TrayIcon1.Picture = Picture["red.png"] >> >> END >> > What happens if you replace "SLEEP" by "WA

Re: [Gambas-user] Tray icon not updated sometimes

2008-08-27 Thread Benoit Minisini
On mercredi 27 août 2008, HARADA Kazutaka wrote: > Hi, > > Another problem for tray icon found. > > With gambas2-2.8.1, I found that the picture of tray icon is not > updated (changed) sometimes. > > I wrote a small project to reproduce it. > - create new form and put a trayicon in it > - set defau

[Gambas-user] Tray icon not updated sometimes

2008-08-27 Thread HARADA Kazutaka
Hi, Another problem for tray icon found. With gambas2-2.8.1, I found that the picture of tray icon is not updated (changed) sometimes. I wrote a small project to reproduce it. - create new form and put a trayicon in it - set default picutre of trayicon (TrayIcon1.Picture="blue.png") - then put f