do paint tools work in version 5?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
adventuresofgreg
Posts: 349
Joined: Tue Oct 28, 2008 1:23 am
Contact:

do paint tools work in version 5?

Post by adventuresofgreg » Sun Oct 30, 2011 10:50 pm

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??

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: do paint tools work in version 5?

Post by Mark » Mon Oct 31, 2011 10:38 am

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
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply