Home » U++ Library support » U++ Widgets - General questions or Mixed problems » [solved] CtrlLib: PromptSaveDontSaveCancel
[solved] CtrlLib: PromptSaveDontSaveCancel [message #45301] |
Thu, 29 October 2015 09:54 |
cbpporter
Messages: 1406 Registered: September 2007
|
Ultimate Contributor |
|
|
I am using this for save confirmation:
int PromptSaveDontSaveCancel(const char *qtf) {
BeepQuestion();
return Prompt(callback(LaunchWebBrowser),
Ctrl::GetAppName(), CtrlImg::question(), qtf, true,
t_("&Save"), t_("&Don't Save"), t_("Cancel"), 0,
CtrlImg::save(), NoButtonImage(), Null);
}
I can't add it to my code base because the Prompt is not public. Could we either get this method added to headers and sources or have the Prompt made public?
Thanks!
[Updated on: Tue, 03 January 2017 11:45] Report message to a moderator
|
|
|
|
Goto Forum:
Current Time: Fri Nov 01 00:56:20 CET 2024
Total time taken to generate the page: 0.02028 seconds
|