cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Arbortext Editor XUI dialog - passing parameters

JimK
1-Newbie

Arbortext Editor XUI dialog - passing parameters

I am using Arbortext Editor 5.3 on Windows XP and wanted to know how I could pass my custom XUI dialog parameters. Basically, I am intercepting an insert of a tag and want to pass the XUI dialog box the tag that the user is trying to insert.
1 REPLY 1

You can pass the tagname via dlgitem_set_value(window, dlgitem, value); with the following parameters: window: the windowID of your XUI dialog (generated via window_create(); dlgitem: the name of the XUI-Item to fill with your value (defined in the xui-file) value: the name of the tag.
Top Tags