Posts: 1,769
Threads: 410
Joined: Feb 2003
Will a toolbar display an animated icon or gif?
I need a little flashing notice when I have a certian function active...
Thx
Posts: 12,087
Threads: 142
Joined: Dec 2002
QM toolbars don't support animated icons, although it is possible to change toolbar icons with toolbar hook function. Easier way is to place icon into system notification area (tray).
;function starts
Tray t.AddIcon("$qm$\mouse.ico" "My function. Ctrl+Click to end.")
;...
Posts: 1,769
Threads: 410
Joined: Feb 2003