Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Progress in a TrayTip?

$
0
0
No idea whether this is possible but i have a simple Progress set which i wondered if it could be done in a tray tip with the progress.
The progress set is like this
[ autoit ]      
ProgressOn("Checking ...", "Please Wait", "0 %", -1, -1, 16) ProgressSet(10, 10 & " %") ProgressSet(20, 20 & " %") ProgressSet(30, 30 & " %") ; etc
So i tried this
[ autoit ]      
TrayTip( "Checking ... Please Wait", "0 %", -1, 1) TraySetToolTip("10 %") ; etc

But it doesnt work, it just stays on zero, admittedly the program changes quite quickly so it needs to be instant

I searched but there seems to be very little on this subject

It would be cool if i could have the green progress bar in the tooltip :)

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>