Dialogs
Hi there,
I am trying to add a new dialog to the plugin I am working on. Implementation is mostly copy/paste as the other two's, but InDesign is keep displaying the one that has ID one lower then the new one. To create a dialog in my plugin I use RsrcSpec passing in locale, plugin id, rsrcType and my new dialog ID and at this points everything feels right but on it's creation/open opens a different one. What can I be missing here ?
Edit: excuse me I forgot to mention, if ID is set to be lower than the others two than IDialogMgr::CreateNewDialog(newDialogSpec, IDialog::kModal, kFalse) returns nil
Br.
Łukasz