Rich Rodecker’s blog on flash, flex, actionscript, javascript, and php, with a dash of randomness
Notes on Control Bars in Flex
Two quick notes related to Control Bars in Flex. First, I was trying to get an ApplicationControlBar to dock to the bottom of the app, which I couldn’t get to work. Maybe someone could point out a better solution, but I went with using a DockableToolbar from the awesome flexlib and setting draggable=false.
The other thing is if you want a ControlBar at the top of a panel, you can just actually just use an ApplicationControlBar wrapped in a VBox.
| Print article | This entry was posted by rich on March 21, 2008 at 8:39 am, and is filed under Flex. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |