Search found 244 matches: blclicked

Return to advanced search

How to use xbrowse():lKinetic with xbrowse():bLClicked

I cannot use ::bLClicked with ::lKinetic.

Because ::bLClicked will action when I try to use finger to scroll the xbrowse (lKinetic).

How do I can use both as Mobile behavior?

Thanks in advance,
by dutch
Sun Oct 17, 2021 2:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xbrowse():lKinetic with xbrowse():bLClicked
Replies: 5
Views: 473

Re: Change color in a bmp

... zooming will delete selected colors :!: @ 4,1 XIMAGE oImg filename cFile SIZE 200,200 OF oDlg oImg:nUserControl := 0 oImg:oCursor := oHand oImg:blClicked := { | nCol, nRow | nPickRow := nRow, nPickCol := nCol,; FILLCOLOR(oImg, nPickRow, nPickCol, nColorSet ) } // ----------- FUNCTION FILLCOLOR( ...
by ukoenig
Tue Mar 23, 2021 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change color in a bmp
Replies: 25
Views: 2677

Re: How to use XBROWSE lKinetic and bLClicked in the same time?

I try again and got the result. lKinetic will work on columns without bLClicked action. 1. bLClicked all columns, it will action on first touch row (row which FIGUREUP is not concern) 2. bLClicked 6th column, all columns (except 6th) can use figure to slice ...
by dutch
Wed May 13, 2020 3:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use XBROWSE lKinetic and bLClicked in the same time?
Replies: 5
Views: 961

Re: How to use XBROWSE lKinetic and bLClicked in the same time?

I use touch screen but when I use bLClicked on XBROWSE, lKinetic doesn't work. Because XBROWSE action on bLClicked only.


Try again. You flip with your fingers and the browse scrolls.
XBrowse's touch interface does not depend on the lKinetic setting.
It works always.
by nageswaragunupudi
Tue May 12, 2020 5:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use XBROWSE lKinetic and bLClicked in the same time?
Replies: 5
Views: 961

Re: How to use XBROWSE lKinetic and bLClicked in the same time?

... is great, pandemic is quite low now but we still do social distancing and wear mask. By default lKinetic is .t. Even when lKinetic is true, bLClicked works but Kinetic stops working. Whether lKinetic is true of false, and whether we have bLClicked or not Kinetic behavior continues to work ...
by dutch
Tue May 12, 2020 5:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use XBROWSE lKinetic and bLClicked in the same time?
Replies: 5
Views: 961

Re: How to use XBROWSE lKinetic and bLClicked in the same time?

By default lKinetic is .t. Even when lKinetic is true, bLClicked works but Kinetic stops working. Whether lKinetic is true of false, and whether we have bLClicked or not Kinetic behavior continues to work with fingers on touch screen. So, on a touch ...
by nageswaragunupudi
Tue May 12, 2020 4:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use XBROWSE lKinetic and bLClicked in the same time?
Replies: 5
Views: 961

Re: How to use XBROWSE lKinetic and bLClicked in the same time?

Why do you want to use lKinetic ?

btw, how are you all in Thailand?
by nageswaragunupudi
Tue May 12, 2020 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use XBROWSE lKinetic and bLClicked in the same time?
Replies: 5
Views: 961

How to use XBROWSE lKinetic and bLClicked in the same time?

I would like to use ::lKinetic := .T. but bLClicked (any coloumn) cannot use.
I would like to use bLClicked (all coloumns), ::lKinetic := .T. cannot use.

How can I do it?

Thanks in advance,
by dutch
Mon May 11, 2020 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use XBROWSE lKinetic and bLClicked in the same time?
Replies: 5
Views: 961

Re: xBrowse and menu

Hi,

And what about bLClicked?

I need to show the menu in this event, but it does not work. The menu does not show up.

If you need, I can build a sample code.

Thank you.
by mgsoft
Tue Mar 24, 2020 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and menu
Replies: 6
Views: 1459

Re: StatusBar en Dialogo desde una clase

Error

Error description: Error BASE/1004 No exported method: BLCLICKED
by Compuin
Sat Jan 04, 2020 1:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: StatusBar en Dialogo desde una clase
Replies: 14
Views: 2114

Re: Como acceder a objeto en definicion del mismo.

No funciona porque esa clase no tiene el METHOD LButtonDown que es donde se evalúa esa data
Es decir, no se ha diseñado la clase para que tenga el evento bLClicked.
Si lo necesitas crea una clase que herede de TSAy y le pones ese METHOD LButtonDown
by cnavarro
Tue Jul 23, 2019 9:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como acceder a objeto en definicion del mismo.
Replies: 10
Views: 1646

Re: Como acceder a objeto en definicion del mismo.

Es posible que lo que necesites es utilizar la data bLClicked o bLDblClicked del objeto    oSay:bLClicked := { || .....  }  Hola Cristobal. entonces esto deberia funcionar.  oSay:bLClicked := { || MsgInfo("Se ha pulsado click ...
by jvtecheto
Tue Jul 23, 2019 9:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como acceder a objeto en definicion del mismo.
Replies: 10
Views: 1646

Re: Como acceder a objeto en definicion del mismo.

Es posible que lo que necesites es utilizar la data bLClicked o bLDblClicked del objeto
Code: Select all  Expand view

   oSay:bLClicked := { || .....  }
 
by cnavarro
Tue Jul 23, 2019 12:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como acceder a objeto en definicion del mismo.
Replies: 10
Views: 1646

Re: Consulta acerca de TBitmap/Timage/Ximage

Gracias, primer problema (o desconocimiento) con xImage. Cuando se crea desde recurso no hace caso a las llamadas a bRClicked o bLClicked (ni tan sólo muestra su propio menú pop). #include "fivewin.ch"//----------------------------------------------------------------------------//function ...
by AngelSalom
Tue Jun 11, 2019 8:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta acerca de TBitmap/Timage/Ximage
Replies: 13
Views: 2516

Re: resize a position with fw_drawimage

... the button. :( Maybe it is possible to add clicked like in TImage METHOD New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder,; oWnd, bLClicked, bRClicked , lScroll, lStretch, oCursor,; cMsg, lUpdate, bWhen, lPixel, bValid, lDesign, cVarName ) CLASS TImage regards Uwe :D Uwe, Sorry ...
by Silvio.Falconi
Thu May 16, 2019 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a position with fw_drawimage
Replies: 12
Views: 1660
PreviousNext

Return to advanced search