Hello,
I build my first SDL Plugin with the IntegrationAPI. I have created a view with a Listview and two Textboxes on it. The problem I have: When I select items in the Listview and click for example in one of the textboxes, the (blue) selection of the Listview seams to get lost. If I click back in the Listview the selection becomes visible again.
The same problem when I select text of a textbox an click somewhere else. The selection become invisible but the selection itself stays intact.
Whats the problem of this? Any ideas?