Jump to content

Leaderboard


Popular Content

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

  1. dummzeuch

    ISO8901: Week numbers and year

    Fixed it. Also added unit tests for this (I could have sworn I already had some. Another faulty thing: My memory.)
  2. Anders Melander

    32bit bitmap

    Yes but it's a nasty mess. Better than nothing I guess.
  3. Anders Melander

    32bit bitmap

    If you're using Delphi 7 then you will have to use 3rd party components. For example Graphics32 - and better hurry because I plan to drop support for Delphi 7 in Graphics32 the first chance I get.
  4. Anders Melander

    32bit bitmap

    Works fine for me. Here's a form with two TImage controls, one overlapping the other. The top one contains a 32-bit bitmap with alpha, the bottom a PNG. I have set Image1.Transpartent=False and Image1.Picture.Bitmap.AlphaFormat=afDefined (at run-time) for the bitmap.
×