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