Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » Error dialog API
Error dialog API [message #41761] Fri, 17 January 2014 20:08
Klugier is currently offline  Klugier
Messages: 1076
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

Previous Topic: NOI18N flag
Next Topic: New rainbow web backend experiment: javascript terminal to U++
Goto Forum:
  


Current Time: Fri Apr 19 01:52:47 CEST 2024

Total time taken to generate the page: 0.01951 seconds