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

/haiku-fatelf/src/apps/codycam/
H A DCodyCam.cpp59 ErrorAlert(const char* message, status_t err, BWindow *window = NULL) function in namespace:__anon2891
237 ErrorAlert(B_TRANSLATE("Cannot find the media roster"), status,
245 ErrorAlert(B_TRANSLATE("Cannot get a time source"), status, fWindow);
253 ErrorAlert(B_TRANSLATE("Cannot find a video source. You need a webcam "
263 ErrorAlert(B_TRANSLATE("Cannot create a video window"), B_ERROR,
271 ErrorAlert(B_TRANSLATE("Cannot register the video window"), status,
283 ErrorAlert(B_TRANSLATE("Cannot find an available video stream"),
294 ErrorAlert(B_TRANSLATE("Can't find an available connection to the "
310 ErrorAlert(B_TRANSLATE("Cannot connect the video source to the video "
320 ErrorAlert(B_TRANSLAT
[all...]
/haiku-fatelf/src/apps/soundrecorder/
H A DRecorderWindow.h172 void ErrorAlert(const char * action, status_t err);
H A DRecorderWindow.cpp136 ErrorAlert(B_TRANSLATE("Cannot find default audio hardware"),
139 ErrorAlert(B_TRANSLATE("Cannot connect to media server"),
656 ErrorAlert(B_TRANSLATE("Cannot find an unused name to use for the "
663 ErrorAlert(B_TRANSLATE("Cannot find the temporary file created to "
669 ErrorAlert(B_TRANSLATE("Cannot open the temporary file created to "
680 ErrorAlert(B_TRANSLATE("Cannot record a sound that long"), err);
692 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"),
1171 RecorderWindow::ErrorAlert(cons
[all...]

Completed in 43 milliseconds