Search found 360 matches: lbuttonup

Return to advanced search

Error en Listbox.

... (b)BARBOTONES( 749 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:CLICK( 465 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONUP( 656 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1690 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT( ...
by José Camilo
Sun Mar 24, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Listbox.
Replies: 1
Views: 308

Re: New FTDN February 2024 (FWH 24.02)

... Mejora: En los objetos TTaskPanel utilizados de la clase TExplorerBar, se ha implementado una nueva DATA bOnCollapse que se evalúa desde su método LButtonUp( nRow, nCol, nFlags ), de forma que cada panel puede utilizar su propia DATA bOnCollapse para el evento de colapso. * Nuevo: Nuevo ejemplo ...
by Antonio Linares
Sun Mar 03, 2024 7:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 194

New FTDN February 2024 (FWH 24.02)

... * Enhancement: In TTaskPanel objects used from Class TExplorerBar, a new DATA bOnCollapse has been implemented and it is evaluated from its method LButtonUp( nRow, nCol, nFlags ), so each panel can use its own DATA bOnCollapse for the collapse event. * New: Example samles\booking.prg shows how ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 194

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

... }   oPanel3:bOnCollapse :=  { | | CheckCollapse(oPanel3,cMsg,3) } i don´t know how but METHOD LButtonUp will be "automatic" called which include      if ! Empty( ::bOnCollapse )   // new         Eval( ::bOnCollapse, Self ...
by Jimmy
Mon Feb 26, 2024 1:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 463

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

hi Antonio,

Codeblock-Slot like these we need, thx
but how is METHOD LButtonUp() called when i click to collaps/enlarge :?:

Request :
also need for DragDrop
Code: Select all  Expand view
METHOD LButtonUp( nRow, nCol )

include DATA lDrag and ::Capture()
by Jimmy
Sat Feb 24, 2024 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 463

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

Dear Jimmy, On CLASS TTaskPanel FROM TControl add this DATA: DATA bOnCollapse and then add this code at the bottom of METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TTaskPanel:      ::oWnd:CheckScroll()      if ! Empty( ::bOnCollapse )   // new         Eval( ::bOnCollapse, ...
by Antonio Linares
Sat Feb 24, 2024 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 463

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

hi Antonio, TExplorerBar has no currently support for such event but it can be easily implemented from: METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TTaskPanel thx for Answer there is in CLASS TTaskPanel   DATA   lCollapsed      INIT .F. and it will be assign Value in METHOD LButtonUp(nRow, ...
by Jimmy
Sat Feb 24, 2024 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 463

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

...   oWndMOUSE:bLClicked    = { | nRow, nCol, nFlags | oWndMOUSE:Say( 2, 2,  "LButtonDown" ) }   oWndMOUSE:bLButtonUp   = { | nRow, nCol, nFl8ags | oWndMOUSE:Say( 2, 2, "LButtonUp    " ) }
by Jimmy
Sat Feb 24, 2024 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 463

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

... Dear Jimmy, TExplorerBar has no currently support for such event but it can be easily implemented from: METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TTaskPanel
by Antonio Linares
Sat Feb 24, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 463

Re: MariaDb SetFilter no realiza Filtrado

... (b)BRWBTNBAR( 144 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:CLICK( 792 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONUP( 1083 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1847 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT( ...
by CARLOS ATUNCAR
Sat Jan 27, 2024 12:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb SetFilter Error no definida: SOLUCIONADO
Replies: 2
Views: 164

Re: Reason for closing DBF file

... 567 ) Called from: Source\Classes\btnbmp.prg => TBTNBMP:CLICK( 536 ) Called from: Source\Classes\btnbmp.prg => TBTNBMP:LBUTTONUP( 764 ) Called from: Source\Classes\control.prg => TCONTROL:HANDLEEVENT( 1723 ) Called from: Source\Classes\btnbmp.prg => TBTNBMP:HANDLEEVENT( ...
by russimicro
Wed Sep 20, 2023 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1154

Re: Reason for closing DBF file

... (b)BROWSEMY( 5171 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:CLICK( 792 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONUP( 1083 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONDOWN( 1016 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( ...
by russimicro
Wed Sep 20, 2023 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1154

Re: Reason for closing DBF file

... 8306 ) Called from: C:\FWH23\source\classes\metropnl.prg => (b)TMETROBTN:NEW( 618 ) Called from: .\source\classes\WINDOW.PRG => TWINDOW:LBUTTONUP( 2115 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:LBUTTONUP( 721 ) Called from: .\source\classes\BTNBMP.PRG => TMETROBTN:LBUTTONUP( ...
by russimicro
Tue Sep 19, 2023 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1154

Re: Reason for closing DBF file

... (b)TOUCHMENU3( 7608 ) Called from: source\classes\metropnl.prg => (b)TMETROBTN:NEW( 607 ) Called from: Source\Classes\window.prg => TWINDOW:LBUTTONUP( 2121 ) Called from: Source\Classes\control.prg => TCONTROL:LBUTTONUP( 677 ) Called from: Source\Classes\btnbmp.prg => TMETROBTN:LBUTTONUP( ...
by russimicro
Tue Sep 19, 2023 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1154

Re: problem with report to excel

... 0 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:CLICK( 0 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONUP( 0 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 0 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT( ...
by bart
Mon Sep 04, 2023 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with report to excel
Replies: 18
Views: 3371
Next

Return to advanced search

cron