For a new project, I'm looking for a Button-effect for the method:
< oBmp:bLClicked > to get a Button-look.
It means : a < pressed-effect > and changing the mouse-cursor inside the bitmap-earea.
Maybe to add something inside the BMP-class ?
Is there a sample for it ?
- Code: Select all Expand view
@ 4, 16 BITMAP oBmp FILENAME "..\bitmaps\Tutanka1.bmp" ADJUST SIZE 280, 200 OF oWnd
oBmp:bLClicked := {|| Msgalert( "Button" ) }
Regards
Uwe