Article # 398, added by Geoworks, historical record
| first | previous | index | next | last |

Avoiding the floating keyboard.



Q. What's the HINT/ATTR/inst-var to avoid bringing up the floating
   keyboard?

A. ATTR_GEN_WINDOW_KBD_OVERRIDE: you can set it in the GenApplication
   or popup/dialog GenInteraction. The three settings for this attr
   are:

        KO_NO_KEYBOARD - no floating keyboard will be made available
        for any of the children in this window.

        KO_KEYBOARD_REQUIRED - forces the a floating keyboard to be
        brought up whenever this window comes on-screen.

	KO_KEYBOARD_EMBEDDED - means that the application is providing
        a keyboard, so no floating keyboard is needed.