Jump to content

Leaderboard


Popular Content

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

  1. Remy Lebeau

    how to flush buffers on Indy components

    FYI, your use of the TIdIOHandler.ReadFromSource() method is just mirroring what the public TIdIOHandler.CheckForDataOnSource() method does internally, so you don't really need your TIdIOHandlerHelper class at all, just use CheckForDataOnSource(1) instead of ReadFromStack(False, 1, False).
  2. Uwe Raabe

    Compiling a component for Win64

    You need separate packages for runtime and design.
  3. Uwe Raabe

    MultiDisplay : choose specific display on boot

    It works as expected when I place the following code in FormCreate: var displayIndex := Screen.DisplayCount - 1; var display := Screen.Displays[displayIndex]; SetBoundsF(display.Workarea.Left, display.Workarea.Top, Width, Height);
  4. Nicolò Blunda

    Scale hidden object

    FInd the solution! It is necessary to keep Object always in visible state and act on Opacity parameter: Object.Opacity:= 0 to hide Object and Object.Opacity:=1 to show it..
  5. Fritzew

    Community Edition expiring again, no new keys

    You are using it for free. What ever they decide to do with her work is only up to them. Why do you think there are rights on your side? For sure the communication could be better. But... use a commercial version and be a customer and not a consument....
  6. Der schöne Günther

    How do I update the sqlite dll in RAD Studio?

    I would have considered going to quality.embarcadero.com - But it's been down again since yesterday 😉
  7. Der schöne Günther

    How do I update the sqlite dll in RAD Studio?

    Yes, fancy things like these were exactly why I updated 😊 🎉 It already works fine in my application by setting the driver link settings to "dynamic" (as you mentioned). I just wish the IDE would also be capable of that. Instead of being tied to an outdated version of sqlite that is baked into it. There really is no reason to do that, it's a very strange design decision.
×