The list on the left is the main list.
Clicks on the main list are duplicated on the sub list, with this code.
Code: Select all
put hilitedline of fld "main.list" into saved
set the hilitedLines of fld "sub.list" to saved
don't disturb the synchronicity. Right now, the only way I can do this is
by setting the sub list to disabled-- but that makes the text hard to read.
Can anyone think of another option? I can't.