FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour bitmap action
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
bitmap action
Posted: Thu Dec 11, 2014 10:50 AM

I wish make an action command on only a area of a bitmap..
How I can Make ?

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: bitmap action
Posted: Thu Dec 11, 2014 11:19 AM
Try this:

Code (fw): Select all Collapse
   REDEFINE BITMAP oFiveWin ID 122 RESOURCE "FIVEPOWER" OF oDlg ADJUST ;
            TRANSPARENT ON CLICK( ( SITE_DA_NFE() ), XFOCUS( oNota ) )


Regards.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: bitmap action
Posted: Thu Dec 11, 2014 11:50 AM
Silvio,

a visual design of the area inside the image, or just a function ?





best regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: bitmap action
Posted: Thu Dec 11, 2014 12:42 PM

Uwe,
now I changed...perhap I can make it with many tpanel

Can I click on a Tpanel control ?
I need it to make a stenotype

I tried with

oBtn[n]:bLClicked := { | x, y, z | test(n) }

but not run

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion