Search the Community
Showing results for tags 'tooltips'.
-
Maximized Windows in Windows 10 usually (for me) don't show tooltips or hints. For a short time following a WIndows update this was fixed on my laptop but after another day, and maybe another update, the problem returned, so I don't understand what the conditions are. The script below checks f...
- 3 replies
-
- windows 10
- tooltips
-
(and 1 more)
Tagged with:
-
Hi I've create this udf so that you can display, tool tips, for a certain amount of time asyncronously? So it works like tray tips. Normally you go tooltips("blah") sleep(3000); 3 secs This works ok but, but halts program while sleeping, this UDF , let you do other things as soon as th...