gadgetlist not updating?
Posted: Sat Nov 01, 2003 1:12 pm
im writing a little monitor tool that sends a string to another pc
over network every 30 secs.
now i made the "receiver" hacing a window with listgadget.
every 30 secs it receives the string and should display it
by: AddGadgetItem (0,-1,x$)
my problem:
it does display the string _only_ if i move my mouse over the window
(just having it focused or having the mouse pointer on it is not enough),
if i dont move the mouse for eg 2 minutes, and then move over the
window, all "missing" strings are displayed at once...
what am i doin wrong?
what might be an alternative (where i can add a line in intervals and
also scroll?)
thx
muab
over network every 30 secs.
now i made the "receiver" hacing a window with listgadget.
every 30 secs it receives the string and should display it
by: AddGadgetItem (0,-1,x$)
my problem:
it does display the string _only_ if i move my mouse over the window
(just having it focused or having the mouse pointer on it is not enough),
if i dont move the mouse for eg 2 minutes, and then move over the
window, all "missing" strings are displayed at once...
what am i doin wrong?
what might be an alternative (where i can add a line in intervals and
also scroll?)
thx
muab