... ; LEFT BTNRIGHT; ACTION MSGINFO() OR insert where you want but then you must insert also a resize function oScansiona:= TBtnBmp():NewBar("Scansiona",,,,,, .F., obar, .F.,,, .F.,,,,,,,,,,,,, .F.,,, ) oScansiona:nLeft:= obar:nWidth-120
... this picture is made with a oldest class ( not of fwh) now run bad. I tried with : oHelp:= TBtnBmp():NewBar(,, "help.bmp",,,, .F., obar, .F.,,, .F.,,,,,,,,,,,,, .F.,,, ) oHelp:nWidth:=30 oHelp:nLeft:= obar:nWidth-100 But I can fix the position ...
... seems to be introduced by the lTransparent property that is not properly set to the default value when the ReDefine method is called. The New and NewBar methods do. Regards.
... Called from (b)ERRORSYS(23) in .\source\function\ERRSYSW.PRG Called from TBTNBMP:SETCOLOR(1466) in Source\btnbmp.prg Called from TBTNBMP:NEWBAR(361) in Source\btnbmp.prg Called from TAPPLICATION:BUILDBTNBAR(266) in Source\main.prg Called from TAPPLICATION:ACTIVATE(189) in Source\main.prg ...
... Called from (b)ERRORSYS(23) in .\source\function\ERRSYSW.PRG Called from TBTNBMP:SETCOLOR(1466) in Source\btnbmp.prg Called from TBTNBMP:NEWBAR(361) in Source\btnbmp.prg Called from TAPPLICATION:BUILDBTNBAR(265) in Source\main.prg Called from TAPPLICATION:ACTIVATE(189) in Source\main.prg ...
... Called from FWOPENPNGFILE(0) Called from TBTNBMP:LOADBITMAPS(830) in .\source\classes\BTNBMP.PRG Called from TBTNBMP:NEWBAR(368) in .\source\classes\BTNBMP.PRG Called from HAZBARRBB(1114) in C:\VMHUI\Source\vmh.prg Called from (b)MAIN(606) in C:\VMHUI\Source\vmh.prg ...
... I'm creating drop-down button using buttonbar. I create it using method NewAt, then I create popup menu and finally I create button using method NewBar, passing popup menu. The problem is that the font in 2007 mode is fixed at Tahoma,11. Is there another way to create drop-down buttons with my ...
... I enter the dialog with the BUTTONBMP inside a new line BMP, 0, PLANSETUP, 2331 is added. The GDI tool reports following: PAL, 1124602283, TBTNBMP:NEWBAR, 344 BMP, -1023078637, TBTNBMP:NEWBAR, 344 FONT, -334886552, TBTNBMP:PAINT, 885 BMP, 0, PLANSETUP, 2331 BMP, 0, PLANSETUP, 2331 BMP, 0, PLANSETUP, ...
... => TBAR:MSGNOTFOUND(205) Called from: source\rtl\tobject.prg => TBAR:LOFFICE(0) Called from: C:\PESSOAL9\FONTE\TSBUTTON.PRG => TSBUTTON:NEWBAR(412) Se troco sButton por Button funciona perfeitamente.. o código é este... Function Barra2(odlg)Local obtnB[5] Define ButtonBar ...