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

Dialog at the bottom of the screen.



Q. I have a GenInteractionClass object that I wish to display at the
   bottom of my application's view on the Zoomer (similar to the way
   the pop-up keyboard works). What HINT/ATTR would allow me to make
   the bottom of this object align to the bottom of the screen?

A. HINT_POSITION_WINDOW_AT_RATIO_OF_PARENT = {
        SWSS_RATIO|PCT_nn, SWSS_RATIO|PCT_nn
   };
   where 'nn' (from PCT_nn) is a multiple of five from 0 to 100.