Re: Issues with rotating image in iOS

2015-06-17 Thread Magicgate Software - Skip Kimpel
And that is why this list is so effective. Thank you Klaus and Randy for the quick and solid solution. Works like a charm! SKIP On Wed, Jun 17, 2015 at 2:20 PM, Randy Hengst wrote: > Or, do something like I shared the other day with Richmond. > > on mouseDown >repeat while the mouse is do

Re: Issues with rotating image in iOS

2015-06-17 Thread Randy Hengst
Or, do something like I shared the other day with Richmond. on mouseDown repeat while the mouse is down local tStartLoc put the loc of target into tStartLoc set the angle of target to (the angle of target + 15) set the loc of target to tStartLoc end repeat end mouseDo

Re: Issues with rotating image in iOS

2015-06-17 Thread Klaus major-k
Hi Skip, > Am 17.06.2015 um 20:14 schrieb Magicgate Software - Skip Kimpel > : > > Good afternoon, > > Is it not possible to do on an iOS device?: > rotate image "myImage" by 90 > > Works on desktop, fails on simulator and mobile. > Anybody have any insights on this? do not use „rotate“ but r

Issues with rotating image in iOS

2015-06-17 Thread Magicgate Software - Skip Kimpel
Good afternoon, Is it not possible to do on an iOS device?: rotate image "myImage" by 90 Works on desktop, fails on simulator and mobile. Anybody have any insights on this? SKIP KIMPEL ___ use-livecode mailing list use-livecode@lists.runrev.com Please