Page 1 of 1

do paint tools work in version 5?

Posted: Sun Oct 30, 2011 10:50 pm
by adventuresofgreg
I just wrote a simple paint program component to my iOS stack, and it doesn't seem to work on the iPad. Then I read in the iOS release notes that it doesn't work. does version 5 support the paint tools? Does my version 4.6.0 support the draw tools??

Re: do paint tools work in version 5?

Posted: Mon Oct 31, 2011 10:38 am
by Mark
Hi,

I don't think that paint tools work on iOS.

There's a trick tracing a mouseStillDown, collecting the points in a list and setting the points of a polygon tot that list.

Kind regards,

Mark