for FWH 2.7 and xHarbour Build 0.99.61
for FWH 2.7 and xHarbour Build 0.99.61
Manuel mercado Tsbrowse + TsButton library complied with FWH 2.7 Jul 06 + xHarbour builder Aug 06 RC 9 (0.99.61)
http://hyperupload.com/download/024bcdd ... B.ZIP.html
In the link above you have all sources for Tsbrowse 7.0 and TsButton 5.0 (Manuel Mercado classes)
Atfer PKUNZIP TSLIB.ZIP, you have TSBUTTON.ZIP and TSBRW.ZIP and the compiled libraries tsbrowse.lib and tsbbutton.lib, using FWH 2.7 Jul 06 and xBuilder Professional Beta Aug 06 RC9 from xHarbour.com
Please use the option PKUNZIP -D TSBUTTON.ZIP (and for TSBRW.ZIP also) to create the directories.
For the compiled libraries, because I am using xBuilder from xHarbor.com, they are compiled with his propietary XCC compiler ( no BCC or MS).
Include is the ".ini" to create the library with xBuilder
Regards
George
George,
Thanks! ![]()
Hello George,
I use TSButton, but I got error message:
NIL -> Error BASE/1132 Bound error:array access
FWH26 BCC551+xHarbour 0.99.61
If I use xHarbour 0.99.4 work fine.
Same code below:
::oDlg:bStart := {|| ::StartButtonBar() ...
//---------------------------------------------------------------------------//
METHOD StartButtonBar() CLASS MP010PRO
LOCAL oDlgBtn := Array(11)
LOCAL nI := 1
LOCAL oRect := ::oDlg:GetCliRect()
::oDlgBar := TSBar():NewAt( oRect:nTop, 00, oRect:nRight, 36,;
34, 34, ::oDlg, .T. )
Richard