Re: Lion vs Mtn Lion

2013-03-15 Thread Thomas McGrath III
Thanks Mark,

One thing that I am noticing is that on my Wife's 10.7.5 I am having problems 
launching apps that I built as stand-alones on my 10.8.2 machine as 
Universal. I have to copy the stack over to 10.7.5 and then build from there 
in order for them to work. Not sure what that is about and too tired to figure 
it out.

Thanks

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

On Mar 14, 2013, at 9:49 PM, Mark Schonewille 
m.schonewi...@economy-x-talk.com wrote:

 Hi,
 
 Keep in mind that support returns the user's application support folder, 
 while asup returns the system's application support folder. The user may have 
 no permissions to write to the latter.
 
 --
 Best regards,
 
 Mark Schonewille
 
 Economy-x-Talk Consulting and Software Engineering
 Homepage: http://economy-x-talk.com
 Twitter: http://twitter.com/xtalkprogrammer
 KvK: 50277553
 
 Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other colour 
 spaces. http://www.color-converter.com
 
 We have time for new software development projects. Contact me for a quote.
 
 On 3/15/2013 00:23, Monte Goulding wrote:
 It was only introduced in LC 5.5.3 RC2... Are you using the same LC version 
 on Lion? Ave you tried asup?
 
 
 
 ___
 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


Re: Lion vs Mtn Lion

2013-03-14 Thread Mark Wieder
Thomas McGrath III mcgrath3@... writes:

I don't know how much of an answer this is to your question, but

a) could there be a permissions problem on the 10.7 machine?
b) any chance of running the demo on 10.8?

-- 
 Mark Wieder
 mwie...@ahsoftware.net





___
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: Lion vs Mtn Lion

2013-03-14 Thread Monte Goulding
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


Re: Lion vs Mtn Lion

2013-03-14 Thread Thomas McGrath III
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


Re: Lion vs Mtn Lion

2013-03-14 Thread Monte Goulding
OK, is it your app that won't write to the folder or the one you outsourced?

On 15/03/2013, at 12:07 PM, Thomas McGrath III wrote:

 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.

--
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


Re: Lion vs Mtn Lion

2013-03-14 Thread Thomas McGrath III
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


Re: Lion vs Mtn Lion

2013-03-14 Thread Monte Goulding

On 15/03/2013, at 12:14 PM, Thomas McGrath III wrote:

 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

Are you responding to me? I'm just wondering exactly what is failing. Your 
reads/writes or the other app?

--
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


Re: Lion vs Mtn Lion

2013-03-14 Thread Thomas McGrath III
yep, and that is what I am wondering as well. This is one place to check who is 
writing and if I am reading at all…. Good idea,

Any other ideas? Im gonna be checking everything I can tomorrow….

Thanks

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

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

 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


___
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: Lion vs Mtn Lion

2013-03-14 Thread Monte Goulding

On 15/03/2013, at 12:45 PM, Thomas McGrath III wrote:

 yep, and that is what I am wondering as well. This is one place to check who 
 is writing and if I am reading at all…. Good idea,
 
 Any other ideas? Im gonna be checking everything I can tomorrow….

Is it possible to launch the other app without a file being written to that 
folder? If so that'd be my first test.. if a file pops up there open it and see 
if the data you expect is in there.

--
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


Re: Lion vs Mtn Lion

2013-03-14 Thread Mark Schonewille

Hi,

Keep in mind that support returns the user's application support folder, 
while asup returns the system's application support folder. The user may 
have no permissions to write to the latter.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other colour 
spaces. http://www.color-converter.com

We have time for new software development projects. Contact me for a quote.

On 3/15/2013 00:23, Monte Goulding wrote:

It was only introduced in LC 5.5.3 RC2... Are you using the same LC version on 
Lion? Ave you tried asup?




___
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