[perl-win32-gui-users] Splashscreen

2006-02-24 Thread Sky Blueshoes
When my application starts, I create a splashscreen. I found the code in an example. What I want to do is add some functionality to the picture. my %cOptions; $cOptions{-size} = [($SplashPic->Info())[0,1]]; $cOptions{-bitmap} = $SplashPic; my $splash = Win32::GUI::Label->new( -popstyle

[perl-win32-gui-users] GetOpenFileName

2006-02-24 Thread Igor Anufriyenko
Hello, Is there a way to hide "My Documents" button from the "Places" shortcut bar in the GetOpenFileName dialog box? Selecting this button under Windows 2000 OS hangs entire script. All other shortcuts respond normally. This behaviour cannot be replicated on XP platform. So far the o

[perl-win32-gui-users] Flat and color border in textfield objects

2006-02-24 Thread Waldemar Biernacki
Hi! Does anybody know how to force win32::gui border to be flat and colored, Mow textfields seem to be inset. Something like html/css: border:solid 1px #ff; regards Waldemar Biernacki