Comments on: How to Draw in Flex http://blog.tonyfendall.com/2010/02/how-to-draw-in-flex/ Mon, 23 Apr 2012 20:57:48 +0000 hourly 1 https://wordpress.org/?v=4.4.2 By: Ary http://blog.tonyfendall.com/2010/02/how-to-draw-in-flex/#comment-7 Sat, 26 Feb 2011 11:47:34 +0000 http://blog.tonyfendall.com/?p=20#comment-7 Hi Tony :)

did stumble on ur old blog, about the postAcard project?great job on this one.
and u mention about sharing the code, is it possible for u to share it with us? just empty the flicker api, so we wont get ur api code :)

thanks in advance.

]]>
By: Anji http://blog.tonyfendall.com/2010/02/how-to-draw-in-flex/#comment-6 Mon, 14 Feb 2011 09:28:24 +0000 http://blog.tonyfendall.com/?p=20#comment-6 Hello Tony,

I have checked out your PostACard application, it looks really great. I would like to know how did you customize the flex preloader?

]]>
By: Arnon http://blog.tonyfendall.com/2010/02/how-to-draw-in-flex/#comment-5 Fri, 18 Jun 2010 15:08:58 +0000 http://blog.tonyfendall.com/?p=20#comment-5 I meant to say:

I use it to draw lines on mx:Image…

]]>
By: Arnon http://blog.tonyfendall.com/2010/02/how-to-draw-in-flex/#comment-4 Fri, 18 Jun 2010 15:06:47 +0000 http://blog.tonyfendall.com/?p=20#comment-4 Hey Tony,

I saw the component on your old blog.
I use it to draw lines on , like this:

myImage.addChild(new DrawableCanvas());

I didn’t believe my eyes when I saved my image with some lines to server.

Great component.
Thanks,
Arnon

]]>
By: Tony Fendall http://blog.tonyfendall.com/2010/02/how-to-draw-in-flex/#comment-3 Thu, 20 May 2010 09:03:24 +0000 http://blog.tonyfendall.com/?p=20#comment-3 Hi Gaston – Sorry for not getting back to you sooner.

In the past I have always used this technique to save images from my flex applications. This works fine, but it does require you to be able to run PHP on your server.

I found another technique which works entirely within javascript (ie. without a server), but it doesn’t work in all browsers.

Hope that helps :)

]]>
By: Gastón http://blog.tonyfendall.com/2010/02/how-to-draw-in-flex/#comment-2 Thu, 13 May 2010 20:33:55 +0000 http://blog.tonyfendall.com/?p=20#comment-2 Hey there,
this component is great and i actually saw it on your OLD flex blog. Over there i asked a question and i guess it wasn’t answered since you had moved to this one. My question would be, how can I save what I’ve drawn on the component?
I’m quite new at flex and haven’t been able to find anything about saving a canvas as an image.
I would really appreciate if you could clear this up for me. Thnx.

Gaston

]]>