Posted on 2005-02-09 13:50:07-08 by crwearn
Tk-ToolBar v0.09 option -in
Hi, New to Tk but not Perl (have moved from Win32::GUI) Have created two toolbars and am attempting to set the second one to start (embed) in the first using the -in option, however whatever value I try to use as 'a valid Tk-ToolBar object' it does not recognise it.
my $tbMain = $winMain->ToolBar(qw/-moveable 1 -side top -indicatorcolor blue/); $tbMain->ToolButton etc... my $tbMain2 = $winMain->ToolBar(qw/-side top -in ??valid Tk-ToolBar object??/);
what (or should I say how) do I enter the 'valid Tk-ToolBar object'
Thanks in advance
Chris
Direct Responses: 78 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.