Re: [Harbour] New TBROWSE class

2008-04-13 Thread Lorenzo Fiorini
On Fri, Apr 11, 2008 at 3:42 AM, Przemyslaw Czerpak <[EMAIL PROTECTED]> wrote: I've found an issue when there is a freeze. I've modified tb2.prg to work with cl53b and renamed tb3.prg. Set the freeze to 2 typing 2 go to last col with Ctrl+Home than return to the first using Ctrl+Home and see the

Re: [Harbour] New TBROWSE class

2008-04-12 Thread Teo Fonrouge
On Friday 11 April 2008 12:32:14 am Teo Fonrouge wrote: [snip] Przemek, Just a little request, in the :doConfigure() method, I think that we need to use the value of oCol:width if it is not NIL, this is to allow a combination of a oCol:block that can return a empty string in this stage *but* o

Re: [Harbour] New TBROWSE class

2008-04-12 Thread Teo Fonrouge
On Thursday 10 April 2008 08:52:18 pm you wrote: > On Thu, 10 Apr 2008, Teo Fonrouge wrote: > > Using the last tbrowse version that you just send I still have found > > problems regarding of size & position of cells, for illustrate this > > problems, I took the liberty of change a little your sampl

Re: [Harbour] New TBROWSE class

2008-04-11 Thread Teo Fonrouge
On Thursday 10 April 2008 04:45:42 pm Przemyslaw Czerpak wrote: > On Thu, 10 Apr 2008, Teo Fonrouge wrote: > > Przemek, > > I've found just a visual issue, attached is a screen-shoot showing a > > wrong behavior regarding the columns width when moving the cursor > > vertically. As you'll see, the f

Re: [Harbour] New TBROWSE class

2008-04-11 Thread Teo Fonrouge
On Wednesday 09 April 2008 05:14:12 pm Przemyslaw Czerpak wrote: > Hi All, > > I'm attaching new TBROWSE class. > This new implementation though borrowed from previous Harbour version > some methods code like NTOP(), NBOTTOM(), NLEFT(), NRIGHT(), BORDER(), > MESSAGE() which recently Victor Szakats

Re: [Harbour] New TBROWSE class

2008-04-11 Thread Mindaugas Kavaliauskas
Hi, If possible then I would like to ask all of you to make tests with this new class and your code. It will be the best if you have some original Clipper code not updated to work also with Harbour or xHarbour. If sth will be wrong then please inform me. If all will work correctly then I'll rep

Re: [Harbour] New TBROWSE class

2008-04-11 Thread Przemyslaw Czerpak
> Using the last tbrowse version that you just send I still have found problems > regarding of size & position of cells, for illustrate this problems, I took > the liberty of change a little your sample and attached it as tb2.prg > please try it and modify/reorder the items in the array in the

Re: [Harbour] New TBROWSE class

2008-04-11 Thread Przemyslaw Czerpak
On Thu, 10 Apr 2008, Teo Fonrouge wrote: > Przemek, > I've found just a visual issue, attached is a screen-shoot showing a wrong > behavior regarding the columns width when moving the cursor vertically. > As you'll see, the first column 'invades' the second column for the total > width of the fi

[Harbour] New TBROWSE class

2008-04-10 Thread Przemyslaw Czerpak
Hi All, I'm attaching new TBROWSE class. This new implementation though borrowed from previous Harbour version some methods code like NTOP(), NBOTTOM(), NLEFT(), NRIGHT(), BORDER(), MESSAGE() which recently Victor Szakats added. I also took some Victor's comments. Victor I didn't take colors relat