in reply to Re^4: TK spread sheet color row
in thread TK spread sheet color row
Not Sovled yet, when updated the row:
t->tagRow('OddCol',$prev_selected) if (defined $prev_selected && $prev_selected != -1); # ADDED
TO:
t->tagRow(undef,$prev_selected) if (defined $prev_selected && $prev_selected != -1); # ADDEDNow can select same row again.BUT when select row 5 post selecting row 1 I get all rows 2,3,4,5 Why?\ Isn't there normal way to do this? Do I miss something?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: TK spread sheet color row
by zentara (Cardinal) on Jul 09, 2017 at 15:24 UTC | |
by aviw (Acolyte) on Jul 09, 2017 at 16:39 UTC |