I don't need to draw dependencies. I'm actually going to use it to build a product roadmap. When I add series I would like animations to display.
Sorry if this question has been asked a lot. I've googled it for two days now and haven't found a real solution. I herd that back in Nov 2004 that someone showed a Gantt chart example "that was completely interactive with drag and drop" capabilities. http://www.richinternet.de/blog/index.cfm?entry=0539CEAE-91C9-CD8F-0556645BE7952887
After searching through this mailing list it seems that Ely was working on something? His name came up in about every Gantt chart mail string i read.
What kind of animations are you trying to display. As long as you don't need to cross into other grid rows, the method I described will work very well. You...
I know Adobe is working on enhancing and adding to some of the datagrid and charting stuff for Flex 3.0. I have not heard any mention of a Gantt chart, is...
Thanks for the response! I want to be able to show that some product are subsets of other products. I'm new to flex so I'm not sure what the animation would be...
OK, so here's a question for Ely or some chart experts. Let's say you wanted to create an editable chart, like a Gantt chart that let you drag the regions. Is...
Hi Doug. It definitely can be done, without too much difficultly, although the charts don't support interactive modelling out of the box. When writing a...
... I've done this for a scheduling tool in Flex 1.5 and porting to 2.0 now. I didn't using charting at all though. Just create a component to rep the 'bar'...
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,...
Nice Doug. What about dates? In theory how would that part hook up? I would argue that a time line of dates might be the most important part. I like what you...
Hmmm..so i guess that only got me 10% of the way there. Is there a way to put dates on the linear access? I also want custom labels for those dates. I.E....
Hi, You can accomplish the dates on the linear axis by defining what value 0 would be as a date (eg. Today)... then just use a labelFunction on the axis to...
Clint, you're a genius. I just downloaded the sample pack and tried it out. Functionally it looks like it could work! I haven't look at the code yet and I'm...
I'm kind of a newbie to flex. Do you have any links of examples on how to use the labelfunction? ... the axis ... leave that ... multiple ... help. If...
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...
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...