That is what I will check tomorrow. Cause I check on launch and write them 
there if they are not and the outsourcer app writes to there as well. I read 
them once loaded. 

What are you thinking????

Thanks

Tom

-- Tom McGrath III
http://lazyriver.on-rev.com
mcgra...@mac.com

On Mar 14, 2013, at 9:07 PM, Thomas McGrath III <mcgra...@mac.com> wrote:

> Scott and Monte,
> 
> I am using LC 5.5.4 and downloaded LC and my stack on my Wifes 10.7.5 and 
> built from there too with LC 5.5.4 LC runs on it but the built app still does 
> not work. It seems to be writing the files to the correct place there as on 
> my machine, but I will check again.
> 
> I was using the get URL earlier and just changed Just in case.
> 
> Tom
> 
> -- Tom McGrath III
> http://lazyriver.on-rev.com
> mcgra...@mac.com
> 
> On Mar 14, 2013, at 7:23 PM, Monte Goulding <mo...@sweattechnologies.com> 
> wrote:
> 
>> It was only introduced in LC 5.5.3 RC2... Are you using the same LC version 
>> on Lion? Ave you tried asup?
>> 
>> On 15/03/2013, at 9:58 AM, Thomas McGrath III wrote:
>> 
>>> As many are aware, I have an app with a key trapper that I hired out to 
>>> write. I am making heavy use of open, read, close and put URL file: and 
>>> also I am using specialFolderPath("Support"). Any way i am having a lot of 
>>> trouble getting this to work on OSX 10.7.2 & on OSX 10.7.5 But it is 
>>> working here on Mtn Lion OSX 10.8.2
>>> 
>>> The drop dead deadline is tomorrow and it will be a flop if I can't get it 
>>> working on the clients machine for his big presentation. (My 
>>> responsibility, because I should have said NO once I saw how big this 
>>> project kept getting as time wore on.)
>>> 
>>> Anyway, I am stilling plugging away and I really need to know if anyone has 
>>> experienced any issues with specialFolderPath with 10.7.? and if there is 
>>> any kind of workaround? The other thing I thought of was maybe a timing 
>>> issue about polling for updates, But after the first read I don't seem to 
>>> get anymore info coming in.???
>>> 
>>> One very last thing is that the KeyTrapper is running 64 bit and of course 
>>> my App is 32 bit. But I don't think that should matter as we are only 
>>> sharing a txt fileā€¦..
>>> 
>>> Thanks to anyone for any ideas.
>>> 
>>> Tom
>>> 
>>> 
>>> open file specialFolderPath("Support")  & "/KeyTrapper/Events.txt" 
>>> read from file specialFolderPath("Support") & "/KeyTrapper/Events.txt"  
>>> until EOF
>>> put it into tFile
>>> close file specialFolderPath("Support")  & "/KeyTrapper/Events.txt" 
>>> 
>>> 
>>> 
>>> put empty into URL  ("file:" & (specialFolderPath("Support") & slash & 
>>> "KeyTrapper" & slash & "Events.txt"))
>>> 
>>> 
>>> 
>>> -- Tom McGrath III
>>> http://lazyriver.on-rev.com
>>> mcgra...@mac.com
>>> 
>>> _______________________________________________
>>> 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
>> 
>> --
>> M E R Goulding 
>> Software development services
>> Bespoke application development for vertical markets
>> 
>> mergExt - There's an external for that!
>> 
>> _______________________________________________
>> 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
> 
> 
> _______________________________________________
> 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


_______________________________________________
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

Reply via email to