Custom UI by Max issue with Mac remote path

 From:  Michael Gibson
7054.2 In reply to 7054.1 
Hi Chipp - the web browser engine that MoI has embedded in it for the UI display probably does not know about UNIX paths and so that's probably what you are running into there.

The regular MoI UI does not use file:// paths at all and instead uses a special moi:// protocol which knows to load things from directories within MoI's own application package.

The system that MoI uses for running Windows code on the Mac can use a pretend z: drive to access things on the UNIX file system, you might try putting in a file:// path using a z: drive like this:

file:///z:/Users/chipp/Dropbox/Moi/ObjectsDONTMOVE

Does it work like that?

- Michael