"Run sketches on display" preference not working for exported OSX application
Hello,
A new option has been added to the Preferences window that sets the display where sketches are initially placed. As usual, if the sketch window is moved, it will re-open at the same location, however when running in Present (full screen) mode, the display selected here will always be used.
When exporting an application, that display preference will be saved into the exported application.
For the technically inclined, this is implemented by using the --full-screen and --display=N command line parameters for PApplet.
This works fine when running Processing from the editor but fails once I export and application, the application still opens on display number 1. I am using the newest build of Processing and have tried 2,08b as well. If anybody has any experience with this or can help me out that would be great..
thanks...jason