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

Using text controllers on a read-only object.



Q. I can't get the font and size controllers to work with a GenText
   I have in a small app I'm working on. The GenText is just a
   display text, so it's GI_attrs is set GA_READ_ONLY.

A. Remove the GA_READ_ONLY. This makes the FontControl and
   PointSizeControl disabled.