All Flex Samples on QuietlyScheming updated and now downloadable
August 30th, 2006
All the samples and demos on the site should now be updated to shipping Flex 2 / Player 9. If you find any links to the demos that are still broken, please let me know.
I haven’t updated all the individual source viewers yet. Instead, I’ve packed all the source and project files into a single zip file for download. I expect to update the individual viewers at some point, but for now, you can download them all at once right here.
August 31st, 2006 at 4:58 pm
Couldn’t great more!!
thanks very much!
September 1st, 2006 at 11:00 am
Thanks again for showing the world what you can do with your product. Flex plus insight plus a little creativity can go such a long way.
Hope to get in on a session or two at MAX.
Your samples may certainly help to close the deal.
September 11th, 2006 at 10:40 am
thanks for releasing the sources!
September 22nd, 2006 at 1:24 am
thanks for revealing some secrets of Flex
September 22nd, 2006 at 4:08 am
Thank´s man…
That´s great, good job..
September 25th, 2006 at 12:08 am
HI!
Please, send me a zip-file! I can’t download it from website
ryusupov@gmail.com
September 25th, 2006 at 12:37 am
sorry, i meant charsampler.zip, not qs.zip
September 25th, 2006 at 9:36 pm
Thanks for posting the updates. Great examples!
September 27th, 2006 at 3:30 pm
Was very impressed with your 3-D version of the fisheye component example. Really awfully bad that the download link won’t work, however.
Do you think there’d be any chance of being granted the privilege of a source download?
September 27th, 2006 at 6:14 pm
Can you please replair the link to the source files of the fisheye component.
Thank you……..
October 2nd, 2006 at 11:11 pm
Really great examples !! ;-) and thanks for sharing ….
October 9th, 2006 at 11:13 pm
We have just launched our Flex Collaboorative tool branded “Premeet” and will like developers to explore and have a feel of what Flex can do! Check it out at: http://www.premeet.flexcubed.com Click on the View Portal Button and once loaded, Click on the “Need to Register” Button to open a new account and collaborate with other users.
October 10th, 2006 at 9:38 am
Hey Ely,
If you were going to extend your DragTile class to allow for multiple selections and multiple dragdrop, what approach might you take? You are using the MouseDown event for the drag which wouldn’t probably work with multiple selections and I believe you would need to dyanmically create a canvas rendering a component for each selected node for the DragManager. I’m wondering if you would handle it the same way or if I’m over thinking this…
P.S. - The comments link on the DragTile post is throwing a 404.
Thanks,
Justin
October 19th, 2006 at 12:56 am
Really great examples !! and thanks for sharing ….
November 1st, 2006 at 5:15 pm
In order to compile the LandscapeContainers/Declaration project people need to increase their jvm heap size because the embedded image is so big.
-Tom
November 20th, 2006 at 6:10 pm
Hei. I’ve just used your renderer for using labels in the barseries and created another renderer to use labels in a plotseries and it worked quite ok. What I’m looking forward now is to choose the colors to fill the plots based on a comparisson betwen the plot value and some other value, for instance, given an array of numbers, i want the fill color to be red only if a given value from the array is greater than 10. In a simple way, my questions are:
How can i pass arguments (other than the datapoint the we are rendering) to a item renderer in AS?
How can i assign an itemRenderer directly with actionscript (i.e, without the need to use the ItemRenderer=”rerenderes.bla.bla” from MXML)?
Another thing is. i would like to make de renderer blink, how can i do that with actionscript? My idea would be using a timer to draw and clear the label all over again.
Thanks
Lucas
May 5th, 2007 at 4:19 am
I am using button as item renderer in data grid and i want to open a screen on clicking the button itemrenderer. How can i do that?
May 9th, 2007 at 8:10 am
While I’m trying to compile your file…Error is coming “http://localhost:3000/arrowChart/ArrowChart.html”
can I know the reason why it is taking to localhost:3000 where you are setting the option ?
July 22nd, 2007 at 4:12 pm
How do I get to try these out? I imported the projects and when I try to build one I get errors like :
unable to open ‘C:\dev\qs\web\config\WEB-INF\flex\services-config.xml’
and
unable to open ‘C:\dev\f2\qs\config\qs-config.xml’
Did I miss something in the download?
July 23rd, 2007 at 1:46 am
Hi
im working with flex 2.0 and need to implement a radar graph in my application. can you please help me out.
August 25th, 2007 at 4:20 am
how to create 3 dimentional array in flex 2 using actionscript