RowBGColorCalculation waring

I get the following warning in servoy 5.1:
RowBGColorCalculation of form ‘FORMNAME’ is linked to an entity that doesn’t exist.

In the property of the form, the rowbgcolorcalculation is recognized.

What does this warning mean and how can I solve it?

Leendert:
I get the following warning in servoy 5.1:
RowBGColorCalculation of form ‘FORMNAME’ is linked to an entity that doesn’t exist.

In the property of the form, the rowbgcolorcalculation is recognized.

What does this warning mean and how can I solve it?

What do you have as rowBGColorCalculation? What happens if you Clean the projects, do still get the warning back ?

My calculation for the rowbgcolor

function rowbgcolorLst(index, selected, elementType, dataproviderID, edited)
{
//var index = arguments[0];
//var selected = arguments[1];

if (selected)
{
	return '#91a6db';
}
else
{
	return '#f5e6bd';
}
}

When I clean the projects, the warnings get back.

Not sure what goes wrong here, can you open a case and specify some steps to reproduce the issue ?

I have the same problem, did you guys get anywhere with this?

Probably handled in
http://www.servoy.com/forum/viewtopic.php?f=1&t=13616&start=0&st=0&sk=t&sd=a
It’s a bug that will be fixed.

Regards
Birgit

birgit:
Probably handled in
http://www.servoy.com/forum/viewtopic.php?f=1&t=13616&start=0&st=0&sk=t&sd=a
It’s a bug that will be fixed.

Regards
Birgit

You’re right. I’ve logged case 278597. It will be fixed in the next release of Servoy.