Any Mac guys know why this call isn't working?
Posted: Mon Jul 27, 2015 12:32 pm
Dear folk,
I've written a script and while it works fine for me and many others in Windows, and works fine for me on my MacBook Air (running, if not the very latest OS, at least the one right before the newest) it doesn't work at all for one of my testers. What doesn't work is this:
local path = LM.GUI.SaveFile("Select Data File")
print ("File selected to save was " .. path)
Nothing happens at all when that function is called -- no Finder window, no printing in a display window, no sign at all it was even invoked (although, as I said, it works fine for me on my MBA, and for me and others in Windows). I can't imagine what's going on, but thought there might be some Mac expert here that could give me a clue.
TIA for any assistance.
I've written a script and while it works fine for me and many others in Windows, and works fine for me on my MacBook Air (running, if not the very latest OS, at least the one right before the newest) it doesn't work at all for one of my testers. What doesn't work is this:
local path = LM.GUI.SaveFile("Select Data File")
print ("File selected to save was " .. path)
Nothing happens at all when that function is called -- no Finder window, no printing in a display window, no sign at all it was even invoked (although, as I said, it works fine for me on my MBA, and for me and others in Windows). I can't imagine what's going on, but thought there might be some Mac expert here that could give me a clue.
TIA for any assistance.