... = .T. // .T. so the GET VALID is not fired when the button is focused if Upper( ::oWnd:ClassName() ) == "TDIALOG" .and. ::oWnd:lResize16 ::oBtn:nWidth = ::nHeight - 5 ::oBtn:nHeight = ::nHeight - 2 ::oBtn:nLeft = ( ::nWidth * 1.167 ) - ::nHeight+iif(::nWidth>200,1,2) // By ...
... AS LOGICAL DATA cResName, cResData DATA hResources DATA lCentered, lModal, lModify DATA bStart DATA lHelpIcon // Windows 95 help icon pressed DATA lResize16 // resize 32 bits resources to look like 16 bits ones DATA lTransparent // transparent controls when using bitmaped brushes METHOD New( nTop, ...
Dear Antonio, ::lResize16 is Dialog DATA. It is not exist in TGET. If I'm not wrong, Dialog will be resize all object in DIALOG ACTIVATE. How can TGET will know ::lResize16? Regards, Dutch Dutch, We can implement your fix this way: ...
... i have modified any fwh classes :D A modification creates the problem, ok, but which? I have modified: 1) In Dialog.prg in Activate Method default lResize16 is .T. 2) In ErrorSys.prg many modifications 3) In Folder.prg I have added the management lResize16 4) In Tget and MGet I have insert the ...
Testing the following code, I got an error as mentioned above. Where did I go wrong? #include "FiveWin.ch" static oWnd //----------------------------------------------------------------------------// function Main() local oFld1 USE Numbers INDEX ON Str( Numbers->Number, ...