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.

21 Responses to “All Flex Samples on QuietlyScheming updated and now downloadable”

  1. Dreamer Says:

    Couldn’t great more!!

    thanks very much!

  2. Kristoffer Singleton Says:

    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.

  3. rodrigo Says:

    thanks for releasing the sources!

  4. orangina Says:

    thanks for revealing some secrets of Flex

  5. cabezadeturco Says:

    Thank´s man…
    That´s great, good job..

  6. Builder Says:

    HI!
    Please, send me a zip-file! I can’t download it from website
    ryusupov@gmail.com

  7. Builder Says:

    sorry, i meant charsampler.zip, not qs.zip

  8. Justin Winter Says:

    Thanks for posting the updates. Great examples!

  9. digitil Says:

    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?

  10. Jake Hawkes Says:

    Can you please replair the link to the source files of the fisheye component.

    Thank you……..

  11. Oscar Says:

    Really great examples !! ;-) and thanks for sharing ….

  12. Coker Isaac Says:

    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.

  13. Justin Winter Says:

    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

  14. Cato Says:

    Really great examples !! and thanks for sharing ….

  15. Tom Bray Says:

    In order to compile the LandscapeContainers/Declaration project people need to increase their jvm heap size because the embedded image is so big.

    1. Go to your Flex SDK\bin directory (mine is C:\Program Files\Adobe\Flex Builder 2 Plug-in\Flex SDK 2\bin) and edit jvm.config
    2. change -Xmx384m to -Xmx512m

    -Tom

  16. Lucas Says:

    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:

    1. How can i pass arguments (other than the datapoint the we are rendering) to a item renderer in AS?

    2. 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

  17. Vishal Kumar Says:

    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?

  18. Prathap Says:

    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 ?

  19. John Says:

    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?

  20. sania Says:

    Hi
    im working with flex 2.0 and need to implement a radar graph in my application. can you please help me out.

  21. Girish Says:

    how to create 3 dimentional array in flex 2 using actionscript

Leave a Reply