FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Utilities / Utilidades TSBrowse and TSButton for FWH 2.7
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
TSBrowse and TSButton for FWH 2.7
Posted: Fri Aug 25, 2006 08:56 PM

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
Posts: 729
Joined: Tue Oct 18, 2005 06:49 PM
TSBrowse and TSButton for FWH 2.7
Posted: Sat Aug 26, 2006 01:03 PM

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

Posts: 729
Joined: Tue Oct 18, 2005 06:49 PM
TSBrowse and TSButton for FWH 2.7
Posted: Sat Aug 26, 2006 02:24 PM

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

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
TSBrowse and TSButton for FWH 2.7
Posted: Sat Aug 26, 2006 04:02 PM

George,

Thanks! :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 218
Joined: Fri Oct 07, 2005 01:55 AM
TSBrowse and TSButton for FWH 2.7
Posted: Sat Oct 07, 2006 01:06 PM

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

Continue the discussion