Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac64 SaveDialog bug #26

Open
yupswing opened this issue Apr 8, 2015 · 0 comments
Open

Mac64 SaveDialog bug #26

yupswing opened this issue Apr 8, 2015 · 0 comments

Comments

@yupswing
Copy link

yupswing commented Apr 8, 2015

When I use the sample code

        var result = Dialogs.saveFile
            ( "Select a file please, or type name"
            , "This additional message will only be shown on OSX"
            , "c:/" // initial path, for windows only
            );
        trace(result);  

The save dialog return a string with C: included

Main.hx:188: /Users/me/Dev/haxe/testDialog/Export/mac64/cpp/bin/testDialog.app/Contents/Resources/c:/test.png

Should I make some #if to set different basepath on different target os or does it support only windows?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant