Hello,
I am using smartGWT3.0 pro / GWT 2.3.0
In the past when I used smartGWT 2.4 pro, things worked as expected, but now, when I use setSupportsTransparency(), I get an error (only when using development mode), in production the color picker is not displayed at all.
Attached is the error I get.
And here is the simple code that I have.
If I comment the supports transparency property, then a similar error occurs for default pick mode, and finally if this is commented out, it works well but without the two properties I want!
Help please!
Thanks! You are building a great product, congratz.
I am using smartGWT3.0 pro / GWT 2.3.0
In the past when I used smartGWT 2.4 pro, things worked as expected, but now, when I use setSupportsTransparency(), I get an error (only when using development mode), in production the color picker is not displayed at all.
Attached is the error I get.
And here is the simple code that I have.
Code:
ColorPicker retColorPicker = new ColorPicker(); retColorPicker.setSupportsTransparency(true); retColorPicker.setDefaultPickMode("complex"); retColorPicker.setDefaultColor(null != bgColor ? bgColor : "#FFFFFF"); ...
Help please!
Thanks! You are building a great product, congratz.
Comment