Pieter Posted August 24, 2006 Posted August 24, 2006 How can I see if somebody clicked on a TrayTip? iPod + Online calendars = iPodCALsync
Valuater Posted August 24, 2006 Posted August 24, 2006 How can I see if somebody clicked on a TrayTip?use the mouse position ( based on screen size ) and check for a mouse down or primary down8)
Pieter Posted August 24, 2006 Author Posted August 24, 2006 That would need a lot of math, wouldn't it? I don't want their CPU to be overloaded just because I want the program to be able to detect if the user clicked a TrayTip. I guess I'll just stick with MessageBoxes. iPod + Online calendars = iPodCALsync
sshrum Posted August 26, 2006 Posted August 26, 2006 I want the program to be able to detect if the user clicked a TrayTip.Bumping this cuz I was looking for this sort of functionality in the past...sort of a: "Click this ballon to do something" sorta thing.Is this feasible? Should this be posted/moved to the ideas area? Sean Shrum :: http://www.shrum.net All my published AU3-based apps and utilities 'Make it idiot-proof, and someone will make a better idiot'
Pieter Posted August 26, 2006 Author Posted August 26, 2006 Yeah, it would be cool if they came up with a function to do that. Maybe something like:$traytip = TrayTip("Test", "This is a test. Click to exit.", 500, 1) While 1 Select Case $msg = $traytip Exit EndSelect WEndoÝ÷ ØêÚºÚ"µÍÌÍÝ^]H^U ][ÝÕÝ ][ÝË ][ÝÕÈÈHÝÛXÚÈÈ^]][ÝË LJB^UÙ]XÝ[Û ÌÍÝ^] ][ÝÙ^]ÙÜ[I][ÝÊB[È^]ÙÜ[J B^][[ iPod + Online calendars = iPodCALsync
Xander Posted August 30, 2006 Posted August 30, 2006 I'd love to see this functionality included, too.
Pieter Posted August 31, 2006 Author Posted August 31, 2006 Then somebody has to move this topic to the Idea section. iPod + Online calendars = iPodCALsync
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