Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Icon ShowProgress
#2
Macro TrayProgress help
Code:
Copy      Help
;Tray icon that shows progress of something.

;EXAMPLES

#compile "__TrayProgress"
TrayProgress x.Init
x.AddIcon("empty.ico")

int i
for i 0 40
,x.Update(i*100/40)
,0.2

x.Update(100 " :)")
1


Attached Files
.qml   TrayProgress.qml (Size: 2.29 KB / Downloads: 554)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)