Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 12/22/21 in all areas

  1. Lars Fosdal

    List of most popular UI components for VCL

    I use only TMS VCL UI Pack and FastReports for VCL. The more third-party libs you use, the more dependencies you have on the next major upgrade, and the more testing you must do on the arrival of new versions of the libs. Less is more.
  2. Anders Melander

    List of most popular UI components for VCL

    Makes sense then. The learning curve is ...um... spectacular 🙂
  3. I don't know how anyone can live without DevEx!
  4. I'm preparing a new demo right now. It will also be part of the next release.
  5. Lars Fosdal

    Code feedback

    For algorithms to be maintainable and testable, they need to be separated from the UI. The UI can deliver inputs, but the math/logic needs to be black boxed seen from a UI perspective.
  6. David Heffernan

    tImageCollection in COM DLL - EXE needs manifest ???

    For example this 10 year old answer has example code https://stackoverflow.com/a/5133222/505088 I think I've made a few minor improvements to this over the years, but the code here works fine.
  7. David Heffernan

    tImageCollection in COM DLL - EXE needs manifest ???

    Not if the comctl v6 manifest hasn't been activated in your thread. You'll have comctl v5.8. You need to activate the comctl v6 manifest whenever your DLL is called and deactivate whenever it returns. Every function should activate on entry, deactivate on exit. I do this in my Excel com add in.
  8. Hi again Tim. I see in another thread that you've installed Image32 as part of SVGIconImageList. I suspect the problem lies there and you may need to temporarily uninstall SVGIconImageList and reinstalling Image32 before compiling the FMX sample apps. Otherwise, I'm not aware of anyone else having problems with compiling the samples.
×