| T O P I C    R E V I E W | 
              
                | wealsh | Posted - May 20 2019 : 03:23:39 
 object iekBOX   iekELLIPSE has label?     like iekLINELabel
 
 
  | 
              
                | 3   L A T E S T    R E P L I E S    (Newest First) | 
              
                | xequte | Posted - May 21 2019 : 19:49:38 Hi
 
 That is the only way with ImageEnVect objects.
 
 
 
 Nigel
 Xequte Software
 www.imageen.com
 
 | 
              
                | wealsh | Posted - May 21 2019 : 02:10:34 yes ,I ....do that ...if move  BOX(hobj) then box_text(hobj+1)   move ..... so ... no good... so bad ...
 
 if create box  then create text ,group hobj     hobj+1 ... is there a better way?
 
 procedure movebox(hobj);
 begin
 boxobj[hobj]      move...
 box_text[hobj+1]  move...
 end;
 | 
              
                | xequte | Posted - May 21 2019 : 01:05:15 No, but if you use Layers instead of ImageEnVect objects, then you can a TIETextLayer object. Text layers can have text and also a box or elliptical background (text is centered).
 
 Otherwise you can use a text object together with a shape object and then group them.
 
 
 
 Nigel
 Xequte Software
 www.imageen.com
 
 |