Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 04/28/25 in Posts

  1. dummzeuch

    Setting a TSplitter position at runtime

    You must set the height of the memo with alBottom. Everything else will adjust automatically (unless the splitter acts up then it will be moved above the memo with alClient 😞 in that case you can hopefully set the splitter's top position to move it back between the memos where it belongs).
  2. Carlo Barazzetta

    TTaskDialogs not working with Delphi Styles

    My Styled Dialogs uses internally my StyledButtons that are full VCL Styles compatible. You can also use dialogs with animations using Skia4Delphi: https://ethea.it/docs/styledcomponents/TStyledTaskDialog.html
  3. Again, appA MUST use startActivityForResult() in order to receive TMessageReceivedNotification with the result from appB.
  4. Anders Melander

    Is there a Trackbar that has two sliders?

    The PegTop track and range bars are quite nice and easy to use: https://www.pegtop.net/delphi/components/common/screenshots.htm ...and there's couple in the SO post: https://stackoverflow.com/questions/4387690/component-similar-to-trackbar-to-enter-a-range-of-values ...and if you can wait a week or so I will be releasing one of my own (based on Graphics32 though). I have the track bar part completed so I'm starting on the range bar part now. DevExpress also has a range bar and I believe TMS has one too. Personally, if I weren't writing my own 🙂, I would go for the PegTop range bar; I have used it with success in many projects.
  5. FYI: https://probablydance.com/2018/06/16/fibonacci-hashing-the-optimization-that-the-world-forgot-or-a-better-alternative-to-integer-modulo/ -tee-
  6. What is wrong with the world of Delphi programmers that in 2025 there are still people who can't understand the difference between text and bytes? The article you link to goes on and on about text but your data is bytes. Why not just use the correct data type?
×