There is a flash component out there (http://www.anychart.com/products/anychartgantt.shtml).
I have emailed them with some questions, but have not yet received a response.
If you know others, please let me know. I would be quite interested in such a
chart for my flex apps too... I have written a Gantt in DHTML and _javascript_ and it’s not
entirely trivial. It also depends on the kind of features you want to offer,
for example dependency lines, summary tasks, task progress, time line scale, just
to name a few. At the time, I wrote a container and then added task objects on the
fly. The container would know how to render the task objects, and the task
objects themselves carried their information such as start and end date,
dependencies, progress status, etc. If your chart is supposed to be
interactive, you should also offer some events to be raised: e.g. Task was
clicked, dependency was dragged, chart was scrolled down (so that you can
connect the chart to a grid and scroll them in parallel). As you can see, it
quickly gets complex. There is another company that offers interactive Gantts, ILOG (http://www.ilog.com/products/jviews/gantt/
) but I am not sure what they offer in terms of licensing and
whether they will offer anything in the flash/flex space. Hope this helps -Iko From: Hello! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- RE: [flexcoders] gant chart Iko Knyphausen
- RE: [flexcoders] gant chart Andrew Trice
- Re: [flexcoders] gant chart Jonathan Miranda
- RE: [flexcoders] gant chart Andrew Trice