Re: creating dialogs in a secondary thread
> Octavian Rasnita wrote: >> PS. Can you tell me if WxPerl works with Perl 5.10? On Windows using Strawberry Perl it works for sure. Gabor
Re: creating dialogs in a secondary thread
Octavian Rasnita wrote: Hi, My program uses an internal web server which is ran in a separate thread and when a certain address is accessed, I want it to display a certain Wx::Dialog. I've seen that I can display with no problems a Wx::MessageBox, but I can't display well a Wx::Dialog becau
