Category Custom user interface, Object ProUIDialog

Function ProUIDialogAboveactivewindowSet


Description
Sets the dialog to be always above the dialog which is the current active Creo Parametric window. This allows the Creo Parametric TOOLKIT application to ensure that their dialog does not end up behind the Creo Parametric window during window opening and closing events.

Important Note: If the Creo Parametric user changes the current active window, you must call this function again to set the dialog to be above the current active Creo Parametric window.

Synopsis
#include <ProUIDialog.h>
ProErrorProUIDialogAboveactivewindowSet(
char* dialog
/* (In)
The dialog.
*/
ProBoolean above_active_window
/* (In)
PRO_B_TRUE to set it to be above the current active window, PRO_B_FALSE to remove this setting.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Dialogs: Dialog Operations
  2. User Interface: Dialogs: Dialog Operations