I want to have multiple TreeViews switchable through a TabStrip. But
it's not working the way I thought :) Any help is _greatly_
appreciated. Here's how I'm trying:
1) Create a TabStrip:
$tab = $window->AddTabStrip
2) Add items to the TabStrip:
$tab1 = $tab->InsertItem
3) Create TreeViews as children to the tabs:
$tv1 = new Win32::GUI::TreeView($tab1, %OPTIONS)
4) Show the window and start the MainLoop
But it doesn't work! arghh :) When looking at the sample file PMX.pl, I
tried to figure out how they did it, but I'm just getting more and more
confused. Can anybody point me in the right direction? Again, your
time is appreciated.
Cheers!
Aaron Dalton
--
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/IT d+ s+:+>: a->? C+++ ULC>+++ P++++$ L>+++ E-
W++$ N++(+) o>+ K++ w-- O@ M-- V PS-- PE++ Y+ PGP+
t+ 5+++ X+(++) R tv+ b+++ DI++(+++) D++ G e>+++
h+>---- r y-
------END GEEK CODE BLOCK------