in reply to Tkx treeview setting focus
but that focus command isn't doing it$gLast_id=$tree->insert($gLast_id, "end", -text => "some_text" ); $tree->item($gLast_id, -open => "true"); #$tree->focus($gLast_id);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Tkx treeview setting focus
by Anonymous Monk on Apr 18, 2016 at 22:03 UTC | |
by previous (Sexton) on Apr 19, 2016 at 06:23 UTC | |
by Anonymous Monk on Apr 19, 2016 at 06:47 UTC | |
by previous (Sexton) on Apr 19, 2016 at 06:44 UTC | |
by Anonymous Monk on Apr 19, 2016 at 06:51 UTC |