>Nope...I'm looking for wxYES, wxNO and wxCANCEL, which should be valid
>returnvalues for a wxMessageBox (see the wxWindows documentation). wxYES=
>works, but what about wxNO?
well, i use wxID_[(YES)|(NO)|(CANCEL)] for my dialogs and assume that's
right.
what return do you get from the wxMessageBox when you click ok?
wxYES -> 32
wxID_YES -> 5103
wxID_NO -> 5104
wxID_CANCEL -> 5101
if you get 5103 then the wxID_XYZ's are ok. else i can't help.
greeting
Marco
|