fld HiliteColor to transparent

ddas dev at digifilm.com
Wed Oct 19 13:34:55 EDT 2011


Hi Bernd,

Thanks a lot. It worked like magic. I was headed in another direction.
I am very happy that I learned some cool new things today.

Regards,
Debdoot


On Oct 19, 2011, at 12:42 PM, BNig wrote:

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






More information about the use-livecode mailing list