Community
Participate
Working Groups
Currently we are not able to set gradient as the background for the Controls. The gradients are supported by the CTabFolder class only. Therefore we have to create complex workarounds in the code, i.e. support the gradients via images that is sometimes quite problematic.
Another accepted fix for this bug is the support of the 'null' color values as the 'transparent' colors
I set the 4.5 as a target for this bug in order to point that it is really important for the Platform UI component. Having the patch for the issue in place we will be able to improve the performance of the rendering the UI items as well as to remove from the code several 'ugly' workarounds that we have now. thanks a lot for your help, Daniel
(In reply to Daniel Rolka from comment #1) > Another accepted fix for this bug is the support of the 'null' color values > as the 'transparent' colors I've opened the separate bug 435384 for the support of the transparent colors. It should be simpler to implement and it will allow us to replace our workarounds that we have to use now Daniel
Resetting the target.. as this is an API change, if required we can consider this in 4.6
I think gradients work quite well on Linux/Gtk3, but I don't know if they are supported on Win32/Cocoa.. I'd be great to hear feedback from Win32/Cocoa devs.
SWT has now transparent support, not sure which ugly hack Daniel is referring too. Unfortunately Daniel left the project so I mark this bug as fixed .