Symbol: ErrorAlert
src/apps/codycam/CodyCam.cpp
220
fWindow->ErrorAlert(B_TRANSLATE("Cannot find the media roster"),
src/apps/codycam/CodyCam.cpp
228
fWindow->ErrorAlert(B_TRANSLATE("Cannot get a time source"), status);
src/apps/codycam/CodyCam.cpp
239
fWindow->ErrorAlert(text, status);
src/apps/codycam/CodyCam.cpp
248
fWindow->ErrorAlert(B_TRANSLATE("Cannot create a video window"),
src/apps/codycam/CodyCam.cpp
256
fWindow->ErrorAlert(B_TRANSLATE("Cannot register the video window"),
src/apps/codycam/CodyCam.cpp
268
fWindow->ErrorAlert(
src/apps/codycam/CodyCam.cpp
279
fWindow->ErrorAlert(B_TRANSLATE("Can't find an available connection to "
src/apps/codycam/CodyCam.cpp
295
fWindow->ErrorAlert(B_TRANSLATE("Cannot connect the video source to "
src/apps/codycam/CodyCam.cpp
305
fWindow->ErrorAlert(B_TRANSLATE("Cannot set the time source for the "
src/apps/codycam/CodyCam.cpp
313
fWindow->ErrorAlert(B_TRANSLATE("Cannot set the time source for the "
src/apps/codycam/CodyCam.cpp
327
fWindow->ErrorAlert(B_TRANSLATE("Error getting initial latency for the "
src/apps/codycam/CodyCam.cpp
344
fWindow->ErrorAlert(B_TRANSLATE("Cannot start time source!"),
src/apps/codycam/CodyCam.cpp
351
fWindow->ErrorAlert(B_TRANSLATE("Cannot seek time source!"),
src/apps/codycam/CodyCam.cpp
364
fWindow->ErrorAlert(B_TRANSLATE("Cannot start the video source"),
src/apps/codycam/CodyCam.cpp
370
fWindow->ErrorAlert(B_TRANSLATE("Cannot start the video window"),
src/apps/codycam/CodyCam.h
136
void ErrorAlert(const char*, status_t);
src/apps/soundrecorder/RecorderWindow.cpp
137
ErrorAlert(B_TRANSLATE("Cannot find default audio hardware"),
src/apps/soundrecorder/RecorderWindow.cpp
140
ErrorAlert(B_TRANSLATE("Cannot connect to media server"),
src/apps/soundrecorder/RecorderWindow.cpp
664
ErrorAlert(B_TRANSLATE("Cannot find an unused name to use for the "
src/apps/soundrecorder/RecorderWindow.cpp
671
ErrorAlert(B_TRANSLATE("Cannot find the temporary file created to "
src/apps/soundrecorder/RecorderWindow.cpp
677
ErrorAlert(B_TRANSLATE("Cannot open the temporary file created to "
src/apps/soundrecorder/RecorderWindow.cpp
688
ErrorAlert(B_TRANSLATE("Cannot record a sound that long"), err);
src/apps/soundrecorder/RecorderWindow.cpp
700
ErrorAlert(B_TRANSLATE("Cannot connect to the selected sound input"),
src/apps/soundrecorder/RecorderWindow.cpp
727
ErrorAlert(B_TRANSLATE("Cannot get the file to play"), B_ERROR);
src/apps/soundrecorder/RecorderWindow.cpp
861
ErrorAlert(B_TRANSLATE("Cannot recognize this file as a media file"),
src/apps/soundrecorder/RecorderWindow.h
166
void ErrorAlert(const char * action, status_t err);