Subject | Re: [IBO] Bug in 4.5Ai with color in TIB_LocateEdit (and resolved) |
---|---|
Author | jdoscom |
Post date | 2005-02-01T18:25:15Z |
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
the searchingcolor.
I add:
SysStateChanged;
Then, the color is correct in locate type.
Jason, what is your opinion?
> At 05:28 PM 28/01/2005 +0000, you wrote:the
>
>
> >Hello,
> >
> >In the 4.3 version, when I put a TIB_LocateEdit object and the
> >dataset is unprepare or browse state, the color was clAqua. Now
> >color is the color session (gray or white) and is not correct.to be the
>
> The default color for Browse state was never clAqua. clAqua used
> SearchingColor.No, in browse state the locateedit is active, then the color must be
the searchingcolor.
>amending the
> >How can I change the source code for resolve this item?
>
> As ever - by dropping a TIB_SessionProps onto your form and
> XXXColor properties.default
>
> If you read the 4.5 release notes, you will discover that the
> colors have changed, too - they are now less bright versions ofthe
> previous default colors. The SearchingColor, for example, is nowa lighter
> shade of aqua.I have change the source code in ib_controls.pas 1703 line:
>
> Helen
I add:
SysStateChanged;
Then, the color is correct in locate type.
Jason, what is your opinion?