From: Itamar M. L. J. L. <ita...@gm...> - 2017-08-23 16:45:46
|
//This example show BUG with use of TAB class with STYLE WS_VSCROLL #include "hwgui.ch" Function main LOCAL oDlg, cGetA:=space(50), oTab INIT DIALOG oDlg CLIPPER AT 100,100 SIZE 400,400 @ 20,30 TAB oTab ITEMS {} SIZE 200,200 OF oDlg STYLE WS_VSCROLL BEGIN PAGE "A" OF oTAB @ 30,180 get oGetA VAR cGetA size 80,40 //Vertical scroll show but, is off! :-( END PAGE OF oTAB ACTIVATE Dialog oDlg return nil Best regards, Itamar M. Lins Jr. |