Set the backgroundcolor of all lines a field to null

Brian Milby brian at milby7.com
Thu Aug 23 00:59:49 EDT 2018


Have you looked at the performance of using styledText?

put the styledText of fld "audioList" into tTextA
repeat for each key tKey in tTextA
put pColor into tTextA[tKey]["style"]["backgroundcolor"]
end repeat
set the styledText of fld "audioList" to tTextA

Thanks,
Brian
>



More information about the use-livecode mailing list