Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am getting this error: wrong # args: should be ".frame.pane.frame.frame.entry get" at c:/Perl/site/lib/Tk.pm line 250, <DATA> line 35. How can I update my data structure with new entry information? Are there other alternatives to get? Thanks a million.$data{$fields[$tag][0]}{'entry'}= $data{$fields[$tag][0]}{'frame'}->En +try(-takefocus => 1,-width => 60, -textvariable=>\$data{$fields[$tag] +[1]}{'value'}) ->pack(-side => 'left', -fill => 'y'); my $input = $data{$fields[$tag][0]}{'entry'}->get($f{$fields[$tag][1]} +{'value'}); print $input;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: refreshing data structure using Get Method in PTk
by shmem (Chancellor) on Apr 15, 2007 at 08:26 UTC |