Jump to content

Recommended Posts

Posted

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

Posted

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

Can you switch using CTRL+TAB?

---"Educate the Mind, Make Savage the Body" -Mao Tse Tung

Posted

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

Posted

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]

Posted

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.

Posted

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

Posted

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

Posted

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 now

THANK YOU! :)

Posted

ok try this code

#Include <GuiListView.au3>
$test = _GUICtrlListViewGetItemText("AfxWnd70u2", 1)
msgbox(0,"Value",$test)

while your app is up and selected..

Nothing returned.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...