Quantcast
Channel: LiveCode Forums
Viewing all articles
Browse latest Browse all 821

Getting Started with LiveCode - Complete Beginners • What's the difference b/n "select line x" and "set the hilitedlines to x"?

$
0
0
I'm able to set the highlighted line of a list field with either of these:

CODE:

select line 6 of fid myFieldset the hilitedline of old myField to 6
I've searched lo and hi, but can't find the difference between them. Is there one?

BTW, for anyone finding this thread who might be looking for how to programmatically click on a specific line in a list field and have that field fire, I don't think you can do it with one line, but it's pretty easy to do with two:

CODE:

select line 6 of fid myFieldsend mouseup to fid myField

Statistics: Posted by MichaelBluejay — Sat Feb 15, 2025 10:42 am



Viewing all articles
Browse latest Browse all 821

Trending Articles