Lakes Posted May 1, 2006 Posted May 1, 2006 I want to save out the wav file for all the frames in a Wink http://www.debugmode.com/wink/ recording.However, there is no text for any of the buttons in the frame properties ToolbarWindow321.Control ID: 6263ClassNameNN: ToolbarWindow321Text: Style: 0x50000941ExStyle: 0x00000000These properties are the same for each button.No Keyboard shortcuts either.Any ideas on how to select the correct button using controlClick? Thanks! 2015 - Still no flying cars, instead blankets with sleeves.
Moderators SmOke_N Posted May 1, 2006 Moderators Posted May 1, 2006 Worse case, I guess you could always use ClickInControl by larry. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Lakes Posted May 1, 2006 Author Posted May 1, 2006 Worse case, I guess you could always use ClickInControl by larry.Thanks.Use ControlgetPos then this...As a further check would it be possible to read/get the Tooltop Text?This would help to identify each button. 2015 - Still no flying cars, instead blankets with sleeves.
exodius Posted May 1, 2006 Posted May 1, 2006 If you know the approximate region of the window, you could always do a PixelSearch to help verify that you're clicking the right area... as long as the button has a unique color in it.
Lakes Posted May 1, 2006 Author Posted May 1, 2006 If you know the approximate region of the window, you could always do a PixelSearch to help verify that you're clicking the right area... as long as the button has a unique color in it.All the buttons have unique tooltips, If anyone knows of a way to read the Tooltip text, let me know! 2015 - Still no flying cars, instead blankets with sleeves.
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