Any Mac guys know why this call isn't working?

Moho allows users to write new tools and plugins. Discuss scripting ideas and problems here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
User avatar
mkelley
Posts: 1647
Joined: Fri Nov 02, 2007 5:29 pm
Location: Sunny Florida
Contact:

Any Mac guys know why this call isn't working?

Post by mkelley »

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.
Post Reply