Search found 66 matches: rbuttondown

Searched query: rbuttondown

by Antonio Linares
Fri Jan 24, 2025 11:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 7633

Re: Using new Class TDeepSeek for documenting

... destination).

8. Event Handling Methods:

HandleEvent(), HandleGesture(), GesturePan(), LButtonDown(), LButtonUp(), MouseMove(), LDblClick(), RButtonDown(), MouseWheel(), KeyDown(), KeyChar(), MouseLeave(), NcMouseMove(): These methods handle various Windows messages and events, allowing the ...
by Antonio Linares
Fri Jan 17, 2025 10:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 7633

Re: Using new Class TDeepSeek for documenting

... HTML code for the button bar.

21. **`RePosRightBtns()`**:
- **Description**: Repositions buttons on the right side of the button bar.

22. **`RButtonDown()`**:
- **Description**: Handles right-click events on the button bar.
- **Parameters**:
- `nRow`: Row position.
- `nCol`: Column position ...
by INFORMAISVRB
Thu May 09, 2024 9:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Erro Expor to Excel in xbrowse
Replies: 2
Views: 535

Erro Expor to Excel in xbrowse

... por..: C:\PROJETOS\MESTOQ\PRG_OBJ\CD_NFENTRADA.PRG => (b)lanca_nota_fiscal( 606 )
Chamada por..: .\source\classes\WINDOW.PRG => tcontrol:rbuttondown( 2150 )
Chamada por..: C:\PROJETOS\MESTOQ\PRG_OBJ\xbrowse.prg => txbrowse:rbuttondown( 5449 )
Chamada por..: => twindow:handleevent( 0 ...
by russimicro
Mon Oct 09, 2023 2:39 pm
Forum: FiveWin para Harbour/xHarbour
Topic: fw_menudraw
Replies: 8
Views: 1675

fw_menudraw

... 825 )
Called from: C:\FWH23\source\classes\metropnl.prg => (b)TMETROBTN:NEW( 609 )
Called from: .\source\classes\WINDOW.PRG => TMETROBTN:RBUTTONDOWN( 2188 )
Called from: => TWINDOW:HANDLEEVENT( 0 )
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1857 )
Called from ...
by russimicro
Tue Sep 19, 2023 4:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 3638

Re: Reason for closing DBF file

... 825 )
Called from: C:\FWH23\source\classes\metropnl.prg => (b)TMETROBTN:NEW( 609 )
Called from: .\source\classes\WINDOW.PRG => TMETROBTN:RBUTTONDOWN( 2188 )
Called from: => TWINDOW:HANDLEEVENT( 0 )
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1857 )
Called from ...
by mauri.menabue
Mon Jul 31, 2023 10:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp
Replies: 4
Views: 804

EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp

... GESTIONE( 5020 )
Called from: \servizio\prog\StdGes.prg => (b)STDGES_ACTIVATE( 1993 )
Called from: .\source\classes\WINDOW.PRG => TCONTROL:RBUTTONDOWN( 2151 )
Called from: prog\xBrowse.prg => TXBROWSE:RBUTTONDOWN( 5450 )
Called from: => TWINDOW:HANDLEEVENT( 0 )
Called from: .\source\classes ...
by nageswaragunupudi
Thu Oct 27, 2022 5:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: right-click Menu for Control
Replies: 5
Views: 592

Re: right-click Menu for Control


now you say i "just" need to "override"
Code:
METHOD RButtonDown ( nRow, nCol, nKeyFlags ) CLASS YourClass

so i need not to handle WM_RBUTTONDOWN :?:



Yes.

Wherever the parents have standard methods, you override them in your class and if needed return calling Super method.
Use HandleEvent very ...
by Jimmy
Thu Oct 27, 2022 3:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: right-click Menu for Control
Replies: 5
Views: 592

Re: right-click Menu for Control

... TGrid

DO CASE
// use for LVS_OWNERDRAWFIXED
CASE nMsg == WM_MEASUREITEM
CASE nMsg == WM_DRAWITEM
// add for Context Menu
CASE nMsg == WM_RBUTTONDOWN
IF ::bRbClick != nil
EVAL( ::bRbClick, ::oWnd, Self )
ENDIF
CASE nMsg == WM_RBUTTONUP
ENDCASE

RETURN ::Super:HandleEvent( nMsg, nWParam ...
by Marc Venken
Tue Nov 24, 2020 10:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: call toDbf() from xbrowser command line
Replies: 3
Views: 824

call toDbf() from xbrowser command line

... source\classes\XBROWSE.PRG => TXBROWSE:TODBF( 10453 )
Called from: => (b)EVAL( 11635 )
Called from: .\source\classes\WINDOW.PRG => TCONTROL:RBUTTONDOWN( 2150 )
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:RBUTTONDOWN( 5178 )
Called from: => TWINDOW:HANDLEEVENT( 0 )
Called from ...
by mauri.menabue
Fri Oct 02, 2020 3:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error xbrowse --> excel
Replies: 2
Views: 624

Error xbrowse --> excel

... GESTIONE( 4219 )
Called from: \servizio\prog\StdGes.prg => (b)STDGES_ACTIVATE( 1656 )
Called from: ..\source\classes\TSBrowse.prg => TSBROWSE:RBUTTONDOWN( 6882 )
Called from: => TWINDOW:HANDLEEVENT( 0 )
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1827 )
Called from ...
by Willi Quintana
Wed Jun 10, 2020 2:11 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1040
Views: 1027769

Re: Mejoras para scintilla

... Called from: .\source\classes\TFIVEDIT.PRG => (b)TFIVEDIT_TREEPROJECT( 4037 )
000011 Called from: .\source\classes\WINDOW.PRG => TTREEVIEW:RBUTTONDOWN( 2518 )
000012 Called from: => TWINDOW:HANDLEEVENT( 0 )
000013 Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1807 ...
by Marc Venken
Mon Feb 26, 2018 11:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 31765

Re: Mr. Rao's samples collection.

... secs
Error occurred at: 27/02/2018, 00:04:32
Error description: Error BASE/1003 Variable does not exist: INFO

Stack Calls
===========
Called from: .\FORUM.PRG => SET_DEL( 1474 )
Called from: .\FORUM.PRG => (b)MAIN( 291 )
Called from: .\source\classes\WINDOW.PRG => TCONTROL:RBUTTONDOWN( 2030 )
by richard-service
Tue Oct 24, 2017 11:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 155581

Re: Introducing FiveTech's fivedit

... 14752 )
Called from: .\source\classes\TFIVEDIT.PRG => (b)TFIVEDIT_EDTFOLDER( 1595 )
Called from: .\source\classes\TFOLDEX.PRG => TFOLDEREX:RBUTTONDOWN( 1653 )
Called from: => TWINDOW:HANDLEEVENT( 0 )
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1731 )
Called from ...
by Compuin
Mon May 02, 2016 2:16 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Forma correcta de configurar clase TSBUTTON...alguna ayuda?
Replies: 14
Views: 4755

Re: Forma correcta de configurar clase TSBUTTON...alguna ayuda?

... Class "TSButton" not declared for
method: Paint()'
.\prg\TSBUTTON.PRG(2259) Error E0019 #error: 'Class "TSButton" not declared for
method: RButtonDown( nRow, nCol, nKeyFlags )'
.\prg\TSBUTTON.PRG(2283) Error E0019 #error: 'Class "TSButton" not declared for
method: RButtonUp( nRow, nCol ...
by Otto
Sun Nov 01, 2015 9:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin samples - Dialog designer
Replies: 12
Views: 3428

Re: Fivewin samples - Dialog designer

... Called from: design.prg => EDITDIALOG( 240 )
Called from: design.prg => (b)MAIN( 19 )
Called from: .\source\classes\WINDOW.PRG => TDIALOG:RBUTTONDOWN( 2265 )
Called from: => TWINDOW:HANDLEEVENT( 0 )
Called from: .\source\classes\DIALOG.PRG => TDIALOG:HANDLEEVENT( 905 )
Called from ...