We are using eclipse as IDE. We have integrated the Coverlow-Flash-Widget. Everything work’s fine except changing the background-color of the coverflow flash widget
http://vaadin.com/wiki/-/wiki/Main/Integrating%20Custom%20Flash%20Widget
Changing background-color of the coverflow flash widget is supposed to be straight forward. By changing the values of the following lines of code.
private String backgroundGradientStart = “FFFFFF”;
private String backgroundGradientEnd = “EEEEEE”;
This doesn’t work. Same issue with the “scrollbarVisibility” when set to false the scroll-bar is still visible.
private boolean scrollbarVisibility = true;
Please help…
Thanks