Expand my Community achievements bar.

Problem setting the fillColor on dynamic tables using javascript

Avatar

Former Community Member
I try to set the background color on some text fields that I put in a dynamic table. When I set the border color, everything works fine, but not with the fillColor. If I set the fillColor for the enter event for example, the field will only get a colored border, and when I click another field, the field turns completely colored. If I set an exit event with a different color, the field flickers before changing back to white. This happens in dynamic tables only. I am using Designer 8 on Windows XP. This problem has been confirmed by others, and in different forms.
2 Replies

Avatar

Former Community Member
this.border.fill.color.value = "value" works for me

value is in 255,255,255 rgb format

Avatar

Former Community Member
I tested this, and I still have the same flickering.