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.
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.