Search found 61 matches: blbuttonup

Return to advanced search

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

...      INIT .F. and it will be assign Value in METHOD LButtonUp(nRow, nCol, nFlags ) CLASS TTaskPanel but there is no Codeblock-Slot like bLButtonUp which will "react" when click on "Collaps" :( i do not understand "when" to call LButtonUp() Question : where ...
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: 337

Re: REDIMENSIONAR VENTANA MDI STYLE POPUP [SOLUCIONADO]

... nRow, nCol | ...... } // activa la acción al pulsar boton izquierdo oWnd:bMMoved = { | nRow, nCol | ...... } // controla movimiento del raton oWnd:bLButtonUp = { | nRow, nCol | ........ } // al soltar o dejar de pulsar boton izquierdo Saludos Jesús Marín Valencia (España) Asi Jesús? // C:\FWH..\SAMPLES\CORVENT2.PRG#include ...
by karinha
Thu Mar 30, 2023 10:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: REDIMENSIONAR VENTANA MDI STYLE POPUP [SOLUCIONADO]
Replies: 5
Views: 490

Re: REDIMENSIONAR VENTANA MDI STYLE POPUP [SOLUCIONADO]

... nRow, nCol | ...... } // activa la acción al pulsar boton izquierdo oWnd:bMMoved = { | nRow, nCol | ...... } // controla movimiento del raton oWnd:bLButtonUp = { | nRow, nCol | ........ } // al soltar o dejar de pulsar boton izquierdo Saludos Jesús Marín Valencia (España)
by JESUS MARIN
Thu Mar 30, 2023 4:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: REDIMENSIONAR VENTANA MDI STYLE POPUP [SOLUCIONADO]
Replies: 5
Views: 490

signatur.prg How can I know if the user has signed or not?

... OF oDlg @ 01, 60 BUTTON "Save" SIZE 25, 10 PIXEL OF odlg ; ACTION ( oSig:SaveToBmp( cFile ), oDlg:End() ) oSig:lWantClick := .T. oSig:bLButtonUp := { | x, y, z | DoDraw( hDC, y+1, x+1, lPaint := .F. ) } oSig:bMMoved := { | x, y, z | DoDraw( hDC, y, x , lPaint ) } oSig:bLClicked := ...
by MGA
Fri Nov 11, 2022 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: signatur.prg How can I know if the user has signed or not?
Replies: 5
Views: 395

Re: Different style of window

Dear Silvio, Please try this: oDlg:bStart := {|| oSkin := Skin( oDlg, "Blue_skin" ), oSkin:this[ 10 ]:bLButtonUp := nil } or oDlg:bStart := {|| oSkin := Skin( oDlg, "Blue_skin" ), oSkin:this[ 10 ]:bLButtonUp := { || nil } } With folder it is impossible Original ...
by Silvio.Falconi
Wed May 18, 2022 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different style of window
Replies: 10
Views: 797

Re: Different style of window

Dear Silvio, Please try this: oDlg:bStart := {|| oSkin := Skin( oDlg, "Blue_skin" ), oSkin:this[ 10 ]:bLButtonUp := nil } or oDlg:bStart := {|| oSkin := Skin( oDlg, "Blue_skin" ), oSkin:this[ 10 ]:bLButtonUp := { || nil } } Run ok the first oDlg:bStart := {|| ...
by Silvio.Falconi
Wed May 18, 2022 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different style of window
Replies: 10
Views: 797

Re: Different style of window

Dear Silvio,

Please try this:

oDlg:bStart := {|| oSkin := Skin( oDlg, "Blue_skin" ), oSkin:this[ 10 ]:bLButtonUp := nil }

or

oDlg:bStart := {|| oSkin := Skin( oDlg, "Blue_skin" ), oSkin:this[ 10 ]:bLButtonUp := { || nil } }
by Antonio Linares
Wed May 18, 2022 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different style of window
Replies: 10
Views: 797

Re: Mostrar/ocultar consulta presionando/soltando boton de mouse

cnavarro wrote:Y si investigas tambien con el
oControl:bLButtonUp = { | nRow, nCol | ....



\samples\TESTMOUS.PRG ?

Regards, saludos.
by karinha
Wed Sep 01, 2021 9:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar/ocultar consulta presionando/soltando boton de mouse
Replies: 10
Views: 1049

Re: Mostrar/ocultar consulta presionando/soltando boton de mouse

Y si investigas tambien con el
oControl:bLButtonUp = { | nRow, nCol | ....
by cnavarro
Wed Sep 01, 2021 4:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar/ocultar consulta presionando/soltando boton de mouse
Replies: 10
Views: 1049

Re: xBrowse: bOnRowLeave

cnavarro wrote:Try with bLButtonUp


Doesn't work when navigating with keyboard. If navigate with mouse it'll also return the current row not the previous active row
by hua
Fri Apr 17, 2020 3:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: bOnRowLeave
Replies: 7
Views: 1156

Re: xBrowse: bOnRowLeave

Try with bLButtonUp
by cnavarro
Fri Apr 17, 2020 3:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: bOnRowLeave
Replies: 7
Views: 1156

Re: 3 problems with touch.prg from the fwh/samples

... ) } oImgBack:bMLeave = { || oImgBack:LoadImage( nil, "..\bitmaps\metro\back-black-48.png" ), oImgBack:Refresh(), msginfo(1) } oImgBack:bLButtonUp := { || oDlg:End() }
by Otto
Sun Oct 28, 2018 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 problems with touch.prg from the fwh/samples
Replies: 18
Views: 3782

Edit con Button

Cómo puedo mostrar un botón en un EDIT Si bien veo que existe el método bLButtonup, que supongo seria el encargado de realizar lo que se le mande, no veo como mostrar ese button Cogiendo el ejemplo de FW, edit.prg... cómo hago que uno de esos EDITs tenga el ...
by Xevi
Fri Jan 26, 2018 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Edit con Button
Replies: 3
Views: 726

Re: crop an Image

I made
oImage:bLButtonUp := { | x, y, z, k | RectDotted( oImage:getDc(), x, y, z, k )}
oImage:bMMoved := { | x, y, z, k | RectDotted( oImage:getDc(), x, y, z, k )}
oImage:bLClicked := { | x, y, z, k | RectDotted( oImage:getDc(), x, y, z, k )}

but it not run
by Silvio.Falconi
Tue Oct 31, 2017 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: crop an Image
Replies: 28
Views: 4210

Re: problem of bLClicked in ribbon 'ADD BUTTON'

i have resolved for 'ADD BUTTON' of 'RIBBONBAR' substituting oBtnAiuto:bLClicked with oBtnAiuto:bLButtonUp now the code below works fine:        #include "FiveWin.ch"        #include "Ribbon.ch"               FUNCTION Main()               LOCAL ...
by marzio
Wed Mar 15, 2017 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem of bLClicked in ribbon 'ADD BUTTON'
Replies: 6
Views: 1408
Next

Return to advanced search