fld HiliteColor to transparent
BNig
niggemann at uni-wh.de
Wed Oct 19 12:42:37 EDT 2011
Hi Debdoot,
I tried this and it works for me in limited testing I did:
Script of the scrolling list field
-------------------------------
on mouseDown
put word 2 of the clickLIne into tClicked
if tClicked = "" then exit mouseDown -- if user clicks outside of lines
put "2,4" into tOmitt -- e.g. line 2 and 4 should not hilite
if tClicked is among the items of tOmitt then
set the listbehavior of me to false
else
set the listbehavior of me to true
select line tClicked of me
end if
end mouseDown
----------------------------------------
Kind regards
Bernd
--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-Plea-for-help-tp3908000p3919269.html
Sent from the Revolution - User mailing list archive at Nabble.com.
More information about the use-livecode
mailing list