Rainz Posted March 28, 2006 Posted March 28, 2006 Hi everybody! I need to catch the event that comes when a balloon tip is clicked. any suggestions (I just started using Autoit)?
zeroZshadow Posted March 28, 2006 Posted March 28, 2006 mm now ur saying it, i am misshing that. maby you can use the TrayGetMsg() function ?? check it in the helpfile *If u thought life couldn't get worse, u meet me *<guy> What would you give my little sister to unzip ?<friend> 10 bucks<guy> No, i mean like Winzip...
Rainz Posted March 28, 2006 Author Posted March 28, 2006 I just can't find it in my helpfile (using the search function)....
greenmachine Posted March 29, 2006 Posted March 29, 2006 Get beta if you don't have it, and use the Index (it would be under T for tray...).http://www.autoitscript.com/autoit3/files/beta/autoit/Also handy is Scite: http://www.autoitscript.com/autoit3/scite/downloads.php
Valik Posted March 29, 2006 Posted March 29, 2006 After acquiring the beta version, look into GUIRegisterMsg(). If you are going to capture the event, it will be via that. There is no built-in support for handling the event and there is no plan to add it. Balloon tips are supported on Windows 2000+ but that click event is only supported on Windows XP+. That's too many platform dependencies, IMO.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now