Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Web & Software Development  |  Other Developer Tools  |  plist Class for REALbasic

plist Class for REALbasic

plist Class for REALbasic - 2.6

stores your app's preferences

All Time: (5.0)
Version 2.6: (5.0)
Selected Version: 2.6
Release Date: 2005-09-04
License: Freeware
Downloads (version 2.6): 0
Downloads (all versions): 7,477

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

The plist class for REALbasic allows you to easily maintain an Apple-standard plist preferences file in your REALbasic application. With a wealth of methods to aid you, you can easily maintain plist files from the simple to the complex. The preferences are kept in memory. Therefore, when your application quits, just call the Save method and the preferences will be saved - it's that easy!


  • Several Get methods for getting data
  • Several Set methods for setting data
  • Append methods for dealing with arrays
  • Parent/child structure patterned after the FolderItem class

What's new in this version:

Added several new methods:
  • Find
  • FindNext
  • And methods for handling checkboxes, radiobuttons,statictext, and editfields.
  • Revamped documentation
  • Now includes a Dashboard Widget for quickly looking up a method or property (requires Mac OS X 10.4)

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.3
  • Mac OS X 10.2
  • Mac OS X 10.1
  • Mac OS X 10.0

Additional Requirements:

Screenshots:

Download Links:

Download Links:

Your Installed Versions:


 

Feedback Summary:

Version 2.6:
Overall Rating: (5.0) Features: (5.0) Support: (5.0)
Ease of Use: (5.0) Quality / Stability: (5.0) Price: (5.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

plist Class for REALbasic Troubleshooting ReportTwo 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
Post a commentAlert Admin

plist Class for REALbasic Troubleshooting ReportBug repair - Version: 2.11.1, 11/12/2007 05:48AM PST

MarkusWinter
Doh.

Replacement should have been

values.value(key) = Format(v, "-#.#################")

Post a commentAlert Admin

plist Class for REALbasic ReviewEasiest way to make proper preference files in REALbasic - Version: 2.11.1, 11/3/2007 03:17AM PST

MarkusWinter
Takes out a lot of hassle, and is versatile and stable.

Developer seems no longer reachable under the address given at the website but as you get the complete source code you can fix any bugs yourself.
Post a commentAlert Admin