gwlc Posted September 13, 2006 Posted September 13, 2006 HI guys, I need a help. There is a window which I want to autoit. There are two panels which I can't switch with TAB. I can't get the information from autoit active windows info. (please see the screenshot). I can use mouse to CLICK to select right panel, but anybody have more smart method? Thanks
blademonkey Posted September 13, 2006 Posted September 13, 2006 HI guys, I need a help. There is a window which I want to autoit. There are two panels which I can't switch with TAB. I can't get the information from autoit active windows info. (please see the screenshot).I can use mouse to CLICK to select right panel, but anybody have more smart method? ThanksCan you switch using CTRL+TAB? ---"Educate the Mind, Make Savage the Body" -Mao Tse Tung
gwlc Posted September 13, 2006 Author Posted September 13, 2006 Can you switch using CTRL+TAB?Bad news: NO
blademonkey Posted September 13, 2006 Posted September 13, 2006 Bad news: NO Ok, i know you already say that you could tab to it. but i would like for you to try it again. The reason i ask is because that screenshot looks alot the the my computer window you get when you have "common tasks" enabled.I know for a fact that you can tab through those items, an almost undetectable dotted rectangular box will show around that selection. you'll have to tab alot to get to the right pane, but eventually it gets there (alternatively you can do a shift+tab which reverses the tab order). ---"Educate the Mind, Make Savage the Body" -Mao Tse Tung
Danny35d Posted September 13, 2006 Posted September 13, 2006 Try using this window control grabber... AutoIt Scripts:NetPrinter - Network Printer UtilityRobocopyGUI - GUI interface for M$ robocopy command line
AceLoc Posted September 14, 2006 Posted September 14, 2006 i think i could help you, what do you exactly want? what must the 'script' do?/ [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
gwlc Posted September 14, 2006 Author Posted September 14, 2006 Try using this window control grabber...Good tools. i will try it. Thanks
gwlc Posted September 14, 2006 Author Posted September 14, 2006 Ok, i know you already say that you could tab to it. but i would like for you to try it again. The reason i ask is because that screenshot looks alot the the my computer window you get when you have "common tasks" enabled.I know for a fact that you can tab through those items, an almost undetectable dotted rectangular box will show around that selection. you'll have to tab alot to get to the right pane, but eventually it gets there (alternatively you can do a shift+tab which reverses the tab order).it seems a bug, I can't TAB from one panel to the other.
gwlc Posted September 14, 2006 Author Posted September 14, 2006 i think i could help you, what do you exactly want?what must the 'script' do?/The system manager read data from database and create a list. I want to use each links in left panel and read all result in right panel if possbible. Thanks
blademonkey Posted September 14, 2006 Posted September 14, 2006 it seems a bug, I can't TAB from one panel to the other.ok try this code #Include <GuiListView.au3> $test = _GUICtrlListViewGetItemText("AfxWnd70u2", 1) msgbox(0,"Value",$test) while your app is up and selected.. ---"Educate the Mind, Make Savage the Body" -Mao Tse Tung
Bert Posted September 14, 2006 Posted September 14, 2006 Try using this window control grabber...Danny, I don't know if you remember helping me with a Unicenter addin I made, but I had a major problem trying to interact with the controls on it. This thing gives me the information I needed to interface directly with them. I've been trying to solve this problem for 18 months nowTHANK YOU! The Vollatran project My blog: http://www.vollysinterestingshit.com/
gwlc Posted September 14, 2006 Author Posted September 14, 2006 ok try this code #Include <GuiListView.au3> $test = _GUICtrlListViewGetItemText("AfxWnd70u2", 1) msgbox(0,"Value",$test) while your app is up and selected.. Nothing returned.
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