Page 1 of 1

TSBrowse and TSButton for FWH 2.7

Posted: Fri Aug 25, 2006 8:56 pm
by Antonio Linares
for FWH 2.7 and xHarbour Build 0.99.61

http://hyperupload.com/download/029b549 ... B.ZIP.html

Posted: Sat Aug 26, 2006 1:03 pm
by George
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/029b549 ... B.ZIP.html

Posted: Sat Aug 26, 2006 2:24 pm
by George
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

Posted: Sat Aug 26, 2006 4:02 pm
by Antonio Linares
George,

Thanks! :-)

Posted: Sat Oct 07, 2006 1:06 pm
by Taiwan
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