[perl-win32-gui-users] Re: TabStrip Question

2005-01-27 Thread Blair Sutton
Hi Leonard, Another solution is to use Win32::GUI::XMLBuilder (WGX). WGX will do automatic resizing of child widgets for you and also you get the chance to use WGXSplitter, this allows you to resize your TreeView and your TabStrip frames one the fly. A typical example of this format is used in

[perl-win32-gui-users] Centering Win32::GUI::GetOpenFileName Dialog Box

2005-01-27 Thread John Whitney
Does anyone know how I could center my Win32::GUI::GetOpenFileName dialog box in my window say $window_main? $directory_and_file_name = Win32::GUI::GetOpenFileName ( -owner => $window_main , -size => [ 400, 400 ] , -directory => $directory , -file =

Re: [perl-win32-gui-users] TabStrip Question

2005-01-27 Thread Jez White
Hi, Yes, the treeview/tabstrip is possible and is quite easy - I actually use this arrangement in one of my apps:) Just create both controls as you would normally, and position them in the layout you require. The samples directory should really be part of the binary - but it's part of the sou