Hey Clint, im having problems with the scheduler. After reading up on it some it seems that it can't handle large dates spans. For example I can't have an entry with a year between the start and end date. I guess this is because they used int where they should of used Number.
Have you encountered this? I'm thinking i might just do a find and replace all through all the files.... Im very desperate. --- In [email protected], "Clint Tredway" <[EMAIL PROTECTED]> wrote: > > yes, very cool. I have been using the scheduling framework a bit and thought > that it could be used for a gantt chart but I do like your approach as well. > > very very nice. > > On 2/1/07, Andrew Trice <[EMAIL PROTECTED]> wrote: > > > > Nice work Doug. I just threw that idea together a there a while back. > > I'm glad to see you build off of it. I like the sliders. > > > > > > > > -Andy > > > > > > > > _____________________________________ > > > > *Andrew Trice* > > > > Cynergy Systems, Inc. > > > > http://www.cynergysystems.com > > > > > > > > Blog: http://www.cynergysystems.com/blogs/page/andrewtrice > > > > Email: [EMAIL PROTECTED] > > > > Office: 866-CYNERGY > > > > > > ------------------------------ > > > > *From:* [email protected] [mailto:[EMAIL PROTECTED] *On > > Behalf Of *Doug McCune > > *Sent:* Thursday, February 01, 2007 10:46 PM > > *To:* [email protected] > > *Subject:* Re: [flexcoders] Gantt Chart > > > > > > > > Here's my attempt that uses the DataGrid approach: > > > > http://dougmccune.com/blog/2007/02/01/building-a-gantt-chart-component-in-flex/ > > > > It uses adjustable sliders, so you can adjust each item. It's by no means > > complete, but maybe it can be a start... > > > > Doug > > > > > > Clint Tredway wrote: > > > > no problem, I figured it could work as a gantt chart even if it wasnt > > originally designed to do so... hope it works out. > > > > > > > > > > > > > > -- > http://indeegrumpee.spaces.live.com/ >

