10-13-2009 10:14 AM
Solved! Go to Solution.
10-14-2009 07:13 AM
Hi paicolman,
Right now the Step Properties Pane in the Sequence Editor is built into the Sequence Editor and, therefore, only available within the Sequence Editor not in the custom Operator interface.
The reason why the one in the Sequence Editor looks different is because it is a more compact design so it could easily fit into the Sequence Editor as a pane and not another popup window. The one for the OI is a popup window, so it doesn't need to be so small and compact.
If you wanted to modify the Step Properties dialog, you would have to completely construct your own dialog and change the callback that connects the command kind. It would be pretty difficult to implement, so using the default dialog is recommended.
Greetings,
cheggers
10-14-2009 07:46 AM
Hi Cheggers,
Thanks for the answer, I imagined that it would be quite hard to implement. We'll have to live with the popup dialog, which is less handy than having most of the things just on the main window...
10-13-2010 04:38 AM
Hi,
I'm trying to implement Step Properties editor in my custom OI and using TSUI_CommandsInsertKind (cmds, &errorInfo, TSUIConst_CommandKind_Edit_StepProperties, gMainWindow.sequenceFileViewMgr, -1, "", "", NULL).
Unfortunately the Properties popup appears with all options disabled. Do you have idea how to resolve this?
Thanks