1.6.5.16.4.14.  Keys "PARTSELECTION_SHOW_..." / "PARTSELECTION_..._AS_TAB" - Show/hide "Structure" items or move on tab

You can show or hide items in the Struktur [Structure] area or move it on its own tab:

Example: Either enable"Favorites" in the "Structure" area or as tab.

Example: Either enable"Favorites" in the "Structure" area or as tab.

Enable/disable different items in the structure [Structure] area:

  • Catalogs: PARTSELECTION_SHOW_CATALOGS

  • Classifications: PARTSELECTION_SHOW_CLASSIFICATIONS

  • Favorites: PARTSELECTION_SHOW_FAVORITES

  • History: PARTSELECTION_SHOW_HISTORY

  • Document scan: PARTSELECTION_SHOW_DOCSCAN

Value range: TRUE / FALSE

As an alternative you can disable different items in the structure [Structure] area and enable as tabs:

  • Classifications: PARTSELECTION_CLASSIFICATIONS_AS_TAB

  • Favorites: PARTSELECTION_FAVORITES_AS_TAB

  • History: PARTSELECTION_HISTORY_AS_TAB

  • Document scan: PARTSELECTION_DOCSCAN_AS_TAB

Value range: TRUE / FALSE

Example

  • Just to hide the item Favorites in the structure [Structure] area:

    [PARTdataManager]
    PARTSELECTION_SHOW_FAVORITES=FALSE

  • Hide item Favorites in the Struktur [Structure] area but show it on its own tab

    [PARTdataManager]
    PARTSELECTION_SHOW_FAVORITES=FALSE

    AND

    [PARTdataManager]
    PARTSELECTION_FAVORITES_AS_TAB=TRUE

[Note]Note

If you enable a *_AS_TAB key then you have to disable the corresponding key "PARTSELECTION_SHOW_*".