... which (should) invoke a dialog box.<br><br><br>Things I've done/checked so far:<br><br>Created a simple Dialog box with a few controls (edit, text, etc) and saved it to the resource folder in GME/GME.rc/Dialog<br><br>
I added an auto-gen'd event handler which created a new class (Class.cpp for the purposes of this example) Note: the Class::Class(CWnd *pParent) : CDialogEx(Class::IDD, pParent) constructor is empty, I'm not sure if that's relevant but I don't think it is..<br>
<br>There's a MESSAGE_MAP COMMAND(menu_item_id, &class::member_function()) invocation within the Class.cpp was auto-generated. It's wrapped in the standard BEGIN_MESSAGE_MAP macro stuff.<br><br>However: when the menu item is clicked, the item remains gray. The properties for "enabled=true" and "gray=false" are both properly configured. So, I assume this is error is due to the message handler isnt registered<br>
<br><br>I'm lost! any help would be appreciated, again.<br><br>Thanks<br>-A<br>