object properties in list view

If I set a property like button or label bgcolor when some variable is changed (the invoice is done, i.e.) it works fine in the form view, but it does not in the list view, where the element change its property in all records.
Should be possible, in list view, to have every object property shown for every record?

luigi

the element-propertie is indeed form based and not record based.

You can create a calculation which returns what you want, or look here: http://forum.servoy.com/viewtopic.php?t=3127&highlight=

HJK:

Does this have something to do with the fact that the bgcolor formula for servroy only works in table view and not in list view?

In list view it’s only highlighting the r0w behind the fields on the form, not the fields themselves.

In table view everything works perfectly!

Thanks!

this is how it works.
In tableview we have to color everything or you wouldn’t see a thing.
In listview this isn’t needed. Because if we color the background then this is visible enough. If we would do everything then it would look ugly if you ask me. One big XXX color rectangle.