On Saturday 22 October 2011 16.05:19 Patrick Goupell wrote:
> Martin Schreiber <mse00000@...> writes:
> > On Saturday 22 October 2011 14.57:39 Patrick Goupell wrote:
> > > Is cellinfo.color the only item that needs to be set?
> > > 
> > > example:  cellinfo.color := cl_green;
> > > 
> > > Or do I need to do more?
> > 
> > No.
> 
> The beforedrawevent does not seem to do anything.  The background color
> never changes.
> 
"
        sgStatus.datacols.clear;
"
deletes all columns, the design time setting of onbeforedrawcell is lost.
Please add
"
        sgStatus.datacols [0].onbeforedrawcell:= @sgStatusOnBeforeDraw;
"
Martin
_______________________________________________
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk

Reply via email to