Code: Select all
on FillInData pData
   set the uText of me to pData
   set the text of me to the uText of me
   set the textStyle of me to "bold"         --> working
   set the textColor of me to 0,255,0        --> doesn't work
   set the textColor of me to "red"          --> doesn't work
   TruncateTail the short id of me, "..."
end FillInDataMarek

 
 