scrollingList fld color 2

sims sims at ezpzapps.com
Mon Aug 19 07:55:01 EDT 2002


>
>How are you setting the color?
>
>Cheers
>Dave


This repeat will also result in lines that will not hilite
in the scrolling list fld.



     put the num of lines in fld "urlList" into tNum
     repeat with i=1 to tNum
      if "Search" is in line i of fld "urlList"
        then
    set the foreColor of line i of fld "urlList" to "Blue"

     end if
    end repeat


sims

___________________________________________

    http://EZPZapps.com         info at EZPZapps.com
       Software - Internet Development - Consulting



More information about the use-livecode mailing list