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

VisLargeText region array information.



Q. Is the region array information preserved across saving/loading of
   documents? Or does this information get rebuilt like the line
   array? (This is regarding a VisLargeText object.)

   If the region array needs to be rebuilt, how do I tell the text
   object to do that?  The line array is rebuilt automatically if the
   text object has a NULL for VTI_lineArray. However, if
   VLTI_regionArray is NULL, I get the fatal error:
   VIS_TEXT_LARGE_OBJECT_MUST_HAVE_REGION_ARRAY.

A. Call MSG_VIS_TEXT_CREATE_STORAGE passing regionFlag as non-zero to
   create regions.