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

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

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 s...@magicgate.com: 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

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 iowahen...@mac.com wrote: Or, do something like I shared the other day with Richmond. on mouseDown repeat while

Read From File

2015-06-17 Thread Peter Haworth
After issuing the command read from file tFilepath until EOF, I am getting OK in the it variable instead of the file contents. I don;t see this documented in the dictionary so can anyone tell me what this means? This is with LC 6.6.5 on OSX 10.10. The file is empty at the time this error

Re: [OT] What the *^#$!#$ Just Happened - SPAM

2015-06-17 Thread stephen barncard
On Tue, Jun 9, 2015 at 5:03 AM, Kay C Lan lan.kc.macm...@gmail.com wrote: ( I've believed that the Gmail team have done a wonderful job at blocking the tidal wave of SPAM, so not sure now why so much is getting through. I have no spam worries since I flowed all my email accounts through

Re: [OT] Re: Any way to do simple texture maps?

2015-06-17 Thread Geoff Canyon
On Wed, Jun 17, 2015 at 12:42 PM, Richmond richmondmathew...@gmail.com wrote: just . . . Well, conceptually it's a just ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Problems with encrypt / decrypt on ios

2015-06-17 Thread Magicgate Software - Skip Kimpel
I can confirm that it does indeed work with 7.0.6 RC1. Thank you Mark for pointing me in the right direction! SKIP On Wed, Jun 17, 2015 at 9:42 AM, Mark Talluto use...@canelasoftware.com wrote: Try LC 7.0.6 RC1. There is a bug fix for that. Mark Talluto On Jun 17, 2015, at 4:50 AM,

Re: [OT] What the *^#$!#$ Just Happened - SPAM

2015-06-17 Thread Bob Sneidar
:-) On Jun 17, 2015, at 02:50 , Simon Knight si...@smknight.co.ukmailto:si...@smknight.co.uk wrote: try Russia On 08/06/2015 17:00, dunb...@aol.commailto:dunb...@aol.com wrote: Where can I find these Russian women? Craig ___ use-livecode mailing

Re: [OT] Re: Any way to do simple texture maps?

2015-06-17 Thread Mark Wieder
On 06/17/2015 10:26 PM, Richmond wrote: I hope you managed to paint your balls successfully. Admittedly, I just deleted most of this thread without reading, so I have no context for this, but... I'm gonna have to find excuses to casually slip that into conversations. -- Mark Wieder

Re: Simple .lc Script to INSERT data...?

2015-06-17 Thread Peter M. Brigham
I use Jacque's scriptPaint handler instead of explicitVariables -- just set the insertion point, then hover over a word in a script, press shift-control-space (my script shortcuts are all shift-control-key), and presto, the mouseword is copied and placed into the insertion point. End of

[OT] Re: Any way to do simple texture maps?

2015-06-17 Thread Richmond
On 17/06/15 10:26, Geoff Canyon wrote: I just want to paint a sphere. gc ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: [OT] Re: Any way to do simple texture maps?

2015-06-17 Thread Richmond
On 17/06/15 23:31, Geoff Canyon wrote: On Wed, Jun 17, 2015 at 12:42 PM, Richmond richmondmathew...@gmail.com wrote: just . . . Well, conceptually it's a just Well, yes, it is . . . conceptually there is also a fairly big BUT in there as well; or, put another way, the difference between

Problems with encrypt / decrypt on ios

2015-06-17 Thread Magicgate Software - Skip Kimpel
Good morning, I am trying to decrypt a text file that exists on my server. In the development environment it works just fine. On an iOS device, it returns empty. To accomplish this I am using: decrypt vText using blowfish with PassCode at 128 bit I have made sure that Encryption external

Any way to do simple texture maps?

2015-06-17 Thread Geoff Canyon
I just want to paint a sphere. gc ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: [OT] What the *^#$!#$ Just Happened - SPAM

2015-06-17 Thread Simon Knight
try Russia On 08/06/2015 17:00, dunb...@aol.com wrote: Where can I find these Russian women? Craig -Original Message- From: Richard Gaskin ambassa...@fourthworld.com To: use-livecode use-livecode@lists.runrev.com Sent: Mon, Jun 8, 2015 10:47 am Subject: Re: [OT] What the *^#$!#$

Re: revXMLCreateTree or revCreateXMLTree ?

2015-06-17 Thread jbv
Hello Mark Thanks for following up. I am using the version installed on my on-rev account which seems to be 6.1.0 jbv Are you using version 6.5.2 of the server as well? On what platform? ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Problems with encrypt / decrypt on ios

2015-06-17 Thread Mark Talluto
Try LC 7.0.6 RC1. There is a bug fix for that. Mark Talluto On Jun 17, 2015, at 4:50 AM, Magicgate Software - Skip Kimpel s...@magicgate.com wrote: Good morning, I am trying to decrypt a text file that exists on my server. In the development environment it works just fine. On an

Re: revXMLCreateTree or revCreateXMLTree ?

2015-06-17 Thread Mark Wieder
On 06/17/2015 02:08 AM, j...@souslelogo.com wrote: Hello Mark Thanks for following up. I am using the version installed on my on-rev account which seems to be 6.1.0 jbv OK - then there's the problem. You might want to update to a newer version or alternately just not use any of the newer

AW: open stack finds stack in wrong path!?

2015-06-17 Thread Tiemo Hollmann TB
Devin, you were absolutely right, I was using the wrong itemDel :( Thank you for coaching Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Devin Asay Gesendet: Montag, 15. Juni 2015 19:57 An: How to use LiveCode Betreff: Re:

Re: open stack finds stack in wrong path!?

2015-06-17 Thread Devin Asay
On Jun 17, 2015, at 7:55 AM, Tiemo Hollmann TB toolb...@kestner.de wrote: Devin, you were absolutely right, I was using the wrong itemDel :( Thank you for coaching Tiemo That’s right, you would have needed to set the itemDelimiter to slash before the “go to stack” statement. I didn’t

RE: Differences in burning programs on OS X

2015-06-17 Thread Ralph DiMola
I've used MacImage on PC for years. I don't know if there is a Mac version. It works flawlessly. MacImage allows you select files that are visible only in the ISO(PC) view or only in the HSF(Mac) view or both. For example this keeps the autorun files from cluttering up the CD/DVD when viewed on a

OT: Differences in burning programs on OS X

2015-06-17 Thread Tiemo Hollmann TB
Hello, I always thought CD burning tools on OS X only were GUIs for the build in system burning function. As I recently created a new hybrid CD with the freeware tool LiquidCD, it took 1-2 minutes on windows machines to open it, where it took seconds on my Mac. First I thought it would be a