Search found 41 matches: getdlgcode

Return to advanced search

... nClrFore, nClrBack,; aItems, bAction ) METHOD GetColSizes() INLINE ; If( ValType( ::aColSizes ) == "A", ::aColSizes, Eval( ::aColSizes ) ) METHOD GetDlgCode( nLastKey ) METHOD GoUp() METHOD GoDown() METHOD GoLeft() METHOD GoRight() METHOD GoTop() METHOD GoBottom() METHOD GotFocus() INLINE Super:GotFocus(),; ...
by FWHISHOW
Wed Dec 12, 2007 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWBROWSE - bkeydown não aceita VK_UP?
Replies: 9
Views: 4190

Manu, Tal como lo explica el API de Windows: The WM_GETDLGCODE message is sent to the dialog box procedure associated with a control. Normally, Windows handles all arrow-key and TAB-key input to the control. By responding to the WM_GETDLGCODE message, an application can take control of a particular ...
by Antonio Linares
Mon Jul 31, 2006 6:52 am
 
Forum: FiveWin para CA-Clipper
Topic: Problema VK_RETURN
Replies: 3
Views: 1265

Creo que encontré la solución. Añadiendo: METHOD GetDlgCode(nLastKey) CLASS TFondo IF .NOT. ::oWnd:lValidating IF nLastKey == VK_RETURN // .OR. nLastKey == VK_TAB ::oWnd:nLastKey = nLastKey ELSE ::oWnd:nLastKey = 0 ENDIF ENDIF RETURN IF( IsWindowEnabled( ...
by manuramos
Sat Jul 29, 2006 11:20 am
 
Forum: FiveWin para CA-Clipper
Topic: Problema VK_RETURN
Replies: 3
Views: 1265

Rossine,

La tecla ESC se ruta al contenedor, es decir, a la caja de diálogo.

Si cambias GetDlgCode() entonces si se la das al control, pero no es un comportamiento estandard.
by Antonio Linares
Wed Apr 26, 2006 9:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio - Combobox + bkeydown
Replies: 3
Views: 957

Te copio el error de toda la compilacion

ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ FiveWin for Pocket PC - March 2006 Harbour development power ³Ü ³ (c) FiveTech, 1993-2006 for Microsoft Windows Pocket PC ³Û ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙÛ ÿ ßßßßßßßßßßß...
by mjcc
Sat Apr 15, 2006 6:16 pm
 
Forum: FiveWin para Pocket PC
Topic: AYUDA POR FAVOR. ESTOY BLOQUEADO
Replies: 6
Views: 2769

... CODE 0007:1304 000A1H NATICON CODE 0007:13A6 001CCH DISPLAY CODE 0007:1572 00041H DISPLAY CODE 0007:15B4 00041H DISPLAY CODE 0007:15F6 000B2H GETDLGCODE CODE 0007:16A8 000EEH GETDLGCODE CODE 0007:1796 0006AH GETDLGCODE CODE 0007:1800 0017EH _AFIELDS CODE 0007:197E 001B1H SETCOLS CODE 0007:1B30 ...
by Connan
Fri Mar 03, 2006 10:28 am
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3533

GPF, como buscar el Error

... CODE 0007:1304 000A1H NATICON CODE 0007:13A6 001CCH DISPLAY CODE 0007:1572 00041H DISPLAY CODE 0007:15B4 00041H DISPLAY CODE 0007:15F6 000B2H GETDLGCODE CODE 0007:16A8 000EEH GETDLGCODE CODE 0007:1796 0006AH GETDLGCODE CODE 0007:1800 0017EH _AFIELDS CODE 0007:197E 001B1H SETCOLS CODE 0007:1B30 ...
by Connan
Tue Feb 28, 2006 5:36 pm
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3533

Enrico,

WM_GETDLGCODE doesn't supply any parameters. Is it an undocumented feature that the keystroke is provided ? Thanks,
by Antonio Linares
Tue Feb 07, 2006 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TListBox refinement
Replies: 6
Views: 1401

I can fix it already.

Dear All, If who use this classes and have got the same problem with me. Pls change this line METHOD GetDlgCode( nLastKey ) CLASS TSBUTTON // Remark this two lines * ::SendMsg( FM_CLICK ) // Add this line instead PostMessage( ::oWnd:oCtlFocus:hWnd, FM_CLICK ) return If( ::lActive, ...
by dutch
Sun Nov 20, 2005 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSbutton problem?
Replies: 2
Views: 1258

I can fix it already.

Dear All, If who use this classes and have got the same problem with me. Pls change this line METHOD GetDlgCode( nLastKey ) CLASS TSBUTTON // Remark this two lines * ::SendMsg( FM_CLICK ) // Add this line instead PostMessage( ::oWnd:oCtlFocus:hWnd, FM_CLICK ) return If( ::lActive, ...
by dutch
Sun Nov 20, 2005 4:16 pm
 
Forum: FiveWin for CA-Clipper
Topic: TSbutton problem?
Replies: 1
Views: 938

Error de Proteccion General.

... CODE 0005:F62A 0019AH DISPLAY CODE 0005:F7C4 00041H DISPLAY CODE 0005:F806 00041H DISPLAY CODE 0005:F848 00253H DISPLAY CODE 0005:FA9C 00132H GETDLGCODE CODE 0005:FBCE 0006AH GETDLGCODE CODE 0005:FC38 000ECH GETDLGCODE CODE 0005:FD24 00080H GETDLGCODE CODE 0005:FDA4 0005EH GETDLGCODE CODE ...
by Garbi
Wed Nov 02, 2005 3:38 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error de Proteccion General.
Replies: 5
Views: 4163
Previous

Return to advanced search