As a general rule, callbacks for controls located on a tabbed panel must be installed BEFORE the panel is added to the tab control: the reason is that the tab control adds its own callback to each control chaining it to the exsisting one, if any; installing a callback to a control after the panel is added to the tab control can give unpredictable results and eventually lead to a severe error.
So if you don't want to add the callbacks to controls in the UIR editor, you must add them to the controls before generating the tab control.
Message Edited by Roberto Bozzolo on 05-06-2005 10:08 AM