Activate tab

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 22/07/2012 at 02:20, xxxxxxxx wrote:

When I add a tag (that I created) to an object, only the Basic tab is activated in the Object Manager.
I do have am additional tab for settings on that tag. How can I make it active too, as I create a new tag?

Rui Batista

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 22/07/2012 at 04:09, xxxxxxxx wrote:

In your resource file, you probably have something like this:

  
CONTAINER Ttagname   
{   
NAME Ttagname;   
INCLUDE Tbase; // or it could be Texpression   
  
GROUP SOME_GROUP_NAME   
{   
// some elements   
}   

What you need to do is name that first group 'ID_TAGPROPERTIES' which is a special name Cinema recognises and will make that the active tab by default when the tag is created.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 22/07/2012 at 04:19, xxxxxxxx wrote:

Thank you, that worked just fine :-)

Rui Batista