Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
I'm searching how to rename the default tab ID_OBJECTPROPERTIES "Object", I have created a new GROUP instead of it, this is works. But the problem now is: when I open or my plugin object the "Basic" tab is selected by default but I want to set the new GROUP as the default selected tab.
ID_OBJECTPROPERTIES
Thanks.
hi,
after overthinking about it, adding DEFAULT 1; in your .res file should be enough.
DEFAULT 1;
CONTAINER pc12794 { NAME pc12794; INCLUDE Obase; GROUP ID_MYPERSONALTAB { DEFAULT 1; REAL ONEFLOAT { CUSTOMGUI REALSLIDER;} } }
cheers, Manuel
@m_magalhaes said in Change the default name of ID_OBJECTPROPERTIES:
Thank you much.