Hello,
I have a small problem :
I need a User-Resize of BTNPMP from resources and a Preview with the new Size.
Is it possible ?
I tested oBtn:nHeight := NewHvalue and oBtn:nWidth := NewWvalue
but it doesn't work.
For the new ButtonTools, I want to make it possible, that the User can create his own Buttons
with a Preview from Source and Resources.
REDEFINE BTNBMP oBtn1 ID 100 OF oDlg3 ;
NOBORDER ;
FILENAME "./project/palm.bmp" ;
PROMPT "Button 1" ;
FONT oFont1 ;
RIGHT
oBtn1:lTransparent = .t.
oBtn1:cTooltip := "Button1"
That doesn't work !!!
---------------------------
obtn1:nHeight := nNewheight // User defined
oBtn1:nWidth := nNewWidth
Regards
Uwe