hotkeys on options

 From:  Michael Gibson
9589.6 In reply to 9589.5 
Hi quaritexa,

re:
> What if object options is in separate window, opened with
> moi.ui.createDialog('ObjectOptions.htm');? How to address it's objects?

The MoI UI is not designed to have object options in a separate window like that, although I would think that the above script using moi.ui.commandUI to access it should still work as long as your custom UI only has one <moi:CommandUIContainer> element set up in it.

But script moi.ui.commandUI should work to access the command UI wherever it may be, I would think that a lot of commands would be broken if that did not work.

- Michael