In the docs troubleshooting item "Why... is the selected text deselected?", I was looking for an explanation of why a field's selection is deselected just by moving from one card to the next. How can I prevent this from happening? It makes my print screens routine more complicated because the user's selections are missing, unless I message each of my cards to do my updateUI handler.

I've verified this with a stack containing only 2 cards and 2 list fields.

I tried setting autoHilite of the field to false, and putting this handler, but then I can't select text at all.

on mouseDown
set the hilitedLines of me \
to (word 2 of the clickLine)
end mouseDown

Alex Rice, Software Developer
Architectural Research Consultants, Inc.
[EMAIL PROTECTED]
[EMAIL PROTECTED]



_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to