Home
last modified time | relevance | path

Searched refs:showMessageBox (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/utils/
H A DGUIUtils.java37 return showMessageBox( WorkspaceUtils.getWorkbenchWindow( ), message, in showInfoMessageBox()
50 return showMessageBox( WorkspaceUtils.getWorkbenchWindow( ), message, in showWarnMessageBox()
63 return showMessageBox( WorkspaceUtils.getWorkbenchWindow( ), message, in showErrorMessageBox()
76 public static int showMessageBox( final String message, final int style ) in showMessageBox() method in GUIUtils
78 return showMessageBox( WorkspaceUtils.getWorkbenchWindow( ), message, in showMessageBox()
91 public static int showMessageBox( final IWorkbenchWindow window, in showMessageBox() method in GUIUtils
94 return showMessageBox( window, message, SWT.ICON_INFORMATION ); in showMessageBox()
108 public static int showMessageBox( final IWorkbenchWindow window, in showMessageBox() method in GUIUtils
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/scripting/scripts/
H A Dresourcesimport.py35 …self.forms.showMessageBox("Error", T.i18n("Error"), "%s" % "".join( traceback.format_exception(sys…
44 …self.forms.showMessageBox("Sorry", T.i18n("Error"), T.i18n("Could not open document: %1", [filenam…
48 self.forms.showMessageBox("Sorry", T.i18n("Error"), T.i18n("No project to import from"))
51 … self.forms.showMessageBox("Sorry", T.i18n("Error"), T.i18n("Project identities are identical"))
69 …self.forms.showMessageBox("Sorry", T.i18n("Error"), T.i18n("Unable to create copy of resource grou…
74 … self.forms.showMessageBox("Sorry", T.i18n("Error"), T.i18n("No resource to copy from"))
83 …self.forms.showMessageBox("Sorry", T.i18n("Error"), T.i18n("Unable to create copy of resource: %1"…
93 …self.forms.showMessageBox("Sorry", T.i18n("Error"), T.i18n("Calendar already exists: %1", [cal.nam…
97 …self.forms.showMessageBox("Sorry", T.i18n("Error"), T.i18n("Unable to create copy of calendar: %1"…
H A Dplan2odsexport.py28 self.forms.showMessageBox("Sorry", T.i18n("Error"), "%s" % inst)
30 …self.forms.showMessageBox("Error", T.i18n("Error"), "%s" % "".join( traceback.format_exception(sys…
60 …self.forms.showMessageBox("Information", T.i18n("Information"), T.i18n("Data saved to file:\n%1", …
76 …if self.forms.showMessageBox("WarningContinueCancel", T.i18n("Warning"), T.i18n("Failed to set all…
95 …if self.forms.showMessageBox("WarningContinueCancel", T.i18n("Warning"), T.i18n("Failed to set all…
H A Dbusyinfoimport.py34 …self.forms.showMessageBox("Error", T.i18n("Error"), "%s" % "".join( traceback.format_exception(sys…
39 self.forms.showMessageBox("Sorry", T.i18n("Error"), T.i18n("No file selected") )
49 …self.forms.showMessageBox("Error", T.i18n("Error"), T.i18n("Cannot load data from project with the…
H A Dbusyinfoexport.py42 …self.forms.showMessageBox("Error", i18n("Error"), "%s" % "".join( traceback.format_exception(sys.e…
47 self.forms.showMessageBox("Sorry", i18n("Error"), i18n("No file selected"))
51 self.forms.showMessageBox("Sorry", i18n("Error"), i18n("No schedule selected"))
/dports/misc/actiona/actiona-3.10.1/runner/
H A Dmain.c74 void showMessageBox(int language, int message) in showMessageBox() function
89 showMessageBox(LANG_DEFAULT, TEXT_USAGE); in wmain()
113 showMessageBox(languageIndex, TEXT_NOT_FOUND); in wmain()
118 showMessageBox(languageIndex, TEXT_NO_64BIT); in wmain()
122 showMessageBox(languageIndex, TEXT_GENERIC_ERROR); in wmain()
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/
H A DMessageBoxHelper.cpp36 showMessageBox in critical()
57 showMessageBox in information()
78 showMessageBox in question()
99 showMessageBox in warning()
111 MessageBoxHelper::showMessageBox in showMessageBox() function in MessageBoxHelper
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/common/
H A DSystemDialog.java41 …return SystemDialog.showMessageBox(xMSF, "ErrorBox", com.sun.star.awt.VclWindowPeerAttribute.OK, s… in showErrorBox()
52 …return showMessageBox(xMSF, "ErrorBox", com.sun.star.awt.VclWindowPeerAttribute.OK, sErrorMessage); in showErrorBox()
68 …public static int showMessageBox(XMultiServiceFactory xMSF, String windowServiceName, int windowAt… in showMessageBox() method in SystemDialog
80 … return showMessageBox(xMSF, xWindowPeer, windowServiceName, windowAttribute, MessageText); in showMessageBox()
93 …public static int showMessageBox(XMultiServiceFactory xMSF, XWindowPeer peer, String windowService… in showMessageBox() method in SystemDialog
98 return showMessageBox(xMSF, windowServiceName, windowAttribute, MessageText); in showMessageBox()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/common/
H A DSystemDialog.java41 …return SystemDialog.showMessageBox(xMSF, "ErrorBox", com.sun.star.awt.VclWindowPeerAttribute.OK, s… in showErrorBox()
52 …return showMessageBox(xMSF, "ErrorBox", com.sun.star.awt.VclWindowPeerAttribute.OK, sErrorMessage); in showErrorBox()
68 …public static int showMessageBox(XMultiServiceFactory xMSF, String windowServiceName, int windowAt… in showMessageBox() method in SystemDialog
80 … return showMessageBox(xMSF, xWindowPeer, windowServiceName, windowAttribute, MessageText); in showMessageBox()
93 …public static int showMessageBox(XMultiServiceFactory xMSF, XWindowPeer peer, String windowService… in showMessageBox() method in SystemDialog
98 return showMessageBox(xMSF, windowServiceName, windowAttribute, MessageText); in showMessageBox()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Components/dialogcomponent/
H A DDialogComponent.java157 showMessageBox( "DialogComponent", "copyText() called" ); in copyText()
161 showMessageBox( "DialogComponent", "handleEvent() called" ); in handleEvent()
165 showMessageBox( "DialogComponent", "handleEventWithArguments() called\n\n" + in handleEventWithArguments()
177showMessageBox( "DialogComponent", "callHandlerMethod() handled \"" + aHandlerMethod1 + "\"" ); in callHandlerMethod()
182showMessageBox( "DialogComponent", "callHandlerMethod() handled \"" + aHandlerMethod2 + "\"" ); in callHandlerMethod()
187showMessageBox( "DialogComponent", "callHandlerMethod() handled \"" + aHandlerMethod3 + "\"" ); in callHandlerMethod()
242 private void showMessageBox(String sTitle, String sMessage) { in showMessageBox() method in DialogComponent._DialogComponent
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Components/dialogcomponent/
H A DDialogComponent.java157 showMessageBox( "DialogComponent", "copyText() called" ); in copyText()
161 showMessageBox( "DialogComponent", "handleEvent() called" ); in handleEvent()
165 showMessageBox( "DialogComponent", "handleEventWithArguments() called\n\n" + in handleEventWithArguments()
177showMessageBox( "DialogComponent", "callHandlerMethod() handled \"" + aHandlerMethod1 + "\"" ); in callHandlerMethod()
182showMessageBox( "DialogComponent", "callHandlerMethod() handled \"" + aHandlerMethod2 + "\"" ); in callHandlerMethod()
187showMessageBox( "DialogComponent", "callHandlerMethod() handled \"" + aHandlerMethod3 + "\"" ); in callHandlerMethod()
242 private void showMessageBox(String sTitle, String sMessage) { in showMessageBox() method in DialogComponent._DialogComponent
/dports/editors/abiword/abiword-3.0.5/plugins/paint/xp/
H A DAbiPaint.cpp277 …pFrame->showMessageBox("You must select an Image before trying to save it as a BMP file!", XAP_Dia… in DECLARE_ABI_PLUGIN_METHOD()
311 …pFrame->showMessageBox("Unable to convert PNG image data to BMP.", XAP_Dialog_MessageBox::b_O,XAP_… in DECLARE_ABI_PLUGIN_METHOD()
418 …pFrame->showMessageBox("You must select an Image before editing it", XAP_Dialog_MessageBox::b_O,XA… in DECLARE_ABI_PLUGIN_METHOD()
434 …pFrame->showMessageBox("Unable to convert PNG image data to BMP for external program use!", XAP_Di… in DECLARE_ABI_PLUGIN_METHOD()
474 pFrame->showMessageBox(msg.c_str(), XAP_Dialog_MessageBox::b_O,XAP_Dialog_MessageBox::a_OK); in DECLARE_ABI_PLUGIN_METHOD()
510 pFrame->showMessageBox("External image editor appears to have been terminated unexpectedly.", in DECLARE_ABI_PLUGIN_METHOD()
536 …pFrame->showMessageBox("Unable to convert BMP image data back to PNG for AbiWord to import!", XAP_… in DECLARE_ABI_PLUGIN_METHOD()
547 …pFrame->showMessageBox("Error making pFG. Could not put image back into Abiword", XAP_Dialog_Messa… in DECLARE_ABI_PLUGIN_METHOD()
559 …pFrame->showMessageBox("Could not put image back into Abiword", XAP_Dialog_MessageBox::b_O,XAP_Dia… in DECLARE_ABI_PLUGIN_METHOD()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/
H A Dkmessageboxmessagehandler.cpp33 …void showMessageBox(KMessage::MessageType messageType, const QString &text, const QString &caption…
51 d->showMessageBox(messageType, text, caption); in message()
54 void KMessageBoxMessageHandlerPrivate::showMessageBox(KMessage::MessageType messageType, in showMessageBox() function in KMessageBoxMessageHandlerPrivate
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/menu/
H A Dmenu_state_scenario.cpp58 showMessageBox( "Error: " + string(ex.what()), "Error detected", false); in MenuStateScenario()
117 showMessageBox( "Error: There are no tutorials found to load", "Error detected", false); in MenuStateScenario()
120 showMessageBox( "Error: There are no scenarios found to load", "Error detected", false); in MenuStateScenario()
156 showMessageBox( "Error: " + string(ex.what()), "Error detected", false); in MenuStateScenario()
167 showMessageBox( "Error loading scenario(s): " + errorMsg, "Error detected", false); in MenuStateScenario()
265 showMessageBox( "Error: " + string(ex.what()), "Error detected", false); in mouseClick()
334showMessageBox( "Could not find scenario name: " + this->autoloadScenarioName, "Scenario Missing",… in update()
371 showMessageBox( "Error: " + string(ex.what()), "Error detected", false); in update()
402 showMessageBox( szBuf, "Error detected", false); in launchGame()
469 void MenuStateScenario::showMessageBox(const string &text, const string &header, bool toggle){ in showMessageBox() function in Glest::Game::MenuStateScenario
/dports/editors/calligra/calligra-3.2.1/sheets/plugins/scripting/scripts/
H A Dcsvimport.py45 …self.forms.showMessageBox("Error", T.i18n("Error"), "%s" % "".join( traceback.format_exception(sys…
76 … self.forms.showMessageBox("Sorry", T.i18n("Invalid sheet \"%1\" defined.", [currentSheet]))
80 self.forms.showMessageBox("Sorry", T.i18n("Invalid cell \"%1\" defined.", [cell]))
84 self.forms.showMessageBox("Sorry", T.i18n("File '%1' not found.", [csvfilename]))
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/plugins/ui/
H A DUIManager.java145 showMessageBox( in showMessageBox() method
159 showMessageBox( in showMessageBox() method
180 showMessageBox( in showMessageBox() method
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/scripting/scripts/extras/
H A Dplantotablesimport.py27 self.forms.showMessageBox("Sorry", T.i18n("Error"), "%s" % inst)
29 …self.forms.showMessageBox("Error", T.i18n("Error"), "%s" % "".join( traceback.format_exception(sys…
58 …if self.forms.showMessageBox("WarningContinueCancel", T.i18n("Warning"), T.i18n("Failed to set all…
76 …if self.forms.showMessageBox("WarningContinueCancel", T.i18n("Warning"), T.i18n("Failed to set all…
/dports/editors/abiword/abiword-3.0.5/src/af/xap/xp/
H A Dxap_Frame.h205 XAP_Dialog_MessageBox::tAnswer showMessageBox(XAP_String_Id id,
209 XAP_Dialog_MessageBox::tAnswer showMessageBox(const std::string & sz,
213 XAP_Dialog_MessageBox::tAnswer showMessageBox(const char * sz,
217 XAP_Dialog_MessageBox::tAnswer showMessageBox(XAP_String_Id id,
222 XAP_Dialog_MessageBox::tAnswer showMessageBox(XAP_Dialog_MessageBox * pDialog);
H A Dxap_Frame.cpp809 XAP_Dialog_MessageBox::tAnswer XAP_Frame::showMessageBox(XAP_Dialog_MessageBox * pDialog) in showMessageBox() function in XAP_Frame
820 XAP_Dialog_MessageBox::tAnswer XAP_Frame::showMessageBox(XAP_String_Id id, in showMessageBox() function in XAP_Frame
825 return showMessageBox(pDialog); in showMessageBox()
828 XAP_Dialog_MessageBox::tAnswer XAP_Frame::showMessageBox(XAP_String_Id id, in showMessageBox() function in XAP_Frame
834 return showMessageBox(pDialog); in showMessageBox()
837 XAP_Dialog_MessageBox::tAnswer XAP_Frame::showMessageBox(const std::string & msg, in showMessageBox() function in XAP_Frame
841 return showMessageBox(msg.c_str(), buttons, default_answer); in showMessageBox()
844 XAP_Dialog_MessageBox::tAnswer XAP_Frame::showMessageBox(const char * szMessage, in showMessageBox() function in XAP_Frame
850 return showMessageBox(pDialog); in showMessageBox()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/
H A DProtocolHandlerAddon.java183 showMessageBox("SDK DevGuide Add-On example", "Function 1 activated"); in dispatch()
187 showMessageBox("SDK DevGuide Add-On example", "Function 2 activated"); in dispatch()
191showMessageBox("About SDK DevGuide Add-On example", "This is the SDK Add-On example"); in dispatch()
204 public void showMessageBox(String sTitle, String sMessage) { in showMessageBox() method in ProtocolHandlerAddon.ProtocolHandlerAddonImpl
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/java/Inspector/
H A DProtocolHandlerAddon.java185 showMessageBox("SDK DevGuide Add-On example", "Function 1 activated"); in dispatch()
189 showMessageBox("SDK DevGuide Add-On example", "Function 2 activated"); in dispatch()
193showMessageBox("About SDK DevGuide Add-On example", "This is the SDK Add-On example"); in dispatch()
206 private void showMessageBox(String sTitle, String sMessage) { in showMessageBox() method in ProtocolHandlerAddon.ProtocolHandlerAddonImpl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/
H A DProtocolHandlerAddon.java183 showMessageBox("SDK DevGuide Add-On example", "Function 1 activated"); in dispatch()
187 showMessageBox("SDK DevGuide Add-On example", "Function 2 activated"); in dispatch()
191showMessageBox("About SDK DevGuide Add-On example", "This is the SDK Add-On example"); in dispatch()
204 public void showMessageBox(String sTitle, String sMessage) { in showMessageBox() method in ProtocolHandlerAddon.ProtocolHandlerAddonImpl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/java/Inspector/
H A DProtocolHandlerAddon.java185 showMessageBox("SDK DevGuide Add-On example", "Function 1 activated"); in dispatch()
189 showMessageBox("SDK DevGuide Add-On example", "Function 2 activated"); in dispatch()
193showMessageBox("About SDK DevGuide Add-On example", "This is the SDK Add-On example"); in dispatch()
206 private void showMessageBox(String sTitle, String sMessage) { in showMessageBox() method in ProtocolHandlerAddon.ProtocolHandlerAddonImpl
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/desktop/
H A DDesktopUtils.cpp285 void showMessageBox(QMessageBox::Icon icon, in showMessageBox() function
308 showMessageBox(QMessageBox::Critical, parent, title, text, informativeText); in showError()
316 showMessageBox(QMessageBox::Warning, parent, title, text, informativeText); in showWarning()
324 showMessageBox(QMessageBox::Information, parent, title, text, informativeText); in showInfo()
334 showMessageBox(QMessageBox::Critical, in showFileError()
/dports/astro/phd2/phd2-2.6.10/
H A Dmessagebox_proxy.cpp38 void wxMessageBoxProxy::showMessageBox(void) in showMessageBox() function in wxMessageBoxProxy
79 pRequest->showMessageBox(); in OnMessageBoxProxy()

12345678910>>...13