I have a panel full of labels, editboxes and Togglebuttons. I need to store all of the labels, editboxes and Togglebuttons status- preferably without having to store config information on each of those items and then having to parse the stored config information and reset the contents/labels of each control.
An example is the ProAppGrid somewhere on this forum. If a user changes the state of some of the pushbuttons, I need to be able to remeber those states the next time the program is run. Down the same line of thinking, the ProAppGrid has a button on each line to delete that line. If liines are deleted, I need to be able to store everything so I can pull it back up looking the same way, with just the deleted lines not present and any toggle buttons set in the same position.
Any ideas?
I made a huge progress using tables until I realized I could not incorporate Togglebuttons into the rows of the table like what was done in the ProAppGrid much less save the state of those buttons when I did a Tablesave.
An example is the ProAppGrid somewhere on this forum. If a user changes the state of some of the pushbuttons, I need to be able to remeber those states the next time the program is run. Down the same line of thinking, the ProAppGrid has a button on each line to delete that line. If liines are deleted, I need to be able to store everything so I can pull it back up looking the same way, with just the deleted lines not present and any toggle buttons set in the same position.
Any ideas?
I made a huge progress using tables until I realized I could not incorporate Togglebuttons into the rows of the table like what was done in the ProAppGrid much less save the state of those buttons when I did a Tablesave.