plist Class for REALbasic - 2.11.1stores your app's preferences |
|
||||||||||||||
|
|||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
Fixed version available - Version: 2.11.1, 1/4/2010 05:07PM PST
(1 of 1 users found this comment useful)
MarkusWinter
Two more problems - Version: 2.11.1, 7/11/2008 10:51AM PST
MarkusWinter
(1) Don't use GetReal & SetReal - they are suppossed to replace GetDouble & SetDouble but they don't work (haven't had time to locate the error yet)
(2) As soon as I add the plist (but not plist dict) to my app the app looses it's menubar in the IDE. Even when you set the menu bar again, save it and load it - then the app menubar is gone again
(2) As soon as I add the plist (but not plist dict) to my app the app looses it's menubar in the IDE. Even when you set the menu bar again, save it and load it - then the app menubar is gone again
Bug repair - Version: 2.11.1, 11/12/2007 05:48AM PST
MarkusWinter
Doh.
Replacement should have been
values.value(key) = Format(v, "-#.#################")
Replacement should have been
values.value(key) = Format(v, "-#.#################")
You can download the fixed plist here:
http://dl.dropbox.com/u/992591/REALbasic/Classes/plist%202010-01-04.zip
and an introduction on how to use it here
http://www.declaresub.com/wiki/index.php/Property_lists_and_how_to_make_them_using_the_plist_class
Enjoy.