Page 1 of 1
black border in JQComboBox

Posted:
08 Nov 2013 13:02
by raulevm
Hi,
I use version 1.7.0.3088. The edges of the component in question are always black and does not change when you select another topic. In previous versions the edge is changed according to the chosen layer. Attached image
thanks in advance
Re: black border in JQComboBox

Posted:
08 Nov 2013 13:22
by Alexander Bulei
Hi,
Provide us more information:
- IW version
- Browser
Best Regards.
Re: black border in JQComboBox

Posted:
08 Nov 2013 13:34
by raulevm
Hi,
thanks for responding..
My intraweb version is 14.0.21 with Firefox 24 and IE8. The problem is the same in both browsers.
Re: black border in JQComboBox

Posted:
16 Dec 2013 12:45
by raulevm
Dear, I updated to the latest version and the problem persists.
thanks
Re: black border in JQComboBox

Posted:
16 Dec 2013 13:25
by Jorge Sousa
Hello
You should use TIWCGJQComboBoxEx
TIWCGJQComboBox is a direct descendant from TIWComboBox, only implementing jqueryui theme styles
Re: black border in JQComboBox

Posted:
16 Dec 2013 13:39
by Alexander Bulei
Hi raulevm,
raulevm wrote:Dear, I updated to the latest version and the problem persists.
thanks
Intraweb introduced new RenderBorder property in StyleRendeOptions.
Please set
delphi code
StyleRendeOptions.RenderBorder := False;
We have also fixed that in 1.8.0.3237.
Best Regards.