From: Mo <mo...@mo...> - 2002-10-01 18:31:42
|
Hello, I wrote a script that mainly acts as a server (in the background), but sometimes it's supposed to open a message-window. Now, from my understanding I need to define/open a window before I can display a Wx::MessageBox? Is there a way that I just need to open a messagebox without having a frame as the base? Also, I would need to have this messagebox opened with just one subroutine call giving the message as a parameter. I'm not that advanced in (wx)Perl, so I have problems to put a whole wxPerl script for a simple messagebox in one subroutine or package. Any help greatly appreciated. Thank you, Mo Schmidt |