AdvSearchList

Hello,


I've a little problem with AdvSearchList in combination with a TPanel: ?Cannot focus a disabled or invisible window?

Steps to reproduce:

- Place a TPanel on a Form
- Place a TAdvSearchList in the Panel

In the AdvSearchList OnDblClick procedure, do a "Panel1.Hide"

The Panel will hide, but a ?Cannot focus a disabled or invisible window? raises.

Any ?dea how to avoid this?

Kind regards

Andreas

Before you do the Panel1.Hide, can you do a SetFocus to another control?

Same behaviour if I do a SetFocus to another control (regardless if this control is inside the panel or outside)

We traced & solved this issue. The next update will address this.

Thank you!