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. _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode