Page 1 of 1

TsBrowse users ?

Posted: Fri Jul 06, 2007 4:44 pm
by concentra
Hi TsBrowse users !

I use TsBrowse in my application and I like it very much.
Great job Manuel Mercado !

But, sometimes some bugs appear and I have to handle them.
And seems that many people here does the same !

What about join our efforts and maintain a "extra-official" version of TsBrowse with the bugs fixed and new features added ?

Maybe Manuel Mercado´s permission is needed...
Is Manuel here ?

Is anyone interested in it ?

Maurício Faria

Posted: Sat Jul 07, 2007 7:13 pm
by James Bott
Maurício,

I have also fixed some bugs and made the fix available on my website. I think the fixes are documented in the download. If you wish to add your modifications to this version I will put it up on my website so everyone has access.

http://ourworld.compuserve.com/homepage ... rogram.htm

James

Posted: Mon Jul 09, 2007 5:39 pm
by Armando
James:

I'm a TSbrowse user since the first release (16Bits) but now in 32bits I have a little problem.

Could you test your TSBrowse lib CELLED with a COMBOBOX and let me know if you have no problem ?

I use TSbrowse in this way

LOCAL aTipo := {"AC = Oil ","LL = Tires ","RE = Spare parts"}
....
....
ADD COLUMN TO oBrw;
HEADER "AC,LL,RE";
SIZE 106 PIXELS ;
DATA FIELDWBLOCK("NOT_ALR",SELECT(cNotDCaja));
ALIGN DT_LEFT,DT_LEFT,DT_RIGHT;
EDITABLE; // The NOT_ALR field is 2 Characters lenght
PICTURE "@!K";
MOVE DT_MOVE_NEXT
...
...
...
oBrw:SetData( 4,FieldWBlock("NOT_ALR",Select(cNotDCaja)),aTipo)

Thank you very much

Best regards

Posted: Mon Jul 09, 2007 5:46 pm
by James Bott
Armando,

>Could you test your TSBrowse lib CELLED with a COMBOBOX and let me know if you have no problem ?

I have never used editable cells with TSBrowse so I exepect I won't be of much help. And the fixes I made were for scrolling and key functions only.

I do remember some discussions by others of problems with Comboboxes awhile back. Perhaps you can search the messages and/or someone else remembers the problem and solution.

Also, you didn't tell us exactly what problem you are having.

James

Posted: Mon Jul 09, 2007 7:14 pm
by Armando
James:

Ok, no problem !.

Thanks

Posted: Fri Jul 27, 2007 3:44 am
by hua
James Bott wrote: I have also fixed some bugs and made the fix available on my website. I think the fixes are documented in the download. If you wish to add your modifications to this version I will put it up on my website so everyone has access.
James, here you'll find a zip file that has ammended/new files.

The zip file contains:
i. tsbrowse.prg - just one minor fix that I ported from TSBrowse 7.01 to your version of 6.13. The error will appear when both SuperHeader and horizontol bars are used (i.e. :lNoHScroll := .f.)

2. go.bat and sbrowsex.rmk - this files are just a make script to build the lib, albeit using Borland's make instead of rmake. To be placed at TSBrowse\Lib folder and run from there.

Posted: Fri Jul 27, 2007 1:54 pm
by James Bott
Hua,

Got it, thanks.

James