Try this:
make a list field (mine was scrolling) with several lines
click on the lines in turn to select them
- this all works fine
Now change the colour of any line (mine is specified with the variable x)
using:
set the foregroundColor of line x of fld 1 to red
The colour changes perfectly but that line is no longer selectable. You have
to empty that field and start again.
If you find the chunk of the line (I do this by selecting it & then getting
the selectedChunk), and use that as the colour change parameter, it all
works fine.
set the hilitedLine of fld 1 to x
get the selectedChunk of fld 1
set the foregroundColor of it to red
set the hilitedLine of fld 1 to 0
Presumably this is a bug, but in the meantime, is there an easier way to
find the chunk expression that describes a line?
Cheers,
Sarah
_______________________________________________
improve-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/improve-revolution