Search found 98 matches: beep

Return to advanced search

Re: link between PRG and RC

... HBMK2 for fwh+mingw+harbour -hbexe -oprestamos32g -workdir=obj\ -compr -info -inc -trace -static -fullstatic -strip -jobs=%NUMBER_OF_PROCESSORS% -beep -run #-cflag=-DNTDDI_VERSION=NTDDI_WIN7 -D_WIN32_WINNT=_WIN32_WINNT_WIN7 -ldflag+=-Wl,--allow-multiple-definition -prgflag=/n /gc2 /w0 /es2 /v ...
by carlos vargas
Tue Jan 30, 2024 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1697

Re: Extraño error con HARBOUR

... -hbexe -inc -Ic:\xBaseHarbour\fwh19.06\include -I.\Include2 #-trace #-static #-fullstatic -beep #-run -gtgui -prgflag=/n /m /d__FLAT__ -resflag=-D__FLAT__ Prg\Cuentas32.PRG Prg\CrearMapas.PRG Prg\Clientes.PRG Prg\ClienteNuevo.PRG Prg\ClienteNuevo_Mundo.PRG ...
by JoseAlvarez
Wed May 24, 2023 2:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Extraño error con HARBOUR
Replies: 5
Views: 377

Re: GET continuo para captura de codigos UHF RFID.

... un oGet:VarPut(Space(Len(oGet:VarGet())))oGet:Refresh()  Por cierto, si no encuentra un codigo mandale un Beep() de error Editado: Para que no abandone el get o bien devuelves false en el valid o bien utilizas un timer de muy pocos milisegundos con un oGet:SetFocus() ...
by hmpaquito
Wed Mar 23, 2022 8:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET continuo para captura de codigos UHF RFID.
Replies: 7
Views: 622

Re: Ejemplo FUNCIONAL *hola mundo* FW + HARBOUR + BCC7.4

... botón derecho del ratón y salvar como. Copio aqui el contenido de HelloWorld.hbp -hbexe -inc -Ic:\Joao\fwh\include #-trace #-static #-fullstatic -beep -nodefgt -gtgui -gui -prgflag=/n /m /d__FLAT__ -resflag=-D__FLAT__ Prg\HelloWorld.PRG -Lc:\Joao\fwh\lib -lfiveh -lfivehc hbct.hbc xhb.hbc hbziparc.hbc ...
by Antonio Linares
Wed Nov 24, 2021 4:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo FUNCIONAL *hola mundo* FW + HARBOUR + BCC7.4
Replies: 19
Views: 1932

Re: Beep on ALT-key

Subclass TControl? Don't think that class is thought for subclassing.

EMG
by Enrico Maria Giordano
Tue Oct 20, 2020 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Beep on ALT-key
Replies: 14
Views: 1327

Re: Beep on ALT-key

Enrico,

You don't have to modify the source, you can subclass instead.

James
by James Bott
Tue Oct 20, 2020 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Beep on ALT-key
Replies: 14
Views: 1327

Re: Beep on ALT-key

I don't want to alter the FWH source code. Anyway, I tried with OVERRIDE command and it didn't work (the program didn't start).

EMG
by Enrico Maria Giordano
Mon Oct 19, 2020 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Beep on ALT-key
Replies: 14
Views: 1327

Re: Beep on ALT-key

Enrico, I will remember that we changed for a similar case
METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TControl
case nMsg == WM_SYSCOMMAND
return ::SysCommand( nWParam, nLoWord( nLParam ), nHiWord( nLParam ) )
Best regards,
Otto
by Otto
Mon Oct 19, 2020 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Beep on ALT-key
Replies: 14
Views: 1327

Re: Beep on ALT-key

So, it cannot be disabled programmatically?

EMG
by Enrico Maria Giordano
Mon Oct 19, 2020 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Beep on ALT-key
Replies: 14
Views: 1327

Re: Beep on ALT-key

Enrico, I believe that this characteristic is changed in the configuration of the Operating System.
by cnavarro
Mon Oct 19, 2020 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Beep on ALT-key
Replies: 14
Views: 1327

Re: Beep on ALT-key

ok. ahora, és con el maestro Cristóbal. Regards, saludos.
by karinha
Mon Oct 19, 2020 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Beep on ALT-key
Replies: 14
Views: 1327

Re: Beep on ALT-key

Thank you, but I don't want to change FWH sources.

EMG
by Enrico Maria Giordano
Mon Oct 19, 2020 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Beep on ALT-key
Replies: 14
Views: 1327

Re: Beep on ALT-key

Master: En wBrowse.prg o Dialog.prg haga esto: In wBrowse.prg or Dialog.prg...    DATA   bAltKey    // Para Acionamento da Tecla Alt+++...    METHOD SysCommand( nType, nLoWord, nHiWord )en:METHOD Syscommand( nType, nLowOrd, nHiWord ) Class TWBrowse ...
by karinha
Mon Oct 19, 2020 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Beep on ALT-key
Replies: 14
Views: 1327

Re: Beep on ALT-key

Yes, as I want to handle the ALT-key combination through bKeyDown not with a menu item.

EMG
by Enrico Maria Giordano
Mon Oct 19, 2020 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Beep on ALT-key
Replies: 14
Views: 1327

Re: Beep on ALT-key

Normal. Master, see if you haven't connected anything in the windows settings. // Testing NON-Modal Dialog Boxes - \SAMPLES\TESTDLGN.PRG#include "fivewin.ch"Static MainWndFunction Main()   DEFINE WINDOW MainWnd FROM 1, 1 TO 22, 75 ;      TITLE "Test&qu...
by karinha
Mon Oct 19, 2020 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Beep on ALT-key
Replies: 14
Views: 1327
Next

Return to advanced search