[flexcoders] Looking for tool to auto generate class diagrams from a Flex project

2007-12-29 Thread andiboarder
Hi! I have written an AIR application for my diploma thesis and now i need to create class diagrams for my documentetion. The application has more than 100 classes, so creating the diagram by hand would take days. There must be a way to create class diagrams with Flex Builder. The Outline vi

[flexcoders] How can I customize the appearance of a Menu? I want it to look like in Leopard

2007-11-10 Thread andiboarder
Hi! I want to create a Menu control in Flex, which mimics the Menus in Mac OS X 10.5 Leopard. I have already created a method to create a dynamic blurring and semitransparent canvas element with rounded corners and a drop shadow. I thought this was the hardest part, but now I am stuck, becaus

[flexcoders] Re: Looking for horizontal sliding list/dialog component (like iPhone UI)

2007-10-20 Thread andiboarder
Hi! > Try using a ViewStack that use WipeRight and WipeLeft effects when > hiding and showing a new selectedIndex. This should be a starting point. Thanks, but the problem is, this will not slide the new content in, it will just reveal it. What I need is something like what the accordion does.

[flexcoders] Looking for horizontal sliding list/dialog component (like iPhone UI)

2007-10-18 Thread andiboarder
Hi! I am looking for a Flex component, which behaves much like the iPhone navigation Interface. I want to create a multi level dialog/list which slides from left to right. Somewhat like the flexlib's horizontal accordion, but without the headers. I am relatively new to Flex and have no exper