Desktop app Titanium.App.Properties
Hi,
Has anyone out there had an issues with using Titanium.App.Properties properties in a desktop app?
It just doesn't seem to be working, even with a very simple setString test.
No debug info at all to show if anything is going wrong.
Any have an ideas/suggestions? (I'd rather not use SQLlite to do what I need to do.) I tried using HTML5 localStorage, but that (oddly) doesn't seem persistent over application runs.
Thanks.
EDIT/UPDATE: I seemed to move some bits of code around and now it works. Very odd. ;)