Home » Community » U++ community news and announcements » Error dialog API
Error dialog API [message #41761] |
Fri, 17 January 2014 20:08 |
|
Klugier
Messages: 1083 Registered: September 2012 Location: Poland, Kraków
|
Senior Contributor |
|
|
Hello,
Error dialog API is now available in the lastest U++ version.
List of new functions:
void ErrorOK(const char *qtf);
int ErrorOKCancel(const char *qtf);
int ErrorYesNo(const char *qtf);
int ErrorYesNoCancel(const char *qtf);
int ErrorRetryCancel(const char *qtf);
int ErrorAbortRetry(const char *qtf);
int ErrorAbortRetryIgnore(const char *qtf);
Example:
GUI_APP_MAIN
{
ErrorOK("Fatal error: connection interrupted!")
}
Above functions work exactly the same way like "Prompt" family functions.
Sincerely,
Klugier
[Updated on: Fri, 17 January 2014 20:13] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Fri Nov 01 02:04:48 CET 2024
Total time taken to generate the page: 0.02335 seconds
|