WebKit gets blank when clicking on the menu toolbar
Posted
by Miguel Ángel Ortuño
on Stack Overflow
See other posts from Stack Overflow
or by Miguel Ángel Ortuño
Published on 2010-05-11T07:58:14Z
Indexed on
2010/05/11
8:04 UTC
Read the original article
Hit count: 216
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.
© Stack Overflow or respective owner