Herbert,

to get a working demo, amend line 310 of Wx::Demo

from
$INC{$f} = 'skip it';

to

eval { $INC{$f} = 'skip it'; };


This is a problem affecting Wx::Demo on Perl 5.10.0 on Windows.
There is a TreeBook demo in there.


I have never produced a dropdown Toolbar Icon. Hopefully someone else has.

Regards

Mark




herbert breunung wrote:
how I do a Toolbar icon with a drop down menu (you that one with an litte arrow on)

and my second question is: i currently do some wrestling with a Wx::Treebook-, but since there is no example, i see only an obscure view with empty scrollbars that i cant hide
and the panels nowhere. any i there anywhere a demo i overseen?

the current demo has a problem:

Modification of non-creatable hash value attempted, subscript "Wx/DemoModules/wx
HVScrolledWindow.pm" at C:/strawberry/perl/site/lib/Wx/Demo.pm line 310.


thanks so far especially mark,
good night


Reply via email to