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.
In reply to Modal frame in wxPerl? by james_
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |