Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

[CONNECT C++] Modal Dialogs and ComboBoxRsc

$
0
0

I'm porting some V8i code to CONNECT and i have "discovered" an issue with modal dialogs and ComboBox. In the .r file, my dialog box is defined with DIALOGATTR_MODAL, and in my code I call mdlDialog_openModel(). Once the dialog box is constructed, when you attempt to change the combo box selection, the only messages received are DITEM_MESSAGE_BUTTON and DITEM_MESSAGE_STATECHANGING. A DITEM_MESSAGE STATECHANGED is never received.

 

If I remove the "modal" dialog attribute in the resource, and use mdlDialog_open() instead, then the DITEM_MESSAGE_STATECHANGED is received.

 

I don't think it was this way in V8i.... I'd like my dialog box to be modal AND let me get the picked row from the Combo box.

 

Bruce


Viewing all articles
Browse latest Browse all 7260

Trending Articles