From: Charles A. <cha...@al...> - 2007-01-09 19:16:12
|
How about: my $win = Win32::GUI::Window->new( -name => 'etc...', -minwidth => $fill_in_with_image_width, -minheight => $fill_in_with_image_height, ); Now you won't have to worry about the image going away. (You could also look into redrawing the image on a Resize event). Thanks, Charles Alderman Quoting Guojun Yang <gy...@pl...>: > Hi, all, > I print a graphic on a window, but when I resize the window smaller > than the image the image content outside of the window frame is gone > even after I size it back to the original size. Can anyone suggest > a solution?Thanks, > Guojun |