Apples actual response to the Flash issue

Randall Lee Reetz randall at randallreetz.com
Tue May 4 16:27:08 EDT 2010


Well that isn't exactly how it works, but evolution does have a way of pointing in a very specific direction (statistically).

-----Original Message-----
From: Roger.E.Eller at sealedair.com
Sent: Tuesday, May 04, 2010 12:34 PM
To: How to use Revolution <use-revolution at lists.runrev.com>
Subject: Re: Apples actual response to the Flash issue

On 05/04/2010 at 03:23 PM, Randall Reetz <randall at randallreetz.com> wrote:
> Thomas McGrath sent the following to me.  Anyone know what it means or is
supposed to do?
>
> Randall
>
> On May 2, 2010, at 7:47 PM, Thomas McGrath III wrote:
>
>> [...]
>> NSString *documentsDirectory = [paths objectAtIndex:0];
>>
>> while(!madeNewPath) {
>> imgPath = [documentsDirectory stringByAppendingPathComponent:[NSString
stringWithFormat:@"WhatThe%i.jpg",x]];
>> if([[NSFileManager defaultManager] fileExistsAtPath:imgPath]) x++; else
madeNewPath = TRUE;
>> }
>> [...]
>>
>> restoredImg = [UIImage imageWithData:[NSData
dataWithContentsOfFile:imgPath]];
>>
>>

It is message sent back from the future. Once you execute it, it will learn
what you want and will just do it. ;)

_______________________________________________
use-revolution mailing list
use-revolution at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution





More information about the use-livecode mailing list