james_ has asked for the wisdom of the Perl Monks concerning the following question:
In wxWidgets it is simple to make a dialog modal (i.e. it blocks program flow until answered by clicking a button). However to make a custom dialog (i.e. frame with different widgets) we must use a Wx::Frame not Wx::Dialog.
The Wx::Frame does not support the ShowModal() command, so how does one get a Wx::Frame to be modal, or to suspend all program activity until answered?
I can't find any literature on this, so any suggestions would be appreciated! Thanks, James.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Modal frame in wxPerl?
by eddw (Initiate) on Nov 25, 2008 at 15:03 UTC | |
by james_ (Novice) on Nov 25, 2008 at 18:04 UTC |