Hi DAW

Could we please have label properties for CJGrids modelled in the Studio or at least enabled ?

If you compile and run the following code - the label 'Results' is actually shown above the CJGrid

Code:
  Object oCJGrid1 is a cCJGrid
    Set Size to 100 100
    Set Location to 14 5
    Set Label to 'Results'
    Set Label_Col_Offset to 0
    Set Label_Justification_Mode to JMode_Top
  End_Object
The problem is that all the label properties are deemed 'Private' in the cCJGrid.pkg

Could this please be reviewed ?

Thanks