Home
last modified time | relevance | path

Searched refs:ErrorMsg (Results 1 – 25 of 40) sorted by relevance

12

/GUIX-v6.2.1/guix_studio/
Dclone_repo_dialog.cpp298 ErrorMsg("Create git clone named pipe memory failed!", this); in OnCloneRepo()
307 ErrorMsg("Create thread failed!", this); in OnCloneRepo()
337 ErrorMsg("Create git clone process failed!", this); in OnCloneRepo()
379 ErrorMsg(CW2A(msg), this); in CompleteGUIXRepoClone()
452 ErrorMsg("The selected directory does not appear to be a valid GUIX repository.", this); in OnSetDirectory()
471ErrorMsg("The selected directory doesn't contain the expected GUIX Studio sample projects. Please … in OnSetDirectory()
Dcustom_edit.cpp14 ErrorMsg("Unacceptable Character. You can only type a number here.", this); in ErrorMessage()
33 ErrorMsg("Unknown clipboard data format.", this); in OnPaste()
DNewProjectDlg.cpp99 ErrorMsg(L"The project name cannot be empty.", this); in OnOK()
105 ErrorMsg(L"The project path cannot be empty.", this); in OnOK()
Dstring_export_dlg.cpp173 ErrorMsg("Source and Target languages cannot be the same", this); in OnBnClickedOk()
181 ErrorMsg("The specified source language is not included in this project.", this); in OnBnClickedOk()
189 ErrorMsg("Please enter a valid filename", this); in OnBnClickedOk()
Dtarget_screen.cpp1679 ErrorMsg("Internal error: widget information is not available"); in OnMouseMove()
1856 ErrorMsg("Internal Error: Unable to configure GUIX canvas"); in ConfigureDisplay()
1892 ErrorMsg("Internal Error: Unable to configure selected display."); in SwitchTopWidget()
1904 ErrorMsg("Internal Error: Unable to create selected screen."); in SwitchTopWidget()
2025 ErrorMsg("Internal Error: Selected widget has not been created"); in SelectWidget()
2163ErrorMsg("When selecting multiple widgets, all selected widgets must have the same parent."); in SelectWidget()
2197 ErrorMsg("Scroll bars can only be added to Window parents"); in OnAddWidget()
2207ErrorMsg("The menu widget can only be added to Menu, Accordion Menu and Tree View widgets."); in OnAddWidget()
2215 ErrorMsg("The project GUIX library version does not support this widget type."); in OnAddWidget()
2312 ErrorMsg("Internal error: Service provider is not available"); in OnAddWidget()
[all …]
Dedit_pixelmap_dlg.cpp623 ErrorMsg("Pixelmap Already Exists.", this); in CheckPathname()
898ErrorMsg("This image type is not compatible with the target hardware decoder.", this); in OnBnClickedRawFormat()
916ErrorMsg("Image size is not compatible with target hardware decoder.", this); in OnBnClickedRawFormat()
949ErrorMsg("Selected output format does not support alpha channel. Forcing output format to 32 bpp a… in OnBnClickedAlpha()
974ErrorMsg("Alpha channel data is not supported using the selected output format. Alpha channel will… in OnCbnSelchangeOutputFormat()
1015 ErrorMsg("Pixelmap Name ID already Exists.", this); in OnBnClickedOk()
Dwidget_writer.cpp21 ErrorMsg("Unknown widget type"); in WriteWidgets()
Dstudiox_util.h51 void ErrorMsg(const char *msg, CWnd *parent = NULL);
52 void ErrorMsg(const CString &msg, CWnd *parent = NULL);
DPaletteLayoutDlg.cpp309 ErrorMsg("The palette total size must be between 2 and 256 entries.", this); in OnEnChangeTotalPaletteEntries()
342ErrorMsg("The pre-defined palette entries must be between 1 and (total palette size - 1).", this); in OnEnChangeUserPaletteEntries()
363 ErrorMsg("Unable to read palette file", this); in OnBnClickedImportPalette()
369 ErrorMsg("Invalid palette file format", this); in OnBnClickedImportPalette()
422 ErrorMsg("Unable to write palette file", this); in OnBnClickedExportPalette()
Dapp_runner.cpp719 ErrorMsg("Internal Error: Invalid display", parent); in RunApplication()
727 ErrorMsg("No startup screen(s) have been defined, cannot run application", parent); in RunApplication()
759 ErrorMsg("Internal Error: Invalid display driver data", parent); in RunApplication()
Dtemplate_service_provider.cpp296 ErrorMsg("Internal Error: Template base has no name"); in SaveToProject()
337 ErrorMsg("Internal error: Template is based on itself"); in GetBaseInfo()
DStudioXProject.cpp1613 ErrorMsg("Internal Error: Invalid image palette type"); in InitializeOnePixelmap()
1706 ErrorMsg(msg); in InitializeOnePixelmap()
2635 ErrorMsg("Internal Error: failed to find display associated with resource"); in GetDisplayIndex()
2658 ErrorMsg("Internal Error: Invalid parent widget."); in AddWidgetToParent()
3084 ErrorMsg("Internal Error: Language count discrepency"); in WriteStringTable()
3315 ErrorMsg("Unable to open project file."); in Save()
3410 ErrorMsg("Unable to open xml file."); in GenerateResourceXml()
3469 ErrorMsg(error); in ReadXMLFile()
3488 ErrorMsg("Invalid Project Version!"); in ReadXMLFile()
3496 ErrorMsg("Unkown converter!"); in ReadXMLFile()
[all …]
Dwidget_reader.cpp32 ErrorMsg("Unknown widget type in project"); in ReadOneWidget()
Dcopy_paste_engine.cpp249 ErrorMsg("Unknown clipboard data format."); in PasteFromClipboard()
505 ErrorMsg("Internal Error: Language count discrepency"); in WriteStringDependencies()
554 ErrorMsg("Source and Destination projects have inconsistent langauge count."); in ReadStringDependencies()
Dxml_reader.cpp556 ErrorMsg("Internal error: Invalid XML data length."); in EnterTag()
663 ErrorMsg("Invalid XLIFF content."); in GetTagString()
Dsprite_edit_dialog.cpp460 ErrorMsg(msg, this); in OnEnKillfocusNumFrames()
484 ErrorMsg("Selected frame must be between 1 and the total number of frames", this); in OnEnKillfocusEditFrame()
677 ErrorMsg("Unacceptable Character. You can only type a number here.", this); in PreTranslateMessage()
Dnumeric_prompt_service_provider.cpp139 ErrorMsg("Numeric prompt has invalid style settings. Resetting to default."); in GenerateFromInfo()
Dtrigger_edit_dlg.cpp514 ErrorMsg("Please set event type!", this); in SaveEventType()
537 ErrorMsg("Please set event type!", this); in SaveEventType()
Dgrid_setting_dlg.cpp115 ErrorMsg("Unaccetable Character. You can only type a number here.", this); in PreTranslateMessage()
Dstudiox_util.cpp355 ErrorMsg(error_msg); in CheckOutputFileSecurity()
463 void ErrorMsg(const char *msg, CWnd *parent) in ErrorMsg() function
489 void ErrorMsg(const CString &msg, CWnd *parent) in ErrorMsg() function
566 ErrorMsg(L"Internal Error!"); in StartWorkThread()
Dwidget_factory.cpp329 ErrorMsg("Project contains invalid widget type."); in GenerateWidgets()
375 ErrorMsg("Unable to create application widget instance."); in GenerateAppScreen()
380 ErrorMsg("Project contains invalid widget type."); in GenerateAppScreen()
Dconfig_languages_dlg.cpp612 ErrorMsg("Encountered Improper Arguement.", this); in OnBnClickedDeleteLanguage()
687 ErrorMsg("Internal Error: Source string table invalid", this); in OnBnClickedOk()
DProjectConfigDlg.cpp973 ErrorMsg("Selected display must be between 1 and the total number of displays", mpParent); in OnEnEditSelectedDisplay()
987 ErrorMsg("Invalid major version number. Must be 5 or 6", mpParent); in OnEnEditMajorVersion()
1002 ErrorMsg("Invalid minor version number. Must be a value between 0 and 99", mpParent); in OnEnEditMinorVersion()
1018 ErrorMsg("Invalid service pack number. Must be a value between 0 and 99", mpParent); in OnEnEditServicePack()
1492ErrorMsg("Unacceptable Character. You can only type a number here.", mpParent); in PreTranslateMessage()
DMainFrm.cpp372 ErrorMsg("This widget is not supported by your GUIX library release"); in OnAddMltButton()
717 ErrorMsg("Nothing to Undo"); in OnUndo()
1636 ErrorMsg(msg); in OnRecordmacro()
1702 ErrorMsg("Failed to open macro file"); in OnPlaybackmacro()
Dstudiox.cpp386 ErrorMsg("String Data Import Failed!"); in InitInstance()

12