hi,
I've the problem that my labels are only shown after clicking on them or after
resizing the window.
do I have to implement a repainting or something?
my script:
[snip]
$cfg_window=Win32::GUI::Window->new(
-name => "configwin",
-title => "$cfg{name} - Configuration",
Hi,
I want to make an input with a dialogbox.
but I've the problem that the program continues while the dialogbox is open.
how can i make the script waiting for closing the dialogbox?
thx
juergen
my script:
[snip]
do_something...
ask_filename();
do_the_rest...
sub ask_filename {
# Create Find
2 matches
Mail list logo