I started working on something like that myself for the IM program. I wanted to create an ini-like config file that contains the buddy list and the login information.

A generic settings class would be kind of nice. Then the application developer can create his own keys as needed. Perhaps store the items in a SortedList and just dump that list to disk at the end of the program run?


On 7/9/06, Adam Frisby <[EMAIL PROTECTED]> wrote:
I have an idea for a Settings class, ala

class Secondlife {
        ...
        public Settings settings;
        ...
}

Just a big set of public variables for things which are configurable -
maybe add a save/load function onto it for save/load to/from disk? I can
think of a few things where it might be handy.

Thoughts?

-Adam

_______________________________________________
libsecondlife-dev mailing list
libsecondlife-dev@gna.org
https://mail.gna.org/listinfo/libsecondlife-dev



--
Tom Wilson
[EMAIL PROTECTED]
KI6ABZ
_______________________________________________
libsecondlife-dev mailing list
libsecondlife-dev@gna.org
https://mail.gna.org/listinfo/libsecondlife-dev

Reply via email to