Category Creo Parametric user interface, Object ProUIDashboard

Function ProUIDashboardShow


Description
Push a new dashboard UI into the dashboard stack mechanism. The dashboard will be shown in the message area of Creo Parametric. This function creates an event loop - thus does not exit until the dashboard is being dismissed.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardShow(
ProUIDashboardShowOptions options
/* (In)
Required data for building the dashboard.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded in displaying the dashboard, and was later dismissed by ProUIDashboardDestroy() or other UI events.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
See Also
ProUIDashboardDestroy

Manual References:

  1. User Interface: Dashboards: Showing a Dashboard
  2. User Interface: Dashboards: Showing a Dashboard

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  2. pt_userguide ( UgCreoSweepCreate.c )