in reply to Re: Modal frame in wxPerl?
in thread Modal frame in wxPerl?

Ahh, that's exactly right! Wx::Dialog does the trick. I was trying Wx::MessageDialog which doesn't allow for additional widgets.

Thanks for the help! As a side note, when using Wx::Dialog, all widgets should be placed directly on the Dialog, not on a Wx::Panel on the Wx::Dialog. This is different to frames.