Hi Curtis,
> Am 17.04.2018 um 17:46 schrieb Curtis Ford via use-livecode
> <[email protected]>:
>
> The other day when firing up TextWrangler, I saw the message that Apple now
> shows once when opening a 32bit app – that it should be updated (for 64bit).
> Which got me thinking about older Livecode projects.
>
> A few years ago I did a series of modules for a client (using Livecode 7)
> that included many mp3 files, in a folder named 'media' and accessed through
> a player. I had used this in the stack script:
> ...
> put gMediaPath & slash & "Resources" & slash & "_MacOS" & slash & "media" &
> slash into gMediaPath
therefore we have all these nice SPECIALFOLDERPATHs()! 8-)
Use this one:
------------------------------------
on setgMediaPath
global gMediaPath
put specialfolderpath("resources") & "/media/" into gMediaPath
end setgMediaPath
------------------------------------
Done!
Same applies to your older projet, too, however!
> 2) Any other issues to be aware of when managing this transition?
>
> Thanks!
>
> Curt
Best
Klaus
--
Klaus Major
http://www.major-k.de
[email protected]
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode