Task Scheduler Chart using AdvancedDataGrid (moxie)
Few days back I had posted an example of a Gantt chart component developed using the AdvancedDataGrid of moxie. I was playing around with the component for the horizontal scrolling performance analysis and finally ended up writing this small component.
This is a simple engineering work items display which shows the tasks for each engineering role with drill down capabilities. Double Clicking the quarter information column will drill down the data for that column (double click to collapse) . Clicking on the month info will get you the day-wise breakdown of the tasks. (double click the top column to collapse). I intend to develop this as a full fledged component once I am done with my current commitments at work. Watch out this space for more updates and also source code. For the time being, check out the application here.








June 28, 2007 - 8:44 am
Good going bro… nice work !!
June 30, 2007 - 4:46 pm
The positions of the sprites don’t change when u resize the column headers affecting the time line logic. Is it expected?
July 1, 2007 - 5:17 am
Resizing of columns does not make sense in this kind of a component. but my bad, I must have turned off that capability. Thanks a lot for pointing ths out.
July 3, 2007 - 4:00 pm
This is a very interesting work. I recalled the dashboard project we’ve done required integrating with scheduling data. Chart like this really ties time series data. Very cool, dude.
July 3, 2007 - 4:18 pm
Thanks, Moxie. You have a very cool site in there.
July 5, 2007 - 4:01 am
awesome work.. not to get greedy but how scaleable is it? Can you have multiple years worth of data? and a lot of roles? Keep up the awesome work.
July 5, 2007 - 6:03 am
Jonathan:
The way I have designed this app, it creates only one year data at a time, when you scroll (this scrolling should be made independent of the horizontal scrolling of ADG) will create/ reuse the view that is required for the new year). I am doing some touches to the code, will upload it here soon. Thanks for stopping by.
July 9, 2007 - 6:02 am
This is awesome. Thanks.
July 27, 2007 - 10:46 pm
Did you ever post the source code? I need to do almost the same thing myself?
Thanks,
August 1, 2007 - 2:22 pm
was the zoom in/out features of your calendar implemented with states or are they being dynamically generated in AS3? How do you handle leap year?
August 2, 2007 - 7:11 am
Rbetieh:
Leap year is currently not handled in the example I posted, though I believe its pretty straightfwd to implement. There are no states used in this, the columns are dynamcially generated in AS3. I will post the code here soon, do take a look.
August 10, 2007 - 4:41 pm
Nice application. The only thing I would suggest is disabling columns dragging.
August 16, 2007 - 12:22 am
Hi ,
While few of us are waiting for the code, Can i request short description or learning resource for AdvancedDataGrid? May be related to explanation of how you achieved this implementation.
And always your code will be a great thing to have too!!!
thanks a lot for posting this.
October 29, 2007 - 4:57 pm
Awesome !
But really need the source code, I have to do exactly the same :/
Still not posted ?
November 6, 2007 - 6:19 pm
If you do not want to give the source code you can say it… so dumb…
November 30, 2007 - 6:13 am
So I’m assuming that the source isn’t available? It’s a very well engineered example and would be a great help to the Flex community… please consider actually sharing it.
February 8, 2008 - 3:52 pm
Source Code ?
February 8, 2008 - 8:08 pm
its already posted, Dave. Look at the latest post in my blog. Thanks!
March 3, 2008 - 9:23 am
hi!!
very interesting demo…every things works well but the double click collapse dosen’t work….in the code what to do to collapse a column??
thanks
wait for your respons
March 10, 2008 - 11:51 am
hi!!
I have faced a problem with the demo, well…The VerticalScrollBar doesn’t seems to work normally when you add many tasks so that the Vertical scrollBar appears, there is a graphical problem with tasks..try it and you will see..I really need your support..
Thanks a lot
March 11, 2008 - 9:29 am
Hi Bacem:
I did see the issue intermittently. I will take a look at it and see if I can do a quick fix. Thanks for trying out the component.
vodka
March 25, 2008 - 4:35 am
hi vodka,
double click collapse does not work.? Is this the code for gcapp.swf? i really need this code. thanks.
July 11, 2008 - 11:03 pm
Hi Vodka,
Excellent job! I’d love to play around in the code. Will you please mail it over? Thanks!
allowishus@hotmail.com
August 20, 2008 - 1:10 am
Hi Vodka,
It seems that the links are still broken. Could please you send me the source code for the gantt/scheduler? Thanks
September 18, 2008 - 10:38 am
hi vodka,
double click collapse does not work.? Is this the code for gcapp.swf? i really need this code. thanks.
please send code to man9a8au@gmail.com
thanks, greate job
October 9, 2008 - 3:34 am
Interested in viewing the application and the source. please advise or send to manager AT spacecityaug.com .
Thanks,
Don
November 17, 2008 - 10:55 pm
Hi there! Hey, I found this very useful and I really need to use it for a work in the University, but links are broken…
Could you please send me zip file with the source code? I’d be very thankfull….
Thanks in advance!
Greetings.
January 4, 2009 - 12:02 pm
Hi!
Can u share ur code with acrobat.com?
Thanks in advance.
April 2, 2009 - 1:39 pm
Hi,
Please give me an idea to implement drag facility to this….
Thanks
July 27, 2009 - 9:35 am
reminiscent of something i read earlier