Flex Wares

Sample Components, Apps, Demos for Adobe Flex 2.0. Everything posted here is freeware. The code is available under MIT License. Please do send me a note if you are using it on a public url.
Feeds Feed Burner, Atom

Friday, May 19, 2006

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:

Anonymous Anonymous said...

It seems to be missing the Docker.mxml component?

Sunday, May 21, 2006 11:25:00 AM  
Anonymous Anonymous said...

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

Sunday, May 21, 2006 5:11:00 PM  
Anonymous Anonymous said...

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! :)

Monday, May 22, 2006 1:45:00 AM  
Blogger Anjali Bhardwaj said...

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.

Monday, May 22, 2006 3:13:00 AM  
Anonymous Anonymous said...

does anybody know how to load java classes in flex without using AMF ??

Monday, May 22, 2006 10:35:00 PM  
Anonymous Anonymous said...

Thank-you for making this available!

Wednesday, December 27, 2006 10:30:00 AM  
Blogger Thiruvengadam said...

good application , i like the way you have created the application using actionscript 3.0

Friday, November 16, 2007 10:12:00 AM  
Anonymous Anonymous said...

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

Monday, July 27, 2009 3:59:00 AM  
Blogger Santosh Shingare said...

in docker bar can we add theme and modified it??

Monday, August 12, 2013 3:41:00 AM  

Post a Comment

<< Home