Hello
Just a quick question, i created some dialogs using wxMessageDialog and it seems that no matter what i specify as the buttons there always appears a help button. Any ideas how to get rid of it. I implement the dialogs this way:
Hello
Just a quick question, i created some dialogs using wxMessageDialog
and it seems that no matter what i specify as the buttons there always
appears a help button. Any ideas how to get rid of it. I implement the
dialogs this way:
wxSTAY_ON_TOP probably has the same value as wxHELP. Since it's a modal dialog you shouldn't need wxSTAY_ON_TOP anyway.
···
christopher.j.regan@philips.com wrote:
Hello Just a quick question, i created some dialogs using
wxMessageDialog and it seems that no matter what i specify as the
buttons there always appears a help button. Any ideas how to get rid
of it. I implement the dialogs this way: