Search found 2 matches

by rc
Sat Dec 02, 2006 9:41 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Using Delete Line with HilitedLine results
Replies: 2
Views: 5688

Hi Klaus,

Thanks for your help--that did the trick. And you were right, I needed to start with the last item in tLines, which often contained the noncontiguous multiline selection.

Thanks again,

Robert
by rc
Fri Dec 01, 2006 11:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Using Delete Line with HilitedLine results
Replies: 2
Views: 5688

Using Delete Line with HilitedLine results

I've got a scrolling text field (photosList) that accepts drag-n-drop filenames for photos. So far, the drag-n-drop code is working, and filenames are successfully added to the field. If the user needs to remove one or more filenames from the list, I've added a button/script that puts the hilitedLin...