[email protected] wrote:
> Thanks for the info and suggestion.  One thing, though, why does setting the
> vanchor to 'bottom' not work for the labels? Is it not supposed to set its
> postition relative to the bottom of the band with this setting?

All objects get positioned relative to the bottom of the band, there isn't any 
setting, currently at least, to change this. What vAnchor and hAnchor do is 
specify 
which point is (x,y) away from the left, bottom of the band.

Consider a rectangle object with a (Width, Height) of (10, 100) and a (x,y) of 
(0,0). 
With anchors of ("left", "bottom") the rectangle will draw from (0,0) to (10, 
100). 
If the anchor is instead ("right", "top") the rectangle will draw from (-10, 
-100) to 
(0,0). Because the x,y in this case is specifying the right,top of the 
rectangle.

Clear as mud?

Paul



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to