Subject | RE: [IBO] Using colorscheme |
---|---|
Author | Helen Borrie |
Post date | 2003-05-13T14:45:17Z |
At 03:33 PM 13/05/2003 +0300, you wrote:
colour change in the IB_components to take effect. Then add your code to
simply copy the (newly current) colour of an IB_component. You should not
then have to check separately for the dataset state.
At least try it, if just to prove me wrong.
Helen
>Thanks for a research.I still think you must call Inherited *first*, since this will cause the
>As I have only one such control in couple of forms, then the easiest
>solution is to put checks to OnStateChanged event and write
>if(state=dssEdit)
> c->color=...
>etc.
>
colour change in the IB_components to take effect. Then add your code to
simply copy the (newly current) colour of an IB_component. You should not
then have to check separately for the dataset state.
At least try it, if just to prove me wrong.
Helen