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

Using the HINT_SIZE_WINDOW_AS_RATIO_OF_.. hints.



Q. Every time I use HINT_SIZE_WINDOW_AS_RATIO_OF_(PARENT or FIELD),
   my window is larger than the screen. My PCT_xx values are far
   less than 100. I am using them on GenInteractions.

A. Make sure to use SWSS_RATIO like this:
	HINT_SIZE_WINDOW_AS_RATIO_OF_PARENT = {
		( SWSS_RATIO | PCT_40 ),
		( SWSS_RATIO | PCT_60 )
	};