Article # 343, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
Floating windows on the OmniGo.
Q. I cannot get the GenPrimary to be a floating window (like you can in Ensemble or like Clip & Go. How can I do this? A. On the OmniGo, GenPrimary is forced to be full-screen no matter what. To get around this, you will have to make a GenInteraction (GIV_DIALOG) and use that as the floating window. If you wish to make the GenPrimary hidden so your application is only represented by a floating window, attach (GI_comp) the dialog box to the GenApplication object. In MSG_GEN_PROCESS_OPEN_APPLICATION, send MSG_GEN_INTERACTION_INITIATE to the dialog box (and make the dialog box GIA_NOT_USER_INITIATABLE).