Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Toolbar icon
#1
Will a toolbar display an animated icon or gif?
I need a little flashing notice when I have a certian function active...

Thx
#2
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).

Code:
Copy      Help
;function starts
Tray t.AddIcon("$qm$\mouse.ico" "My function. Ctrl+Click to end.")
;...
#3
Thanks....


Forum Jump:


Users browsing this thread: 1 Guest(s)