06-30-2008 08:46 AM
06-30-2008 10:57 AM
Yes, you do have to have the controls in the panel from the beginning. The resolution adjustment setting only occurs once, when the panel is loaded.
One thing you could do is to create, in the ui editor, a second panel where you have all the controls that you want to add to the main panel later. You can enable the resolution adjustment in this panel as well, and load it when you load the main panel, but not display it. Then, whenever you want to create a new control in the main panel, simply copy it instead from the other panel, using the DuplicateCtrl function.
Luis
06-30-2008 11:42 AM
Interesting idea, I had not thought of coping it. I will look into that.
Thanks.