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
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 =
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
3 matches
Mail list logo