[perl-win32-gui-users] my labels are only shown after clicking an them or resizing the window

2007-09-26 Thread a9876543210
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",

[perl-win32-gui-users] How to wait for a Dialogbox to continue the program?

2007-09-26 Thread a9876543210
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