Hello expert
I noticed three difficulties when using textcells with Diagram Studio. I hope you can help me with that:
-
When changing the angle of textCell(example: TextCells[0]:=90), the textcell[0] jumps to an indesirable location inside the hosting block. I wish the "left" and "top" propereties of the textCell remain the same.
-
When trying to flip a block horizontally for example, the textcells inside this block do not move at all
(myBlock.HorizontalFlip:=not myBlock.HorizontalFlip)
3.Is it possible to calculate the width of the text (only the text) inside textcells[0] in term of relative values inside the block? I find this important to position the textcell[0] accuratly inside the host diagramblock
I thank you in advance for any ideas!