Hello,
I have attached a project that shows an erroricon for a checkbox. This error icon shows for the textbox but not for the checkbox using an error hint.
The error condition for the checkbox is when it is checked and for the textbox whenever it is changed.
Why is my error icon empty for a checkbox and not for the textbox?
Kind regards,
Michael.
I would like to add that I have encounted a similar problem with the TcxComboBox not showing the erroricon.
Hello Michael,
Thank you for your report. I have reproduced the described behavior and forwarded this ticket to our developers for research. It seems that this problem is caused by the TcxCheckBox.Transparent property.
As for the TcxComboBox control, I was not able to reproduce a similar problem because this control does not have a public Transparent property. I suggest that you create a separate question regarding the TcxComboBox control and provide a similar example there. We will examine the issue and do our best to find a solution.
I have revisited the TcxCombobox and found that it was a similar problem with the bitmap. Since I copied the error icon when it was already transparent it wouldn't show. Without the checkbox in the project it works just fine.