Hello,
With the new FWH-9.04 I wanted to create a Buttonbar ( Right-Hand-Side )
inside a MDI-Window.
Doing this, the Buttons are disabled.
I changed as test the new sample : Testbtn3.prg from Dialog to MDI-Window.
It doesn't work. Is there a solution, to place ButtonBMP's inside a MDI-Window ?
After changing Dialog to MDI-Window

For my new tools, I want to draw my own vertical Buttonbar
( maybe possible with transparent buttons, to get the gradient-background ? )

The Button-Define :
Regards
Uwe
With the new FWH-9.04 I wanted to create a Buttonbar ( Right-Hand-Side )
inside a MDI-Window.
Doing this, the Buttons are disabled.
I changed as test the new sample : Testbtn3.prg from Dialog to MDI-Window.
It doesn't work. Is there a solution, to place ButtonBMP's inside a MDI-Window ?
After changing Dialog to MDI-Window

For my new tools, I want to draw my own vertical Buttonbar
( maybe possible with transparent buttons, to get the gradient-background ? )

The Button-Define :
@ 0, 960 BTNBMP oBtn50 OF oWnd ;
SIZE 60 , 80 PROMPT " " + CRLF + "Project" ;
FONT oBTFont1 TOP RESOURCE "magic" ;
ACTION ( Tools(oWnd,oBar,oBtn50,oBtn51,oBtn52), lOPEN := .T., oBtn50:Disable() )
// ??? Button still with grey background
// I need only the Image and Text
oBtn50:lTransparent := .T. // ??? Button still with grey background
oBtn50:cTooltip := "Background" + CRLF + "Edit"
oBtn50:lBorder := .F.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.
i work with FW.
If you have any questions about special functions, maybe i can help.
