01-30-2012 12:34 AM
I saw beta3 bring us dialog.
I create an OpenGL ES 1.1 Application project from project template, then use the dialog code from SDK doc(which works well in a minimal screen project), all the initiation seems work but cannot get the dialog show.
what might be the problem?
thank you!
01-30-2012 11:26 AM
Have you looked at the keyboard sample?
https://github.com/blackberry/NDK-Samples/tree/mas
It combines a dialog for keyboard input and gl rendering, Let me know if you have further issues with this.