luke67m has asked for the wisdom of the Perl Monks concerning the following question:
I'm using winxp strawberry 5.18 and lubuntu 14.4 . Feel free to ask for full source, I can publish it on sourceforge########################################################### #this not work my $e = $tree->add( $dir ); $tree->itemCreate ($e, 0, -itemtype => 'imagetext', -text => $text, -image => $tree->Getimage("folder"), -style=> $Col0StyleA ); #this not work ########################################################### #this work # my $e = $tree->add( $dir , -text => $text, -image => $tree->Geti +mage("folder"), # ); #this work ###########################################################
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Cursor keys with Tk::Hlist goes wrong
by zentara (Cardinal) on Aug 28, 2014 at 18:55 UTC | |
by luke67m (Initiate) on Aug 29, 2014 at 17:10 UTC | |
by luke67m (Initiate) on Aug 30, 2014 at 19:40 UTC |