Is there a non-drastic way to reset one or all application settings to their default value through the settings interface? Either a control next to the setting to reset it, or one at the top or bottom to reset them all? Or does this have to be programmed in some how, if that is even possible.
I see in memory usage in the simulator that the application settings are a dictionary that take up a fair bit of memory. Is this dictionary directly accessible like resources "$.Rez" or are we resigned to see it use memory but we have to code getProperty or getValue for each and every one and use even more memory?