Lars,
If I could stick to a one word review: CLEAN
I wish I had seen this a year ago and I hope you have this well published to
RB Garage, café etc. Its got a ton more than just the prefs - menu
handling, timer, static text sub class and Im sure more - this should be in
every beginners tool box. It shows a ton of great basic concepts, has even
more comments than code and works nicely too! I is good of you to offer it
up to everyone as example work when it is a lot of work to prep it so
cleanly - thank you.
-sean
>> I know that many programs have preferences that stay at the value that
>> the user wants instead of reverting to the defaults. Is it possible for
>> me to do this in REALBasic? If so, HOW?
>
> It's not only possible, it's an excellent beginning project, because you can
> re-use it and get the benefit in all future projects.
>
> I use a text file in the PreferencesFolder (see that function name), for
> ease of testing and debugging. If you want to see code, there's a decent
> example of a Preferences module in my UTool template:
>
> http://ljensen.com/utool
>
> lj
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
>
> Search the archives of this list here:
> <http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|