Initializing the auxiliary window
Displaying new tabs in the auxiliary window
The appearance of a new tab in the auxiliary window is requested in:
Object:select
and
Object:start
using the following service:
addPropertiesPage(String pageName, String profileName);
For example:
addPropertiesPage("My page",
"default#external#Code#myProfile#PropertiesBox");
Removing tabs from the auxiliary window
The removal of a tab from the auxiliary window is requested in:
Object:stop()
and
Object:unselect()
in the MDAC's installation profile. The removal of a tab is carried out using the following service:
removePropertiesPage(String pageName);
For example:
removePropertiesPage("My page");