How can I clear marked item in Scroll List? - Solved

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

How can I clear marked item in Scroll List? - Solved

Post by DR White » Mon Aug 24, 2015 6:33 pm

How can I clear marked item in Scroll List?

Thanks,

David
Last edited by DR White on Mon Aug 24, 2015 9:59 pm, edited 1 time in total.

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: How can I clear marked item in Scroll List?

Post by Klaus » Mon Aug 24, 2015 6:52 pm

Hi David,

well, depends on how they have been "marked"!? :D


Best

Klaus

DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

Re: How can I clear marked item in Scroll List?

Post by DR White » Mon Aug 24, 2015 7:08 pm

It was highlighted with a mouse click on the list. I want to un-highlight the selection with script.

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: How can I clear marked item in Scroll List?

Post by Klaus » Mon Aug 24, 2015 8:53 pm

AHA! :D

OK, so it is a list field, then you can:
...
set the hilitedlines of fld "your list field here" to 0
...


Best

Klaus

DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

Re: How can I clear marked item in Scroll List?

Post by DR White » Mon Aug 24, 2015 9:59 pm

Klaus,

That works Great!

Thanks,

David

Post Reply