Article # 698, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
How to make small dialog with triggers inside it.
Q. I want to make a dialog on the Nokia 9000 that is flush with the right side of the screen, such that the triggers are in the dialog itself, rather than drawn next to the dialog. How do I do this? A. You'll need to make your dialog a GIV_POPUP dialog, instead of just a plain dialog. Second, you'll need to make the dialog not user initiable and display it with UserDoDialog() or MSG_GEN_INTERACTION_INITIATE.