BBjButton::setBeep
Description
In BBj 15.00 and higher, this method sets a boolean value indicating whether to beep on the client when the user clicks this BBjButton.
Syntax
Return Value |
Method |
void |
setBeep(boolean beep) |
Parameters
Variable |
Description |
beep |
Specifies whether clicking this menu button should generate a beep on the client. 0 = Don't beep (default). 1 = Beep when the user clicks this menu button. |
Return Value
None.
Remarks
Mobile browsers only allow application programs to generate sounds as a direct result of user action, like clicking a button. Because of this restriction, mobile browsers ignore BBjSysGui::beep when running in BUI.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.