in reply to Re: Loop Widgets in Container
in thread Loop Widgets in Container
Output:my $FG_FrameInit = $PageFG -> LabFrame( -label=>"In +itialize Device", -labelside=>"acrosstop", -borderwidth=>1, -relief=>"raised"); my $entry_FGDeviceAddress = $FG_FrameInit -> LabEntry( -lab +el=>"Address:", -background=>"white", -width=>15, -text=>"ASRL7::INSTR", -labelPack=>[-side=>"left"]); $balloon->attach($entry_FGDeviceAddress, -balloonmsg => "Device Addres +s"); my $btn_FGInitDevice = $FG_FrameInit -> Button( -text=> +"Init", -command=>\&InitFG); my @a = $FG_FrameInit->children(); print "$_," for(@a);
What am I doing wrong?Tk::Frame=HASH(0x2228e0c),Tk::Label=HASH(0x221f384),
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Loop Widgets in Container
by choroba (Cardinal) on Apr 27, 2010 at 19:38 UTC | |
by Bintuch (Acolyte) on Apr 27, 2010 at 19:40 UTC | |
by choroba (Cardinal) on Apr 27, 2010 at 19:46 UTC |