Hi, I’m having trouble establishing if this is a bug or feature:
I have a Mac application that I want to always start in a 800x600 window and the user to select if they want the fullscreen version or a 1024x840 window. This works fine on the first launch but on consecutive launches the starting window uses the last set resolution. I notice that a plist file is created in Library/Preferences which contains:
bplist00Ó_Screenmanager Resolution Width_Screenmanager Resolution Height_ Screenmanager Is Fullscreen modeH0Rux{}
Is there anyway of preventing this file/line being written or make the application ignore it when it starts up?
Thanks