[flexcoders] Re: Flex Project Management App

2010-07-09 Thread valdhor
I would create a custom component that has all of the features of the milestone encapsulated. ie. The plus button, the label, the datagrid, the add and remove tasks buttons etc. I would also have a custom component comprising of the datagrid and its sub components. All you would need to do whe

[flexcoders] Re: Flex Project Management App

2010-07-12 Thread Netaman
You can create a array of component names such as; spark.components.Button spark.components.TextInput spark.components.CheckBox spark.components.Label spark.components.RadioButton spark.components.DropDownList mx.controls.DataGrid spark.components.TextArea mx.controls.DateField then pass want you w

Re: [flexcoders] Re: Flex Project Management App

2010-07-09 Thread Johannes Nel
i would guess the person used a tree with custom itemrederer or a custom component for http://www.seenowdo.com we use a custom component for the taskboard On Fri, Jul 9, 2010 at 3:59 PM, valdhor wrote: > > > I would create a custom component that has all of the features of the > milestone encap

Re: [flexcoders] Re: Flex Project Management App

2010-07-09 Thread Angelo Anolin
Care to share some of the codes you used for the custom component? I will explore further the site you mentioned. Thanks. From: Johannes Nel To: flexcoders@yahoogroups.com Sent: Fri, 9 July, 2010 9:36:00 Subject: Re: [flexcoders] Re: Flex Project Management