Paint tools in iOS applications

Scott Rossi scott at tactilemedia.com
Thu Jan 6 06:21:05 EST 2011


I tried a quick test and it doesn't seem like paint is working.  I can kind
of get some broken-cursor white box painting to show up in a filled image,
but it's definitely not producing the proper results over here (iPod Touch).

Regards,

Scott Rossi
Creative Director
Tactile Media, UX Design



Recently, paolo mazza wrote:

> Can we use paint tools in iOS applications?
> 
> I set up a stack with an image area and 2 buttons with the following scripts:
> 
> -- button 1
> 
> on mouseUp
> 
>    set the brush to 8
> 
>    set the brushColor to black
> 
>    choose brush tool
> 
> end mouseUp
> 
> -- button 2
> 
> on mouseUp
> 
>    choose browse tool
> 
> end mouseUp
> 
> 
> 
> It looks like the brush tool does not work properly using theiPad
> simulator and I can not draw.
> 
> Any advice?
> 
> Thanks
> 
> Paolo Mazza






More information about the use-livecode mailing list