Jump to content

Uwe Raabe

Members
  • Content Count

    2543
  • Joined

  • Last visited

  • Days Won

    147

Everything posted by Uwe Raabe

  1. Uwe Raabe

    Panels and alignment

    Another answer can be found on StackOverflow (although for alTop) Delphi: How to programmatically adjust visual ordering of components with align = alTop
  2. Uwe Raabe

    Async/Await with updating visual controls

    In addition I would pre-calculate the timestamp (Now) inside the thread. Otherwise you'll get the time stamp when the main thread handles the call. Not sure if this is actually significant, though.
  3. I am reluctant to write the trivial case, but it won't execute if just no exception bubbles up to that point, perhaps because it is caught (not necessary handled properly) at some deeper level. Just curious: What problem are you actually trying to solve?
  4. Uwe Raabe

    Deleting a Field Problem

    Extend that to all dfm files.
  5. Uwe Raabe

    Delphi 11.3 is available now!

    It is indeed. That is also the reason why a couple of bugs are fixed and features implemented the way they are or not even at all.
  6. Uwe Raabe

    Delphi 11.3 is available now!

    There is no copy&paste here. That are just the release notes for Delphi 11 Alexandria when it came out. The relevant info for the update releases are linked in the Notes at the top:
  7. Uwe Raabe

    Delphi 11.3 is available now!

    Those are for Delphi 11.0 and I have doubts that they are still valid for 11.3. See: RSP 37609: PAServer ships with Python 2.7 dependencies - which are no longer available in macOS 12.3
  8. Uwe Raabe

    Delphi 11.3 is available now!

    Given that it is even not intended to work I count that as a pro
  9. In Tools - Options - User Interface - Editor Options - Search there is a percentage value to play with.
  10. Uwe Raabe

    Delphi 11.3 is available now!

    OK, let me reword it this way: I would rather switch my settings or find another workaround than going back to 11.2!
  11. Uwe Raabe

    Delphi 11.3 is available now!

    I would rather buy a new monitor instead. Was really a good investment.
  12. Uwe Raabe

    Delphi 11.3 is available now!

    Does it really matter?
  13. Uwe Raabe

    OAuth2 bearer token example?

    It is probably another module (BPL or DLL) that is internally used by the mentioned package, but is either missing or fails to load.
  14. Uwe Raabe

    TDFBatchMove.GuessFormat - How Many Rows Does It Read?

    TFDBatchMove provides the AnalyzeSample property to control that.
  15. Uwe Raabe

    One place to rule them all???

    As ever so often, the pragmatic solution probably lies somewhere in between...
  16. Uwe Raabe

    client pc database connection problem with interbase server

    Is there a reason why you don't use the original InterBase installer and select Client Only in the Choose Install Set dialog? Where did you get the information, that the steps you describe are sufficient?
  17. Uwe Raabe

    OAuth2 bearer token example?

    Have you tried the TOAuth2Authenticator component linked to a TRESTClient? It has a context menu that lets you specify play with some parameters.
  18. I have encountered the same ac couple of times, but I was not able to reproduce it reliably and thus cannot actually debug it. It is my impression that it helps to have MMX visible in all desktops.
  19. Uwe Raabe

    Connecting Actions query..

    That's the basic idea: You implement the code in the Actions OnExecute event instead of the Buttons OnClick event. That allows to use the same code for multiple controls (f.i. Buttons) spread over different forms or frames.
  20. Uwe Raabe

    Change behaviour of DateTimePicker

    Or a couple of other keys like the decimal point or the DIV key on the numeric keypad.
  21. Uwe Raabe

    Delphi 11.2 unofficial LSP patch

    If it can be reduced to the LSPServer alone, that may be (although I still doubt that), but in many cases part of the problem also lies inside the IDE/Compiler and cannot be fixed with an LSP replacement alone.
  22. Uwe Raabe

    Curious TRESTRequest behavior

    In that case the problem seems to be outside of the code in question. My guess is that either RESTRequest is destroyed in between or some memory is overwritten, but I doubt that the component itself is responsible for that. That's why I asked for a reproducible test case. Usually when one cannot create a reproducible test case, the problematic code part lies outside of the tested one.
  23. Uwe Raabe

    Curious TRESTRequest behavior

    Can you make a minimal example to reproduce? Oh, and: In contrast to your statement you don't clear the params in the shown code. BTW, you should keep the BaseURL as is and put the endpoint in RESTRequest.Resource instead.
  24. Uwe Raabe

    Delphi autoformat rules for Attributes

    I am not aware of such a setting. Given that my attributes often are multiline itself, I wouldn't even think of such a behavior, but that is just MHO.
×