Am 03.06.2012 um 16:07 schrieb Beatrix Willius: > The code by itself is working fine. However, for testing I need to change the > value by hand in XCode. Then the change doesn't "take" and I still see the > old value in the debugger. Even after saving, quitting XCode, and > double-checking the value. > > Any clue what is going on here?
CFPreferences keeps value in memory. Normally you call synchronize from time to time to keep them in sync with files in preferences folder. Greetings Christian -- Real Studio Conferences, Training and Meetings. More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
