Skip to main content
lukaszd69128772
Participant
March 8, 2017
Question

Dialogs

  • March 8, 2017
  • 1 reply
  • 323 views

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

This topic has been closed for replies.

1 reply

lukaszd69128772
Participant
March 13, 2017

Also, when sniffing around on google I found that there could be available debug version for in design - this could be very helpful since it is SDK component that is giving me response I didn't assume