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

Making a Gen object large enough, but not too large.



Q. How do you set the "desired" width for a GenText object? Specifically,
   I'd like to be able to have a GenText that is roughly 500 pixels wide,
   but never so wide as to push the GenInteraction it is inside of off of
   the screen (i.e. forced to shrink on the Casio Z-7000/Tandy Z-PDA).

A. This will cover both requirements:
	HINT_INITIAL_SIZE = { (SST_PIXELS | 500), 0 },
	HINT_MAXIMUM_SIZE = { (SST_PERCENT_OF_FIELD_WIDTH | PCT_100), 0 };