[perl-win32-gui-users] Status Bar properties

2002-06-25 Thread Eric Hansen
Yes you can devide a status bar. The below code shows how I use half the status bar for text and half for a progress bar. $Status = $W->AddStatusBar( -name => "Status", -text => " ", -font => $SFont, ); $Progress = new Win32::GUI::ProgressBar($Status, -name => "Progress",

[perl-win32-gui-users] Status Bar properties

2002-06-25 Thread Anufriyenko,Igor,SOLON,ITSS
Hello, Is there a way to divide status bar into sections? i.e. ***Section with local time***separator***Section with column # *** Separator, etc.. Thanks. Igor Anufriyenko

[perl-win32-gui-users] ListBox positioning and splitter

2002-06-25 Thread Hassan Naga
Hi everyone I have two listbox separated by a splitter but that splitter doesn't appear , so it doesn't work 8-( can anybody help me another question how to change the alignment in the listbox - i:e to make it right or centeral - ? Thanx for those will replay and those will ignore me 8-) thanx ___