I want to retrieve data from the HList itself based on the current
selection ($grid->info("selection")). This would be what I'd call an
equivalent of $listbox->get($index). So in otherwords something like
$grid->get(0,1) or be able to retrieve an array of the entire row and
work from there.
[EMAIL PROTECTED] wrote:
> (the ptk list seems dead so if anyone here can help that'd be great)
> I need to be able to return the item text but haven't been able to
> figure it out.
Your question is ambiguous be more specific.
> #!/usr/bin/perl
> use strict;
> use Tk;
> use Tk::HList;
> use Tk
(the ptk list seems dead so if anyone here can help that'd be great)
--- Begin Message ---
I need to be able to return the item text but haven't been able to
figure it out.
#!/usr/bin/perl
use strict;
use Tk;
use Tk::HList;
use Tk::BrowseEntry;
my $mw = MainWindow->new;
# Mainwindow: sizex/y,