Hello Everyone,
I have a strange problem and was wondering if anyone may have any thoughts.
If I try any of the GLUT demos which go to
google.com, the search edit control has a blinking cursor.
In my implementation, however, I do not get a blinking cursor. In fact there is never any cursor in any edit controls...
In the demo one can see periodic onPaint() updates refreshing the blinking cursor. In my case, nothing is coming in. As if the berkelium window doesn't have keyboard focus...
I did a lot of exploration before posting and I can't think of anything that would be the reason for this. The only thing I can think of is that my berkelium instance is not created from the main UI thread of my application, however, I also fail to see how that would be related since berkelium window instances live in separate processes...
Any thoughts?
Thanks,
Anton