TSBrowse and TSButton for FWH 2.7

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

TSBrowse and TSButton for FWH 2.7

Post by Antonio Linares »

for FWH 2.7 and xHarbour Build 0.99.61

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

Antonio Linares
www.fivetechsoft.com
George
Posts: 710
Joined: Tue Oct 18, 2005 6:49 pm

Post 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
George
Posts: 710
Joined: Tue Oct 18, 2005 6:49 pm

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

George,

Thanks! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Taiwan
Posts: 218
Joined: Fri Oct 07, 2005 1:55 am
Location: Taipei, Taiwan
Contact:

Post 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
Post Reply