I have a window with about a dozen editfields. If I select text in
one and then leave the field, the selection is removed but the
previously slected text is boxed by a thin blue line. This looks very
odd, especially if you select text and then exit lots of fields in
the same window.
I can prevent this by setting sellength to 0 on lostFocus, but the
unintended side effect is that if the window is
deactivated/activated, the focus goes back to the last-used editfield
but the text is no longer selected.
I've come up with a kludgey workaround (save the field index and
.sellengh on LostFocus and restore selLength on GotFocus if the same
field gets the focus), but I'd rather have RB simply not leave those
little blue box "droppings" when a field containing selected text is
exited. This seems pretty basic (pun noted) -- am I missing something
obvious?
Jon
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>