Listview and current record

I finally had time to (re)start looking at the 2.2 release.
It definatly fixes the issues I had with the change of behavior with relations. Many thanks for that!

When importing some solution I made in 2.1.2 into 2.2 I noticed the following:
Listview doesn’t show the current record anymore on the left side.
This causes the layout to move to the left and thus doesn’t line up anymore with the previously defined header parts.
Ofcourse it also misses the feedback to the user what the current record is. This means we have to use the rowBGColorCalculation property for this. (not an issue)

Should I re-align all my headers or is this a bug and will be fixed in the next version?

Also the header and title header have extra white space on the right of the layout. Just above the handle to resize the (title) header part.

Servoy Developer
Version R2 2.2rc5-build 323
Java version 1.4.2-38 (Mac OS X 10.3.9)

UPDATE:

It seems that the current record ‘area’ is painted on the row itself.
When you use rowBGColorCalculation then this gets painted over by the color from the calculation.

So when you don’t use a rowBGColorCalculation you do see what the current record is.

I might have been seeing things. :shock:

Right now I do see the current record mark with rowBGColorCalculation used.
So false alarm. :oops: