Notifications
Clear all
[Closed] UIAccessor and the Command Panel
Feb 03, 2011 3:53 pm
Hi all,
Can you get at the command panel via UIAccessor when it’s docked?
GetPopupDialogs won’t show the command panel because it’s not a popup dialog when it’s docked.
Cheers,
Paul
2 Replies
1 Reply
command panel is “ModifyTask” window. to find it:
parent_hwnd = for c in windows.getChildrenHWND #max where c[4] == "ModifyTask" do exit with c[1]