Hi Pete,

Just for fun:
1 Button 1 field 
------------------------
on mouseUp
   put 256 into tSoMany
   repeat with i = 1 to tSoMany
      put i & tab & tab & "Just Some Colorized Text" & return after tData
   end repeat
   delete last char of tData
   lock screen
   put tData into field 1
   repeat with i = 1 to tSoMany
      set the textColor of line i of field 1 to i
   end repeat
   repeat with i = 1 to tSoMany
      put tab & (the textColor of line i of field 1) after line i of field 1
   end repeat
   
   unlock screen
end mouseUp
----------------------------

Kind regards
Bernd



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/When-is-a-color-not-a-color-tp4666124p4666334.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

Reply via email to