Hi Ed,

I think we're doing exactly what C5.3 does now.
The problem you mentioned should be resolved by
using '::nThumbPos :=' direct assigment, instead
of '::ThumbPos :=' previously, where the latter
was interfering with ::lOverride as you've mentioned.

Brgds,
Viktor

On 2008.05.13., at 4:03, Edmer wrote:


Thanks Viktor for the updates in scrollbr. BTW, I think we also need to
change the line in CalcThumbPos() method that contains:

  IF !::lOverride

to:

  IF ::lOverride

or we could just remove all references to lOverride as ::nThumbPos always
needs to be re-computed inside CalcThumbPos() method.


Cheers,

Ed

--
View this message in context: 
http://www.nabble.com/CHANGELOG%3A-2008-05-12-11%3A54-UTC%2B0100-Viktor-Szakats-%28harbour.01-syenar-hu%29-tp17184480p17199635.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to