How to Hilite Question
Sarah Reichelt
sarah.reichelt at gmail.com
Wed Feb 14 17:12:43 EST 2007
On 2/15/07, Jeff Honken <jhonken at webdsp.com> wrote:
> How would a person auto hilite the text in a field that they've tabbed
> into ? I would think this would be pretty simple but I can't seem to
> get it to work with the "hilite" command.
If the "autoTab" of the field is set to true, then this happens
automatically. If not, then have an openField handler as follows:
on openField
select the text of me
end openField
Cheers,
Sarah
More information about the use-livecode
mailing list