Object ProUIMessagedialog

Function ProUIMessagedialogDurationSet


Description
Set the duration of a transient dialog (default: 5 seconds)
Synopsis
#include <ProUIMessage.h>
ProErrorProUIMessagedialogDurationSet(
const char* name
/* (In)
Name of the dialog
*/
int duration
/* (In)
Duration of the dialog in milliseconds
*/
)
Returns
PRO_TK_NO_ERRORDialog displayed successfully
PRO_TK_BAD_INPUTSBad inputs
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. User Interface: Messages: Writing a Message to the Message Window
  2. User Interface: Messages: Writing a Message to the Message Window
  3. Technical Summary of Changes for Creo 11.0.0.0: Messages