Jump to content

mvisser

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. mvisser

    Feedback Request - FastReports vs ReportBuilder?

    I totally agree. I've also been working with Report Builder for 10+ years and found it to be a very valuable product. Same experience with the support provided so I would certainly recommend.
  2. mvisser

    VirtualStringTree image alignment in cell

    Custom drawing is indeed the way to go. You can use TVirtualStringTree.OnBeforeItemPaint event to do your custom drawing.
  3. Hey everyone 🙂 I've been looking into the Skia for Delphi library and it looks pretty nifty! There's one thing, however, I cannot figure out: I want to draw a Lottie animation in a CustomDraw-event of the TVirtualStringTree component. This CustomDraw-event, of course, works with a regular VCL TCanvas and I can't figure out how to achieve this. Bit of context: the TVirtualStringTree will be populate with nodes which represent background tasks. Depending on the status of a background task, the node will display a static image when the task is idle or a Lottie animation for as long as the task is busy. Any pointers are greatly appreciated!
×