Accessing a Dashboard
Functions Introduced:
Use the functions ProUIDashboardUserdataGet() to get the application data you attached to the dashboard items upon registration. This can be used to store the current state of the tool, and thus to control the visibility of components.
Creo TOOLKIT does not currently provide access to create the feature dashboard’s standard buttons. However, you can use ProUIDashboardStdlayoutGet() to get the layout name where you can create and place the buttons in the standard button area. Typically this consists of (at least) OK and Cancel buttons.
Use the function ProUIDashboardBitmapSet() to assign the icon for the dashboard, which appears to the left of the slide-down panel buttons.
Was this helpful?