NutAce
Mechanical
- Apr 22, 2010
- 1,192
Hello All,
Having some issues with the creation of Galleries in grb files.
When I add a Gallery with Drag&Drop in a new Ribbon Tab it shows like below in NX
Each Gallery has it's own label (name)
Because I want to distribute this new RibbonTab to all users I decided to create an GRB file (called by a rtb file)
The problem is that I don't get the Gallery label to show like it is in above sample, it only shows the title of the GRB file. What am I missing?
Ronald van den Broek
Senior Application Engineer
Winterthur Gas & Diesel Ltd
NX9 / TC10.1.2
Building new PLM environment from Scratch using NX12 / TC11
Having some issues with the creation of Galleries in grb files.
When I add a Gallery with Drag&Drop in a new Ribbon Tab it shows like below in NX
Each Gallery has it's own label (name)

Because I want to distribute this new RibbonTab to all users I decided to create an GRB file (called by a rtb file)
The problem is that I don't get the Gallery label to show like it is in above sample, it only shows the title of the GRB file. What am I missing?

Code:
! Unigraphics Drawing Frame Toolbar
!
!
!
TITLE 2D Only Drawing Tools
VERSION 170
DOCK TOP
BEGIN_GALLERY BASIC_CURVE
COLUMN_IN_RIBBON 2
COLUMN_IN_POPUP 2
LABEL Basic Curve
GALLERY_STYLE MEDIUM_IMAGE_AND_TEXT
BUTTON UG_CURVE_BASIC_CURVES
LABEL Basic Curves
BUTTON UG_CURVE_ASSO_LINE
LABEL Line
BUTTON UG_CURVE_ASSO_ARC
LABEL Arc/Circle
BUTTON UG_CURVE_RECTANGLE
LABEL Rectangle
BUTTON UG_CURVE_POLYGON
LABEL Polygon
BUTTON UG_CURVE_ELLIPSE
LABEL Ellipse
BUTTON UG_CURVE_PARABOLA
LABEL Parabola
BUTTON UG_CURVE_STUDIO_SPLINE
LABEL Studio Spline
BUTTON UG_CURVE_OFFSET
LABEL Offset Curve
END_GALLERY
SEPARATOR
BEGIN_GALLERY ARC_LINES
COLUMN_IN_RIBBON 2
COLUMN_IN_POPUP 2
LABEL Arc and Lines
GALLERY_STYLE MEDIUM_IMAGE_AND_TEXT
BUTTON UG_ASSOCIATIVE_CURVE_LINE_PP
LABEL Line Point - Point
BUTTON UG_ASSOCIATIVE_CURVE_LINE_PX
LABEL Line Point - XYZ
BUTTON UG_ASSOCIATIVE_CURVE_LINE_PAR
LABEL Line Point - Parallel
BUTTON UG_ASSOCIATIVE_CURVE_LINE_PER
LABEL Line Point - Perpendicular
BUTTON UG_ASSOCIATIVE_CURVE_LINE_PT
LABEL Line Point - Tangent
BUTTON UG_ASSOCIATIVE_CURVE_LINE_TT
LABEL Line Tangent - Tangent
BUTTON UG_ASSOCIATIVE_CURVE_LINE_PN
LABEL Line Point - Normal
BUTTON UG_ASSOCIATIVE_CURVE_LINE_NP
LABEL Line Normal - Point
BUTTON UG_ASSOCIATIVE_CURVE_UNBOUNDED_OPTION
LABEL Line Unbound
BUTTON UG_ASSOCIATIVE_CURVE_ARC_PPP
LABEL Arc Point - Point - Point
BUTTON UG_ASSOCIATIVE_CURVE_ARC_PPT
LABEL Arc Point - Point - Tangent
BUTTON UG_ASSOCIATIVE_CURVE_ARC_TTT
LABEL Arc Tangent - Tangent - Tangent
BUTTON UG_ASSOCIATIVE_CURVE_ARC_TTR
LABEL Arc Tangent - Tangent - Radius
BUTTON UG_ASSOCIATIVE_CURVE_CIRCLE_PPP
LABEL Circle Point - Point - Point
BUTTON UG_ASSOCIATIVE_CURVE_CIRCLE_PPT
LABEL Circle Point - Point - Tangent
BUTTON UG_ASSOCIATIVE_CURVE_CIRCLE_TTT
LABEL Circle Tangent - Tangent - Tangent
BUTTON UG_ASSOCIATIVE_CURVE_CIRCLE_TTR
LABEL Circle Tangent - Tangent - Radius
BUTTON UG_ASSOCIATIVE_CURVE_CIRCLE_PP
LABEL Circle Center - Point
BUTTON UG_ASSOCIATIVE_CURVE_CIRCLE_PR
LABEL Circle Center - Radius
BUTTON UG_ASSOCIATIVE_CURVE_CIRCLE_PT
LABEL Circle Center - Tangent
BUTTON UG_ASSOCIATIVE_CURVE_OPTION
LABEL Associative
END_GALLERY
Ronald van den Broek
Senior Application Engineer
Winterthur Gas & Diesel Ltd
NX9 / TC10.1.2
Building new PLM environment from Scratch using NX12 / TC11