in reply to Re^2: Tk::NoteBook issue with creating tabs under a menu
in thread Tk::NoteBook issue with creating tabs under a menu
zentara stored it in $nbframes{$choice}{'frame'}, and later accessed it with$nbframes{$choice}{'frame'} = $nb->add(...
so it sounds like you need to read perldsc, references quick reference$nbframes{$choice}{'frame'}->Scrolled('Text',-bg=>'white')
|
|---|