Docker
This is a component to make Dockable Menus and Toolbars, similar to Microsoft Products. It looks somewhat like this.
There are 3 ToolBars in this example. One containing a Menu docked to the top. One floating and one docked to the bottom.
The Basic organisation of a docker is like this:
<mx:Application>
<Docker width="100%" height="100%">
<DockableToolBar id="toolbar3" width="100%" minWidth="0">
<mx:MenuBar id="menubar" dataProvider="{myMenuBarData}" showRoot="false"/>
</DockableToolBar>
<DockableToolBar id="toolbar" width="100%" minWidth="0">
Toolbar Controls
Toolbar Controls
Toolbar Controls
</DockableToolBar>
Other Application Elements
</Docker>
</mx:Application>
Example and Source
You need Flex 2.0 Beta 3 to compile and run the source.
9 Comments:
It seems to be missing the Docker.mxml component?
Mmmmm.
Yep. seems to be missing the docker class, as well as the assets used for icons etc.
It would also be great to have 1 link with a .zip, instead of having to wait 30 sec (times 3) to download the individual files.
(It would be really easy to use the built in application source functionality in Flex Builder to ensure you get all files necessary: Project > publish application source : and then upload the created .zip from the bin\srcview folder)
On the upside, it's great to have another flex resource to learn from :) Looking forward to the working example.
Cheers,
Aran
Hi Anjali,
Welcome to the blogosfere :)
I can't see your RSS feed, please could you post it so people could sincicate your blog?
Thanks! :)
Thanks for pointing this out.
Here is the Zip.
http://s16.quicksharing.com/v/9128311/Docker.zip.html
I'm unable to login to blogger to update the post.
Would also put the RSS feed link shortly.
does anybody know how to load java classes in flex without using AMF ??
Thank-you for making this available!
good application , i like the way you have created the application using actionscript 3.0
Hi Anjali,
However it is not link with floating toolbar but it would be great if you can tell me how can add extra option like cut,paste in rich text box?
Anticipating to get ur feedback soon.
Regards,
Bablu
in docker bar can we add theme and modified it??
Post a Comment
<< Home