TSBrowse v6.13 update now available

TSBrowse v6.13 update now available

Postby James Bott » Wed Jan 31, 2007 6:26 pm

I have made some minor changes to TSBrowse so that it now supports the ord functions in the (x)Harbour NTX RDD. This fixes the scrollbar when ordScope() is being used. You can download the update here:

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

The only file that has been changed is TSBROWSE.PRG, so you can just recompile this and add it to your existing LIB (if you already have one).

James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Postby Kleyber » Wed Jan 31, 2007 10:23 pm

James,

Very good job. As a user of TSBrowse version 6, I have found a problem with vertical scrollbar that I never found a real solution. The problem is when you use the vertical scrollbar down or up, it just does not work. Have you seen something about it?

Best Regards,
Kleyber Derick

FWH / xHb / xDevStudio / SQLLIB
User avatar
Kleyber
 
Posts: 581
Joined: Tue Oct 11, 2005 11:28 am
Location: São Luiz, Brasil

Postby Silvio » Wed Jan 31, 2007 10:41 pm

it have xp ans office style ?
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby James Bott » Thu Feb 01, 2007 8:56 am

Kleyber,

Are you saying the vertical scrollbar doesn't work in my revision or in the original 6.0 version? I made modifications to get the scrollbar working. Perhaps it still doesn't work with all RDDs.

James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Postby James Bott » Thu Feb 01, 2007 8:58 am

Silvio,

>it have xp ans office style ?

I'm not sure what your question is. TSBrowse is just a browse class. It can be configured to look lots of different ways. My fixes are just to get the vertical scrollbar working.

James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Postby Kleyber » Thu Feb 01, 2007 12:01 pm

James,

I'll take a look in your version of TSbrowse.

Thanks and Best Regards,
Kleyber Derick

FWH / xHb / xDevStudio / SQLLIB
User avatar
Kleyber
 
Posts: 581
Joined: Tue Oct 11, 2005 11:28 am
Location: São Luiz, Brasil

Postby Nop » Thu Feb 01, 2007 1:13 pm

hi, what´s difference in tsbrowse, twbrowse and tcbrowse?
User avatar
Nop
 
Posts: 107
Joined: Tue Apr 11, 2006 4:36 pm
Location: Uberaba/Brazil

Postby James Bott » Thu Feb 01, 2007 5:01 pm

Nop,

>hi, what´s difference in tsbrowse, twbrowse and tcbrowse?

Pages and pages could be written about this. TWBrowse is the simplest version. It is easy to use but has limited capabilities.

TCBrowse is a subclass of TWBrowse. It adds a number of capabliities including column objects.

TSBrowse was build using code from both of the above and it adds many more capabilities, like headers and footers, more color capability including gradients and colors for each cell, ability to set line height, and lots more. See the documention for more details.

There are also at least two other browses that I am aware of, Hernan's advanced version of TWBrowse and FW's own TXBrowse. I have never used either of these so I can't provide any information on their capabilities.

James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Postby Kleyber » Tue Feb 13, 2007 12:08 am

James,

I have tested your TSbrowse version and now the vertical scrollbar problem is gone!!! Fantastic job!! Congratulations!! I was waiting for this fix a long time ago.

Thanks again and Best Regards,
Kleyber Derick

FWH / xHb / xDevStudio / SQLLIB
User avatar
Kleyber
 
Posts: 581
Joined: Tue Oct 11, 2005 11:28 am
Location: São Luiz, Brasil

Postby James Bott » Tue Feb 13, 2007 12:25 am

Kleyber,

Thanks for the response. I can't take all the credit as Enrico and I worked on this together.

James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Postby Kleyber » Tue Feb 13, 2007 12:40 am

Thanks for the response. I can't take all the credit as Enrico and I worked on this together.


So, thanks to both of you. :D

Best Regards,
Kleyber Derick

FWH / xHb / xDevStudio / SQLLIB
User avatar
Kleyber
 
Posts: 581
Joined: Tue Oct 11, 2005 11:28 am
Location: São Luiz, Brasil

Postby Armando » Tue Feb 13, 2007 1:02 am

Mr. James:

Do you have a little sample using COMBOBOX on TSBROWSE ??
it would share it with me?

It will be appreciated
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
User avatar
Armando
 
Posts: 3184
Joined: Fri Oct 07, 2005 8:20 pm
Location: Toluca, México

Postby James Bott » Tue Feb 13, 2007 5:35 am

Armando,

Sorry I don't and I don't know if it can be done or not. I rarely build data entry into browses, I think it is much better done in dialogs except for a few exceptions.

Perhaps someone else knows?

James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Postby Enrico Maria Giordano » Tue Feb 13, 2007 8:05 am

James Bott wrote:Kleyber,

Thanks for the response. I can't take all the credit as Enrico and I worked on this together.

James


Really? I don't remember... :(
User avatar
Enrico Maria Giordano
 
Posts: 8600
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Postby Enrico Maria Giordano » Tue Feb 13, 2007 8:09 am

Armando wrote:Mr. James:

Do you have a little sample using COMBOBOX on TSBROWSE ??
it would share it with me?

It will be appreciated


Do you mean, pressing Enter on a cell and a combobox will temporary replace the cell? If yes, you can (relatively) easy create a combobox in runtime (@ row, col COMBOBOX etc.) and move/resize it to fill che cell.

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8600
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Next

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 45 guests

cron