Re: [flexcoders] Re: Extending custom components

2005-07-28 Thread Douglas Knudsen
Aaron, I need to do this same thing. Were you successful? care to share any hints? DK On 3/10/05, bhaq1972 <[EMAIL PROTECTED]> wrote: > > > Just an idea > > add all the child controls in your base class using createchild > (during the initialize event say) rather than in mxml. > then that w

Re: Extending custom components

2005-03-10 Thread bhaq1972
Just an idea add all the child controls in your base class using createchild (during the initialize event say) rather than in mxml. then that will leave you free to add controls to your extended component using mxml. hope this helps. btw: this scheduling system your writing. can you give more

Extending custom components

2005-03-08 Thread adk365
Hello, I'm creating a scheduling system where users can drag events onto a weekly calendar and resize the events for how long they want to spend doing the activity. The events may be of many different types with different data/display needs, and so I'm creating a base clase, called schedule