Adding something like my previous post about OnClick/DbClick on TStringGrid has gone, now I am also facing this:
Adding something like my previous post about OnClick/DbClick on TStringGrid has gone, now I am also facing this:
Inside the event onStringGrid1DrawColumnCell I put:
{ perform default drawing }
TGrid(Sender).DefaultDrawColumnCell(Canvas, Column, Bounds, Row, Value, State);
But DefaultDrawColumnCell has gone too.
Code is broken on Berlin, but was ok with Seattle.
Inside the event onStringGrid1DrawColumnCell I put:
{ perform default drawing }
TGrid(Sender).DefaultDrawColumnCell(Canvas, Column, Bounds, Row, Value, State);
But DefaultDrawColumnCell has gone too.
Code is broken on Berlin, but was ok with Seattle.
Instead of introducing that much breaking changes I wish they had opted for a complete new control.
ReplyDeleteI agree. I went from a huge migration from VCL to FMX with Seattle. It was painful. And BANG again FMX Seattle to FMX Berlin.
ReplyDeleteIt just make my time inefficient.
I agree we need to make thing to progress, but must be a less painful way to do it.
I ran into a TMS demo which used the OnClick handlers from the grid control as well. :(
ReplyDelete/customdraw
ReplyDeleteDavid Berneda ..what do you mean? I am sorry for not understanding
ReplyDeleteMagno Lima just /subscribing to this thread, I wrote customdraw to remind myself I have pending to find a way to custom draw on grid cells using the canvas, for Fmx in Berlin
ReplyDelete