Hello Folks..
Atlast i found what i realy wanted,
a GUI posibility for windows in Perl..(Not that VisualPerl shit)...
But, as long as i lose events it's not any funn programming...:(
I made a test script to show what i meen..
download is at http://ceressites.nl/Win32::GUI/test.zip
First problem is:
1 Start test.cgi
2 Enable the TreeView Object (Menu - Tree>Enable)
3 now you'll see the menu event names are lost if you click again on one of
the menu items..
But you still see the printed info when clicking a TreeView-node..(DOS
screen)
Here i lose the Menu-Event-Names(after adding a TreeView Object in the
Main Window).
Perl Error (Undefined subroutinge &main:: called at 'test.cgi' line
'*line*') when klicking a random menu item.
Second problem is:
1 Start test.cgi
2 Enable the TabStrip Object (Menu - Tab>Enable).
3 Enable the TreeView Object (Menu - Tree>Enable).
4 Now the menu event names are this time not lost if you click again on one
of the menu items..
but now you'll see nothing printed when clicking a TreeView-node..(DOS
screen)
so the events are not fired i gess..
Here the TreeView-node Events are lost.(After adding a TreeView Object
in a TabStrip)
This is verry frustrating to work with, what am i doing wrong?
or do i have an incompleet version?
I'm running Win32::GUI version 0.0.665 on WinXP..
Greeting,
Ceres..