Search found 137 matches: msgbeep

Return to advanced search

Re: oGet:KeyChar()

Hello Antonio, c:\FWH\samples\keybsim.prg REDEFINE BUTTON oBtn1 ID 101 OF oDlg ACTION (MsgBeep(),; oGet1:SetFocus( oGet1:hWnd ),; oGet1:KeyChar(ASC("1"))) I tried this way but with no success. Do I need 11.9 version of FiveWin? Best regards, Otto
by Otto
Wed Oct 05, 2011 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oGet:KeyChar()
Replies: 5
Views: 876

oGet:KeyChar()

... of Fivewin this does not work any more. Please test keybsim.prg. Thanks in advance and best regards, REDEFINE BUTTON oBtn1 ID 101 OF oDlg ACTION (MsgBeep(),; oGet1:SetFocus(.t.),; oGet1:KeyChar(ASC("1"))) Mag. Otto Atzwanger
by Otto
Tue Oct 04, 2011 7:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oGet:KeyChar()
Replies: 5
Views: 876

key virtual board

... directly on the get of the dialog as it make with osk of windows ( the osk not have a get but run on every get) for each buttons I use ACTION (MsgBeep(), oGetTexto:SetFocus(), oGetTexto:KeyChar(ASC("Q")) ) where oGetTexto is the get of virtual keyboard how I can to make it ?
by MdaSolution
Sat Jul 30, 2011 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: key virtual board
Replies: 0
Views: 264

Re: ShellExecute ON WIN 7

... instead I want it must insert the key I pressed directly on the get of the dialog as it make with osk of windows for each buttons I use ACTION (MsgBeep(), oGetTexto:SetFocus(), oGetTexto:KeyChar(ASC("Q")) ) where oGetTexto is the get of virtual keyboard how I can to make it ?
by MdaSolution
Wed Jul 27, 2011 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ShellExecute ON WIN 7
Replies: 10
Views: 2510

Re: STRANGE ERROR ON RADIOMENU resolved !!!

... oRad VAR nValue ; ITEMS "&One", "&Two", "T&hree" _3D SIZE 150, 25 ; HELPID 100, 101, 102 ; ON CHANGE MsgBeep() // adding an extra radio item at a different location @ 5, 25 RADIOITEM "Fo&ur" RADIOMENU oRad OF oWnd SIZE 150, 25 I 'm seeing ...
by Silvio
Fri Apr 22, 2011 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2835

Re: STRANGE ERROR ON RADIOMENU resolved !!!

... ;       ITEMS "&One", "&Two", "T&hree" _3D SIZE 150, 25 ;       HELPID 100, 101, 102 ;       ON CHANGE MsgBeep() YOUR POST @ 3, 2 RADIO oRad VAR nValue ; ITEMS "&One", "&Two", "T&hree" _3D SIZE 150, 25 ; HELPID ...
by Daniel Garcia-Gil
Fri Apr 22, 2011 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2835

Re: STRANGE ERROR ON RADIOMENU - resolved

... ;      ITEMS "&One", "&Two", "T&hree" _3D SIZE 150, 25 ;      HELPID 100, 101, 102 ;      ON CHANGE MsgBeep() your code... (one item by time) @ 10, 50    RADIO aGet[1] VAR nRutipo PROMPT "&Utente registrato" PIXEL SIZE ...
by Silvio
Fri Apr 22, 2011 6:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2835

Re: STRANGE ERROR ON RADIOMENU

... oRad VAR nValue ; ITEMS "&One", "&Two", "T&hree" _3D SIZE 150, 25 ; HELPID 100, 101, 102 ; ON CHANGE MsgBeep() // adding an extra radio item at a different location @ 5, 25 RADIOITEM "Fo&ur" RADIOMENU oRad OF oWnd SIZE 150, 25 ACTIVATE ...
by Silvio
Thu Apr 21, 2011 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2835

Re: Combobox change events

James Bott wrote:oCombo:bChange:=msgbeep()


It should be

Code: Select all  Expand view
oCombo:bChange:={ || msgbeep() }


EMG
by Enrico Maria Giordano
Mon Mar 28, 2011 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox change events
Replies: 7
Views: 1245

Re: Combobox change events

Don,

If you do this do you hear a beep?

oCombo:bChange:=msgbeep()
oCombo:SetItems(aMyNewArray)
oCombo:bChange:=nil

James
by James Bott
Sun Mar 27, 2011 12:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox change events
Replies: 7
Views: 1245

Re: Bug in TFolderEx

... PIXEL oSay3:SetColor( nTColor2, ) oSay3:lTransparent := .T. REDEFINE RADIO oRadio3 VAR nRadio3 OF oFld:aDialogs[1] ID 120, 121 ; ON CHANGE MsgBeep() ; COLOR nTColor2 oRadio3:SetFont( oTextFont ) AEval( oRadio3:aItems, { | oRad | oRad:lTransparent := .T. } ) REDEFINE CHECKBOX oCheck3 VAR ...
by ukoenig
Mon Feb 14, 2011 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TFolderEx
Replies: 12
Views: 2979

Re: Validar un Get

... cCODant) STATIC FUNCTION CHKBANCO( COD, cCODant) LOCAL nRegAnt := BANCO->(RECNO()) BANCO->( GOTOP( ) ) IF BANCO->(DBSEEK( COD )) MsgBeep() MsgStop("El Código del Banco ya se encuentra Registrado" + CHR(13)+; "Código: "+BANCO->BCO_CODIGO,"Inclusión Inválida ...
by Bayron
Mon Feb 14, 2011 2:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Validar un Get (SOLUCIONADO)
Replies: 4
Views: 589

Validar un Get (SOLUCIONADO)

... .T.) Y aca la funcion STATIC FUNCTION CHKBANCO( COD,LVAN ) LOCAL nRegAnt := BANCO->(RECNO()) IF BANCO->(DBSEEK( COD )) MsgBeep() MsgStop("El Código del Banco ya se encuentra Registrado" + CHR(13)+; "Código: "+BANCO->BCO_CODIGO,"Inclusión Inválida ...
by Compuin
Mon Feb 14, 2011 1:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Validar un Get (SOLUCIONADO)
Replies: 4
Views: 589

rbbuton sacarle el MsgBeep()

Hola a todos:

Hay alguna manera de sacarle el sonido (un Msgbeep(),creo) a los rbbuton cuando
se usan las teclas aceleradoras, no sucede con el click del raton, a la clase trbutton ya le saque el MsgBeep que tiene
pero sigue haciendo el sonido con las teclas aceleradoras..

Gracias
by Ruben Fernandez
Fri Sep 17, 2010 2:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: rbbuton sacarle el MsgBeep()
Replies: 0
Views: 202

Re: Problem with display of Checkbox and Radio

... PIXEL ; ITEMS ALLTRIM(cTEXTFONT2), ALLTRIM(cTEXTFONT2), ALLTRIM(cTEXTFONT2) _3D ; SIZE 60, 15 COLOR BT_COLOR ; HELPID 100, 101, 102 ; ON CHANGE MsgBeep() oRadio1:SetFont( oTextFont ) @ 170, 240 CHECKBOX oChk1 VAR lChk1 PIXEL PROMPT ALLTRIM(cTEXTFONT2) ; SIZE 60, 20 OF oDlg1 ; ON CHANGE oChk1:SetText( ...
by ukoenig
Tue Aug 31, 2010 11:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with display of Checkbox and Radio
Replies: 25
Views: 6425
PreviousNext

Return to advanced search