Subject Problem with AutoLabels
Author Steve Fields
Jason,

The following situation arises:

1. Add a group of TIB_Edits to a form.
2. Make the autolabels model on the first TIB_Edit field.
3. Make one of the edit's label wider than the actual text area.
4. The label is tuncated to the same width.
5. Set the albTrimX to true it is still truncated.
6. Clear the model field and the label is now untruncated.
7. Set the model field again, it truncates again.
8. Set the albTrimX field on the model to true, IT untruncates.

None of the other edits will un-truncate unless they do
NOT have a model.

This came about because I was trying to place a group of
TIB_Edits in a group panel while setting the group panel font
to a larger, bold, different color. This would force the labels
on the edits to match the font settings. Setting th e parentfont
setting to false, of course, only sets the font of the text in
the TIB_Edit, not the label.

Steve Fields