dcflash-users Mailing List for dcflash
Status: Beta
Brought to you by:
darrencook
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(9) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Darren C. <da...@dc...> - 2007-01-26 01:59:14
|
Someone was getting the following error trying to compile one of the unit tests: PieTests.as:14: lines 14-77 : type error class not found : TestCase The tests use asunit ( http://www.asunit.org/ ). However I added some extensions, so I am not sure if they will work with asunit out of the box. (*). So, it is best to just treat them as usage examples, and copy and paste from them. Darren *: Also, mostly they are not really unit tests as they don't say if they passed or not (I think comparing to a bitmap screenshot might be the only way here, but I don't know how to automate all the required steps). |
|
From: Darren C. <da...@dc...> - 2007-01-26 01:48:38
|
> It's almost end of January and still no new release :( > Is this project dead? Not so much dead, as hibernating. Sorry. Unless I have related paying work my available time is limited. But getting release 0.2.0 out just needs a few more hours of concentrated effort - I will try to find this time soon. Darren |
|
From: Yurij B. <yb...@ya...> - 2007-01-25 14:34:19
|
It's almost end of January and still no new release :( Is this project dead? ____________________________________________________________________________________ Don't pick lemons. See all the new 2007 cars at Yahoo! Autos. http://autos.yahoo.com/new_cars.html |
|
From: Darren C. <da...@dc...> - 2006-12-19 04:33:07
|
> What chart style, in particular, are you waiting for? For line charts, and bar charts... Is the x-axis time? If so, the next release (0.2.0) will contain a TimePeriodData class. If your x-axis is a fixed size set then a simple array will suffice. But, either way, the charts for it won't be in until 0.3.0. However, in the current release, take a look at drawLinesToRight() in the Line class (also drawMountain(), which is in both Line and Shape). Also, for bar chart, take a look at drawVerticalColumns (in both Line and Shape). This draws them all on the same movieclip. The chart classes that will be in 0.3.0 will allow putting each item on its own movieclip (which makes tool-tips, drill-down, etc. much easier). Darren |
|
From: Darren C. <da...@dc...> - 2006-12-19 04:30:50
|
I've put up a tutorial describing how to use the Line, Shape and Gradient classes: http://dcook.org/articles/dcflash_shape_basics.html If you spot any typos, or anything is hard to understand, let me know. Darren |
|
From: Darren C. <da...@dc...> - 2006-12-18 23:24:18
|
> Hello Darren, Are you planning to release any more classes soon? I'm > really (!) waiting for it...Not sure if I have to start my own > project from scratch or take yours as a base for further development. What chart style, in particular, are you waiting for? I've been working on integrating some support classes, and some tutorials, this month, but I might be able to swap some things around. Darren |
|
From: Yurij B. <yb...@ya...> - 2006-12-18 23:07:33
|
Hello Darren,=0AAre you planning to release any more classes soon? I'm real= ly (!) waiting for it...Not sure if I have to start my own project from scr= atch or take yours as a base for further development. Thanks!=0A=0A=0A_____= _____________________________________________=0ADo You Yahoo!?=0ATired of s= pam? Yahoo! Mail has the best spam protection around =0Ahttp://mail.yahoo.= com |
|
From: Darren C. <da...@dc...> - 2006-12-04 06:34:11
|
> I have an idea which might make a nifty little demo - a javascript > pivot-table (crosstab) app, like the pivot tables in Excel. Since the > javascript package already has statistics stuff in it, ... I ought to say that I'm not planning on releasing much more on the javascript/actionscript 1 side; my energy will be going on actionscript 2 classes. (Once I've released all the AS2 classes I have, I'd like to then port to AS3.) Darren |
|
From: Darren C. <da...@dc...> - 2006-12-04 06:29:12
|
> I have an idea which might make a nifty little demo - a javascript > pivot-table (crosstab) app, like the pivot tables in Excel. Since the > javascript package already has statistics stuff in it, ... I ought to say that I'm not planning on releasing much more on the javascript/actionscript 1 side; my energy will be going on actionscript 2 classes. (And once I've a version 1 release I'll be interested in porting to AS3.) Darren |
|
From: Andy E. <and...@pa...> - 2006-12-04 06:12:29
|
On Mon, 2006-12-04 at 11:56 +0900, Darren Cook wrote: > > Do you have any estimates as to when we will see some more of your > > work? Some other types of charts like line and bars? Also the > > examples you have, inluding data pulling from the server, would be > > greatly appreciated! > > I'm planning a mid-December release with a few more classes added. > > I'm also hoping to find time to publish 2-3 tutorials during December, > one of which will show data push from the server. > > Then I'm planning a January release with the time series charts (line, > bars, candlesticks, bollinger regions, etc.). But take this January > estimate with a pinch of salt! > > Feel free to nag - if I know there are a number of people waiting on it > I'm more likely to make time to work on it. > > Darren > Sounds great! I have an idea which might make a nifty little demo - a javascript pivot-table (crosstab) app, like the pivot tables in Excel. Since the javascript package already has statistics stuff in it, a crosstab app could be quite a neat and cool addition to it. I'm not sure how hard something like that would be (unfortunately, my javascript skills aren't up to it), but I just thought I'd suggest it ... :). Keep up the great work, Darren! ( and thanks for subscribing me! ) - Andy |
|
From: Darren C. <da...@dc...> - 2006-12-04 02:59:07
|
> Do you have any estimates as to when we will see some more of your > work? Some other types of charts like line and bars? Also the > examples you have, inluding data pulling from the server, would be > greatly appreciated! I'm planning a mid-December release with a few more classes added. I'm also hoping to find time to publish 2-3 tutorials during December, one of which will show data push from the server. Then I'm planning a January release with the time series charts (line, bars, candlesticks, bollinger regions, etc.). But take this January estimate with a pinch of salt! Feel free to nag - if I know there are a number of people waiting on it I'm more likely to make time to work on it. Darren |
|
From: Yurij B. <yb...@ya...> - 2006-12-01 16:54:00
|
Darren,=0ADo you have any estimates as to when we will see some more of you= r work? Some other types of charts like line and bars? Also the examples yo= u have, inlcuding data pulling from the server, would be greatly appreciate= d!=0AThanks and keep up the great work!=0A=0A=0A=0A________________________= __________________________=0ADo You Yahoo!?=0ATired of spam? Yahoo! Mail h= as the best spam protection around =0Ahttp://mail.yahoo.com |
|
From: Darren C. <da...@dc...> - 2006-10-10 06:09:15
|
I made a (very rough) home page for the project ( http://dcflash.sf.net/ ), added some screenshots (https://sourceforge.net/project/screenshots.php?group_id=130300), and did the "Trove Categorization". First source release coming soon... This mail is just so people see something if they click archives. If you're interested in the project, either as a user or developer, please join the dcflash-users mailing list. If you just want to hear project news please join the low-volume read-only dcflash-announce mailing list. Darren |