H
Hector Santos
I am trying to use the library to set/get settings. Something that
normally isn't a hard concept when you using your own logic, but I'm
still learning the rich library and wish to use whats there.
But I don't get it. Following all examples, it doesn't seem to take.
To test, I created a Windows form with 3 check boxes and using the
Data Binding to set three corresponding settings:
option1
option2 default checked
option3
How do use this in code so that user changes stick on saving and loading?
Maybe I am seeing this wrong. Its only for the default settings?
I don't wish to hand code the load/saving for each control/option,
isn't that defeating the purpose of the "Data/Property Binding" using
its inherent enumeration interface?
Thanks
normally isn't a hard concept when you using your own logic, but I'm
still learning the rich library and wish to use whats there.
But I don't get it. Following all examples, it doesn't seem to take.
To test, I created a Windows form with 3 check boxes and using the
Data Binding to set three corresponding settings:
option1
option2 default checked
option3
How do use this in code so that user changes stick on saving and loading?
Maybe I am seeing this wrong. Its only for the default settings?
I don't wish to hand code the load/saving for each control/option,
isn't that defeating the purpose of the "Data/Property Binding" using
its inherent enumeration interface?
Thanks