[wxPython-users] MessageDialogs on linux
by other posts by this author
Mar 24 2003 3:46PM messages near this date
Re: [wxPython-users] Making wxTreeListCtrl visible from Python
|
[wxPython-users] Re: MessageDialogs on linux
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 g
et rid of it. I implement the dialogs this way:
theBox = wxMessageDialog(self, msgText, title, wxOK | wxICON_INFORMATION | wxCENTRE | wxSTAY
_ON_TOP)
as you can see i only want an ok button but for some reason that help button shows up also.
Thanks
Christopher Regan
Factory Applications Programmer
(845) 902-1313
"Move like a jellyfish. Rhythm is nothing. You go with the flow. You don't stop." ~ Jack Joh
nson
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@[...].org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org
Thread:
Davor Cengija
Robin Dunn
|