tags:

views:

10

answers:

0

Hi y'all.

I've embebed a WebKit view into a modal dialog using Carbon and appereantly everything works fine. However there's a little problem. When I click on the menu toolbar the view gets completely blank getting visible only when I interact with it. Seems like the control stops reciving the 'paint window' event when I call MenuSelect function. All the events are managed by the parent window because of the nature of the application (videogame).

Does anybody know what this behaviour is due to and how can I avoid it?

Thanks for all.