Subject | TIB_SessionProp and setting colors |
---|---|
Author | Steve Fields |
Post date | 2002-02-17T19:38:59Z |
Hi All,
I have a small form that allows the users to change the basic colors
in TIB_SessionProp. They also change the colors in TIB_Grid(s). It
passes parameters for the grid colors but works with a passed value
of the SessProp:
MyProc(Prop : TIB_SessionProp;var OrderColor, CurrentColor : TColor);
Is there any way to set the colors on the fly (by user settings) and
have them show immediate change when returning. Now when there
is a change and a return to the form nothing changes until I close the
program and restart it(?). (The grid I can change by refreshing the records)
Thanks,
Steve Fields
I have a small form that allows the users to change the basic colors
in TIB_SessionProp. They also change the colors in TIB_Grid(s). It
passes parameters for the grid colors but works with a passed value
of the SessProp:
MyProc(Prop : TIB_SessionProp;var OrderColor, CurrentColor : TColor);
Is there any way to set the colors on the fly (by user settings) and
have them show immediate change when returning. Now when there
is a change and a return to the form nothing changes until I close the
program and restart it(?). (The grid I can change by refreshing the records)
Thanks,
Steve Fields