Hello,
I would like to change some properties of a Task Panel, in this case I want to set the property “ComTextColor” of the object “cSigCJTaskPanelGroupItem”. I have tried to put the value of this property inside the “OnCreate” procedure, but this procedure is not executed.

Code:
 
Object oTaskPanel is a cSigCJTaskPanel
      Object oGroup1 is a cSigCJTaskPanelGroup          
             Set psLabel to "Evaluacion"
             Set psImage to "Blocks_16.ico"         
            Object oWAS_Item is a cSigCJTaskPanelGroupItem
                  Set psLabel to "OWAS"
                  Set psImage "Blocks_16.ico"            
                  Procedure OnCreate
                      Forward Send OnCreate      
                       Set ComTextColor to clRed // Here is where a try to set the property
                 End_Procedure
            End_Object
    End_Object
End_Object
Could anybody help me?
I think it could be useful for other classes.


Thank you.


Victor M. Diego
A.T. MEDTRA, S.L.