On 4/26/07, Douglas Knudsen <[EMAIL PROTECTED]> wrote:
> just to add to this Canvas container is absolute positioned, where Box is
> not.  Let the pixels flow!  Or as my co-worker says...Liquid!

right, although In several of my cases, where I only have a single
datagrid and a few buttons, I like using absolute positioning via
top/left/bottom/right (versus x/y/width/height)

<mx:Canvas ...>
  <mx:Datagrid left="10" right="10" top="10" bottom="50">
  <mx:HBox right="10" bottom="10">
    <mx:Button ...>
    <mx:Button ...>
  </mx:HBox>
</mx:Canvas>

something like that...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:3985
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to