Searched refs:ErrorAlert (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/codycam/
H A DCodyCam.cpp220 fWindow->ErrorAlert(B_TRANSLATE("Cannot find the media roster"),
228 fWindow->ErrorAlert(B_TRANSLATE("Cannot get a time source"), status);
236 fWindow->ErrorAlert(B_TRANSLATE("Cannot find a video source.\n"
246 fWindow->ErrorAlert(B_TRANSLATE("Cannot create a video window"),
254 fWindow->ErrorAlert(B_TRANSLATE("Cannot register the video window"),
266 fWindow->ErrorAlert(
277 fWindow->ErrorAlert(B_TRANSLATE("Can't find an available connection to "
293 fWindow->ErrorAlert(B_TRANSLATE("Cannot connect the video source to "
303 fWindow->ErrorAlert(B_TRANSLATE("Cannot set the time source for the "
311 fWindow->ErrorAlert(B_TRANSLAT
766 VideoWindow::ErrorAlert(const char* message, status_t err) function in class:VideoWindow
[all...]
H A DCodyCam.h136 void ErrorAlert(const char*, status_t);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp137 ErrorAlert(B_TRANSLATE("Cannot find default audio hardware"),
140 ErrorAlert(B_TRANSLATE("Cannot connect to media server"),
664 ErrorAlert(B_TRANSLATE("Cannot find an unused name to use for the "
671 ErrorAlert(B_TRANSLATE("Cannot find the temporary file created to "
677 ErrorAlert(B_TRANSLATE("Cannot open the temporary file created to "
688 ErrorAlert(B_TRANSLATE("Cannot record a sound that long"), err);
700 ErrorAlert(B_TRANSLATE("Cannot connect to the selected sound input"),
727 ErrorAlert(B_TRANSLATE("Cannot get the file to play"), B_ERROR);
861 ErrorAlert(B_TRANSLATE("Cannot recognize this file as a media file"),
1140 RecorderWindow::ErrorAlert(cons
[all...]
H A DRecorderWindow.h166 void ErrorAlert(const char * action, status_t err);

Completed in 27 milliseconds