Search found 164 matches: lbuttondown

Return to advanced search

Re: (APORTE) PickColor con Fuentes para sus Sistemas

... from: ColorPick.prg => CAPTURAPAN( 28 ) Called from: ColorPick.prg => (b)MAIN( 17 ) Called from: .\source\classes\WINDOW.PRG => TDIALOG:LBUTTONDOWN( 2008 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\DIALOG.PRG => TDIALOG:HANDLEEVENT( 902 ) Called from: ...
by cuatecatl82
Mon Jul 27, 2015 6:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: (APORTE) PickColor con Fuentes para sus Sistemas
Replies: 15
Views: 3740

TMsgBar and Gripper

... nCol> ::nWidth-::nHeight      SetCursor( LoadCursor( 0, 32642/*IDC_SIZENWSE*/ ) )      return nil   endif And at end of METHOD LButtonDown( nRow, nCol, nFlags ) CLASS TMsgBar if ::lPaint3L .and. nCol> ::nWidth-::nHeight      aPoint := { nRow, nCol }      aPoint ...
by AntoninoP
Mon Jun 29, 2015 2:04 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: TMsgBar and Gripper
Replies: 5
Views: 2266

Re: xBrowse - No entiendo el error (Mr. Rao)

... Llamado desde: .\source\classes\WINDOW.PRG _FWH(3153) Llamado desde: SYSREFRESH(0) Llamado desde: .\source\classes\BTNBMP.PRG TBTNBMP:LBUTTONDOWN(584) Llamado desde: D:\MIHARB~1\Mifwh\Sources\control.prg TCONTROL:HANDLEEVENT(1687) Llamado desde: .\source\classes\BTNBMP.PRG TBTNBMP:HANDLEEVENT(1408) ...
by nageswaragunupudi
Sun Jun 07, 2015 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - No entiendo el error (Mr. Rao)
Replies: 21
Views: 4566

xBrowse - No entiendo el error (Mr. Rao)

... Llamado desde: .\source\classes\WINDOW.PRG _FWH(3153) Llamado desde: SYSREFRESH(0) Llamado desde: .\source\classes\BTNBMP.PRG TBTNBMP:LBUTTONDOWN(584) Llamado desde: D:\MIHARB~1\Mifwh\Sources\control.prg TCONTROL:HANDLEEVENT(1687) Llamado desde: .\source\classes\BTNBMP.PRG TBTNBMP:HANDLEEVENT(1408) ...
by MarioG
Thu May 28, 2015 3:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - No entiendo el error (Mr. Rao)
Replies: 21
Views: 4566

Re: problema con SetFont

... INIT .T. CLASSDATA lRegistered AS LOGICAL METHOD New( ) CONSTRUCTOR //Bingen METHOD Display() METHOD Paint() METHOD Language() //Bingen METHOD LButtonDown( nRow, nCol, nFlags ) METHOD LButtonUp( nRow, nCol ) METHOD RButtonUp( nRow, nCol, nKeyFlags ) METHOD FijarFecha( dFecha ) METHOD CalcularDias( ...
by MOISES
Mon Feb 23, 2015 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con SetFont
Replies: 17
Views: 4831

Re: FolderEx y DelItem (Solucionado)

... => TFOLDEREX:DELITEM( 753 ) Called from: Source\Folderex.prg => (b)MAIN( 10 ) Called from: Source\tfoldex.prg => TFOLDEREX:LBUTTONDOWN( 1033 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1720 ) Called from: Source\tfoldex.prg => TFOLDEREX:HANDLEEVENT( ...
by Biel EA6DD
Mon Feb 23, 2015 8:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FolderEx y DelItem
Replies: 25
Views: 4984

Re: Nuestro EXE en un Surface con sistema Windows RT 8.1

Antonio, El WM_POINTERDOWN y el WM_LBUTTONDOWN en principio son sinonimos.... peeeroo me he encontrado clases donde la aplicacion trabajaba al revés que un .not. Windows 8: normalmente se activa el button down y el button up... pues en Windows 8 iba al revés: primero saltaba el button up y luego el ...
by hmpaquito
Fri Jan 30, 2015 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuestro EXE en un Surface con sistema Windows RT 8.1
Replies: 5
Views: 698

Re: Nuestro EXE en un Surface con sistema Windows RT 8.1

Paco,

Que diferencia hay entre WM_POINTERDOWN y WM_LBUTTONDOWN ?

No nos sirve usar WM_LBUTTONDOWN ?

En el tablet, a nivel comportamiento de la aplicación, cual es la diferencia ? gracias
by Antonio Linares
Fri Jan 30, 2015 4:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuestro EXE en un Surface con sistema Windows RT 8.1
Replies: 5
Views: 698

touch.prg error

... 108 ) Called from: touch.prg => LOGIN( 329 ) Called from: touch.prg => (b)MAIN( 39 ) Called from: .\source\classes\WINDOW.PRG => TWINDOW:LBUTTONDOWN( 1942 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3236 ) Called from: => WINRUN( ...
by D.Fernandez
Fri Jun 27, 2014 12:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: touch.prg error
Replies: 14
Views: 1648

Errores al traspar proy. FWH pre-release a FWH actualizada

... 476 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONUP( 667 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONDOWN( 607 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1720 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT( ...
by mlolo
Wed Apr 02, 2014 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores al traspar proy. FWH pre-release a FWH actualizada
Replies: 10
Views: 1444

Problems in the xBrowse 1309 jumping columns

Same putting oLbx:nMoveType := MOVE_NONE I already changed also in the source of the xBrowse:: nMoveType := MOVE_NONE / / MOVE_FAST_RIGHT and even so not for of jumping for the next cell I found what believe to be the problem in the method bkEYcHAR case nKey == VK_RETURN oCol := ::SelectedCol() if o...
by marca
Thu Nov 28, 2013 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems in the xBrowse 1309 jumping columns
Replies: 0
Views: 611

Re: "Snap" for Clipper

...   (function  in ?)    WINDOW.PRG      672  3846 LBALLOON                WINDOW.PRG      439  3612  3612 LBOLD                  WINDOW.PRG     3318 LBUTTONDOWN()          (function  in ?)    WINDOW.PRG      674  2426 LBUTTONUP()            (function  in ?)    WINDOW.PRG      675  2436 LCANCEL   ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6773

Re: track user input

You could greatly reduce the size of the log file, filtering the messages that you get from Windows and selecting the most important ones. In example, WM_COMMAND is sent when a button is pressed, and on other situations. Also you could track WM_KEYDOWN, WM_LBUTTONDOWN, etc.      if AScan( {...
by Antonio Linares
Tue Sep 24, 2013 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: track user input
Replies: 17
Views: 2254

Re: Images of buttons disappear

... 16/09/2013 14:07:07: FONT,-888533674,C_NOTA(203)->(b)MAIN(298)->TBTNBMP:CLICK(465)->TBTNBMP:LBUTTONUP(656)->TBTNBMP:LBUTTONDOWN(596)->TCONTROL:HANDLEEVENT(1711)->TBTNBMP:HANDLEEVENT(1408)->_FWH(3177)->SYSREFRESH(0)->SYSWAIT(433)->C_CPAG(390)->(b)MAIN(292)->TBTNBMP:CLICK(465)->TBTNBMP:LBUTTONUP(656)->TCONTROL:HANDLEEVENT(1714)->TBTNBMP:HANDLEEVENT(1408)->_FWH(3177)->WINRUN(0)->TMDIFRAME:ACTIVATE(990)->MAIN(317) ...
by ORibeiro
Mon Sep 16, 2013 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Images of buttons disappear
Replies: 7
Views: 1675

Re: Changing data type and picture in GET

... Called from: e:\aba\aba5\Queries.prg => LOADQUERY(227) Called from: => (b)EVAL(150) Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:LBUTTONDOWN(1201) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1711) Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:HANDLEEVENT(1637) ...
by DonDrew
Sat Jun 29, 2013 12:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing data type and picture in GET
Replies: 1
Views: 848
PreviousNext

Return to advanced search