Issue of firm announcement texts

Top  Previous  Next

The following function spends a firm text in the protocol window.

long int EXPORTENTRY Festival text (int argc, char *argv [], PROOT root) {

IOwprintf (DBgetIOpipes (root),

"firm announcement with variable portion %c", argc);

 

return 0;

}

The syntax of IOwprintf is similarly of the C function printf. The issues appear in the issue window. If the window was closed, the user does not see this. With SYSprintf this can be steered. Issues are arranged in 3 categories. The system indicates this steered. The higher the issues are classified, the more urgently the user is drawn the attention to this.

long int festival announcement EXPORTENTRY (int argc, char *argv []) {

//This announcement is not very important, only one tip

SYSprintf (ZERO, MSG_TYPE_HINT, "title of the dialogue box",

"Assembly-line text");

 

//This warning can be switched off

SYSprintf (ZERO, MSG_TYPE_WARNUNG, "title of the dialogue box",

"Switchable");

//This error message appears dialogue

//or with <RETURN >request

SYSprintf (ZERO, MSG_TYPE_FEHLER, "title of the dialogue box",

"Dialogue box");

 

return 0;

}

 

The kind of the issues is steered about the user's function echo. There all mistake also heavy from flow can be put without user interaction (Batchlauf) up to dialogue window for all announcements (in the information station).