Message 1 of 7
CUI - How do you select something in a pop up in your command script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I made a command button in the CUI (LayoutDF) to add a layout using a template called "~~Default).
the script is : ^C^C^R;Layout;T;~~default.dwt;^I^I^I;D;;;R;;
The idea is to add a layout, delete the Layout1, and rename the added layout.
The script works but don't want to have to click ok when the "Insert layout(s)" popup appears. I placed the tabs(^I) to try to get it to select the layout name but it still requires me to click ok. The only layout in the popup is called LAYOUT. How can I get it to select the layout and click ok, so that it moves to the next step?
Mechrover