perl/tk: checkbutton value in array?

2002-02-06 Thread Kurt Werth
I've gotta be missing something simple here. How is it possible to store the values of multiple checkbuttons in an array? The code below acts like I've created a single checkbutton: for example, selecting one of ten selects all ten. for ($x = 0; $x <= $file_counter-1; $x++) { $win_ckbox_arr

RE: perl/tk: checkbutton value in array?

2002-02-06 Thread Nikola Janceski
ue',-variable=>\$ckbox_stat[$x])->pack( pady=>2); ## -variable wants the reference to the var only -Original Message- From: Kurt Werth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 3:00 PM To: [EMAIL PROTECTED] Subject: perl/tk: checkbutton value in array?