previous has asked for the wisdom of the Perl Monks concerning the following question:
isn't showing the string starting at line 5 char col 10 and is instead printing at the first line first col. Thank you in anticipation.use Tkx; $mw=Tkx::widget->new("."); $text = $mw->new_tk__text(); $text->g_pack( -expand => 1, -fill => 'both', ); $text->insert("5.10", "testing"); Tkx::MainLoop();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: difficulty inserting at line and character col in tkx text widget
by previous (Sexton) on Jan 24, 2016 at 15:27 UTC | |
by previous (Sexton) on Jan 24, 2016 at 18:01 UTC | |
by soonix (Chancellor) on Jan 25, 2016 at 08:16 UTC |