Object ProUIMessagedialog

Function ProUIMessagedialogBalloonSet


Description
Make a message dialog balloon
Synopsis
#include <ProUIMessage.h>
ProErrorProUIMessagedialogBalloonSet(
const char* name
/* (In)
Name of the dialog
*/
const char* target_dialog
/* (In)
Dialog on which the balloon is displayed
*/
const char* target_component
/* (In)
Component pointed by the balloon
*/
)
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. Technical Summary of Changes for Creo 11.0.0.0: Messages