You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by mark goldin <ma...@gmail.com> on 2014/10/16 20:44:59 UTC

Placing labels onto drawings

I am drawing some geometrical figures: circles, lines, and etc. Then I am
placing labels on top of these figures. I am using x and y  to position
labels. My main container is canvas. My problem is that as soon as I add a
label circles and lines are moving into new coordinates. I thought I could
place labels over these figures, am I doing something wrong?

Thanks

Re: Placing labels onto drawings

Posted by Tom Chiverton <tc...@extravision.com>.
On 16/10/14 19:44, mark goldin wrote:
> I am drawing some geometrical figures: circles, lines, and etc. Then I am
> placing labels on top of these figures. I am using x and y  to position
> labels. My main container is canvas. My problem is that as soon as I add a
> label circles and lines are moving into new coordinates. I thought I could
>
Maybe an example would help.
Sounds like you may need a different layout.

Tom