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.

Comments

  1. Instead of introducing that much breaking changes I wish they had opted for a complete new control.

    ReplyDelete
  2. I agree. I went from a huge migration from VCL to FMX with Seattle. It was painful. And BANG again FMX Seattle to FMX Berlin.

    It just make my time inefficient.

    I agree we need to make thing to progress, but must be a less painful way to do it.

    ReplyDelete
  3. I ran into a TMS demo which used the OnClick handlers from the grid control as well. :(

    ReplyDelete
  4. David Berneda ..what do you mean? I am sorry for not understanding

    ReplyDelete
  5. Magno 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

Post a Comment