Subject | Re: [IBO] new AutoLabel property for TIB_Edit |
---|---|
Author | Paul Gallagher |
Post date | 2001-01-06T17:22:04Z |
Great work Tobias! You made it look easy.
One more suggestion. Remove the colon from the label, or make it an option.
Since you are deriving the font properties from the model, that should be
fine. It would also be very helpful to display the labels at design time, so
that the designer can see how to move things around for design purposes. The
IB_Grid is already like that, in that if the dataset is prepared, you can
see the labels.
As far as not seeing anything until it is prepared, I guess We'll just have
to live with that.
There seems to be a slight problem with the RelativePosition property. A
large negative number is required. I would suggest that this be a positive
number, and should be the spacing from the IB_Edit.
This is really a great enhancement to IBO, and one that I have been desiring
for a long time. After this is perfected, maybe it should be added to the
other components, such as IB_LookupCombo?
Paul Gallagher
One more suggestion. Remove the colon from the label, or make it an option.
Since you are deriving the font properties from the model, that should be
fine. It would also be very helpful to display the labels at design time, so
that the designer can see how to move things around for design purposes. The
IB_Grid is already like that, in that if the dataset is prepared, you can
see the labels.
As far as not seeing anything until it is prepared, I guess We'll just have
to live with that.
There seems to be a slight problem with the RelativePosition property. A
large negative number is required. I would suggest that this be a positive
number, and should be the spacing from the IB_Edit.
This is really a great enhancement to IBO, and one that I have been desiring
for a long time. After this is perfected, maybe it should be added to the
other components, such as IB_LookupCombo?
Paul Gallagher
> > What about the label font? Are there properties for that?
> > There should be THREE choices for the label caption.
>
> I am still considering how to implement additional options. I wonder how
> many new properties just for the label Jason will tolerate ;=)
>
> Your requests will add two more properties which might be ok. Obviously I
> can't add all the properties that a label has here, so you'll need to do
> really fancy stuff with separate labels.
>
> To allow more properties to be customized, I could add a property such as
> 'MakeItLike'. You'd have one label in your preferred style, and all
> AutoLabels would become like the one you've made manually as a model.
>
> The vote is now 3:1 in favor of long property names ... so I would suggest
> these new properties:
> AutoLabelCaption
> AutoLabelMakeLike (or AutoLabelModel? ... how do you say that in English?)
>
> Maybe we can do without the font property because it's set thru the model?
>
> Cheers,
> Tobias
>
>
>
>
>
>