Earlier I thought I had a solution for this, but I'm not happy with what I've 
come up with. Anyone have a simpler/better solution?

I put the following into the field's script and it works - kind of, but not 
until the user leaves the field:

on mouseOver
    global gTemp
    lock screen
    put me into gTemp
end mouseOver

on mouseleave
    global gTemp
    if the number of lines in the me > the number of lines in gTemp then put 
gTemp into me
    unlock screen
end mouseleave

This is a real kludge. There must be a better way.

Thanks everyone!

Joe Lewis Wilkins
Architect










_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to