Search found 2 matches

by crawfordmec
Mon Jun 22, 2009 11:35 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: remove hilite selection from field
Replies: 4
Views: 4657

Jens

It works! I very much appreciate it. BTW I often see your replies and thank you for your polite support of us "newcomers" - I swear I experimented with many combinations of commands via the message box with the idea of "empty" but missed this version.
by crawfordmec
Sun Jun 21, 2009 10:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: remove hilite selection from field
Replies: 4
Views: 4657

remove hilite selection from field

Greetings I am using a field object that contains several lines and the field has a script that permits action based on which line is selected. The script (in part) is on mouseUP put the selectedText of me into myLine if myLine is line 1 of fld "list_of_choices" of grp "group_choices" then ... else ...