Portability between screen sizes
Screen layout can be in pixels, or in Progress Character Units (PCUs)
PCU height = height of fill-in using default system font
PCU width = average width of character in default system font
Using PCUs for screen layout assures most possible portablity
Still not as much flexibilty as I want!