Problems with 2.2RC4

Hello,

my first impressions on RC4:

  1. Table views are “fixed”, that means that columns cannot be resized and disabling the horizontal scrollbar doesn’t have the effect, that the table fills the form width

  2. A method like this

var kontakte = new Array();

for ( var i = 1 ; i <=  kontakte_dokumente_to_kontakte.getSize(); i++ )
{
	var record = kontakte_dokumente_to_kontakte.getRecord(i)
	kontakte[i-1] = record.kontakte_to_spotlight.name_komplett_anrede;
}

kontakte = kontakte.toString();
kontakte = kontakte.replace(',', ', ');

return kontakte;

showed something like “Mr. Bean, Mr. Sausage” in the past, now its shows “[Mr. Bean, Mr. Sausage]” and “” when the array above is empty.

  1. I am getting cryptical errors on calculations, that have not been there before, like this one:

Invalid JavaScript value of type org.mozilla.javascript.WrappedStringBuffer

Aaaah :?

Regarding 3rd, this is where I get the error:

var nummerGesamt = vl + '-' + vo + '-' + n
if (!nummerGesamt) // here I get the error
{
    return;
}

The error occurs when evaluating if (!nummerGesamt) where nummerGesamt contains the String “0049-08143999-0” at the point.

Regarding 1st, I have to read the release notes, shame on me. It is quite a pain, though, thorugh walk through all table views… But I will do that now.

Having the same problem with .toString.

Is breaking all my getDatasetByQuery 's where I work with select… where IN(?,?,?)

Please correct ASAP

THX

Fixed in Servoy 2.2 rc5