Notifications
Clear all

[Closed] UIAccessor and the Command Panel

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
(@denist)
Joined: 11 months ago

Posts: 0

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]

Fantastic, cheers!