Hello Antonio,
is there oBtn:l2007=.t.
available for BtnBmp?
@ x,y BTNBMP oBtn FILENAME ".\bitmaps2\test.bmp" SIZE 60, 60 PROMPT "TimeLox" ACTION msginfo("test") OF oDlg
oBtn:l2007 = .T.
Regards,
Otto
Hello Antonio,
is there oBtn:l2007=.t.
available for BtnBmp?
@ x,y BTNBMP oBtn FILENAME ".\bitmaps2\test.bmp" SIZE 60, 60 PROMPT "TimeLox" ACTION msginfo("test") OF oDlg
oBtn:l2007 = .T.
Regards,
Otto
Otto,
No, Class TBtnBmp does not provide a DATA l2007. A TBtnBmp object checks if its container is a buttonbar and if it has its l2007 as .T.
You could easily modify class TBtnBmp and add that DATA and change its painting behavior if you need it

Otto,
> Is it save to use 2 or more BtnBars on one Dialog?
Yes, it should be ok ![]()