Paul,
If you do this entire part in AppleScript, the problem solves itself.
set xFile to choose file of type "mov"
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
Installer Maker for LiveCode:
http://qery.us/468
Buy my new book "Programming LiveCode for the Real Beginner"
http://qery.us/3fi
LiveCode on Facebook:
https://www.facebook.com/groups/runrev/
On 5/7/2015 14:32, Paul Dupuis wrote:
On 5/6/2015 7:08 PM, Paul Dupuis wrote:
answer file "Pick a movie:"
set the fileName of player 1 to shortFilePath(it)
Mark & Peter,
Thank you for the tips. The issue (in LC 6.7.4) appears not to be the
manipulation of the file, but having some way of prompting the user to
select a file with Unicode in the path.
"answer file" - appears to return only native single byte text.
So it would appear the only way to allow a user to select a Unicode
based filespec is if I create my own "answer file" command/dialog that
supports Unicode - which i am not sure whether that is possible or not.
_______________________________________________
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