Hi qwerty,
Thank you for your reaction.
That option is enabled.
If I add an element of type 'Class' it is drawn with a colored shadow.
However, if I add my extended 'Class' that is using ShapeScript for drawing the element, the shadow is not colored.
Shape script used looks like this:
shape main{
setfillcolor(0, 112, 192);
roundrect(0,0,100,100, 4, 4);
addsubshape("name", 100, 100);
shape name
{
v_align="center";
h_align="center";
printwrapped("#name#");
}
}
Should a Status Color compartment be added? Or Status Color shadow?
P.s.: I'm using version 12.0.1211