Jump to content

Uwe Raabe

Members
  • Content Count

    2750
  • Joined

  • Last visited

  • Days Won

    162

Everything posted by Uwe Raabe

  1. Uwe Raabe

    What new features would you like to see in Delphi 13?

    Sounds like it were a religion...
  2. Uwe Raabe

    Delphi 12 (Athens) - CustomTitleBar - fsMDIForm

    Maybe related to RSP-43625
  3. Uwe Raabe

    GetIt installation does not work

    Currently there is no GetIt server for 11.2! They are still working on it.
  4. Then you seem to have Winapi.Windows.pas in your search path. Otherwise the compiler won't try to compile that issuing that error.
  5. Question: Why are you compiling Winapi.Windows.pas in the first place?
  6. Uwe Raabe

    GetIt installation does not work

    They probably just had to be recompiled.
  7. I am not aware of any.
  8. I have issued a request to install the patch for All Users to fix these inconveniencies (it is a simple setting in the GetIt configuration). I hope someone will take care of that. Otherwise I have to wait for the new QP to get online.
  9. GetIt creates a subkey in the registry under CatalogRepository for each installed item. It is probably there where the about dialog gets is information from, but I am only guessing. Another weird thing is, that another user or registry branch (with -t parameter) won't see the patch either - albeit being installed.
  10. I am with Nigel here: That seems to be the best solution.
  11. In contrast to CE do paid licenses come with access to the majority of previous versions.
  12. AFAIK, there is no way to get a CE license for a version below the current CE. You should consider buying a Professional license instead.
  13. Uwe Raabe

    Manage Features not working.

    Shortly
  14. Uwe Raabe

    The GetIt server is back online - With the 12.0 Patch 1

    As mentioned in the blog: People just have different interpretations of shortly.
  15. Uwe Raabe

    The GetIt server is back online - With the 12.0 Patch 1

    If I understand this paragraph correctly you still need to install from the ISO or wait for the inline release.
  16. Uwe Raabe

    The GetIt server is back online - With the 12.0 Patch 1

    Yes, Embarcadero General Packages Download for RAD Studio 12.0 on https://my.embarcadero.com/
  17. Unfortunately that doesn't address the CE problems, because the available GetIt server is only for Delphi 12.
  18. Uwe Raabe

    The GetIt server is back online - With the 12.0 Patch 1

    I guess this is the reason for
  19. Uwe Raabe

    Warning: Duplicate resource:  Type 24

    Search for XPMan or Vcl.XPMan in your uses clauses and remove any of those entries. In case you have a component of type TXPManifest remove that, too.
  20. Uwe Raabe

    Surprising behavior of .ToUpper

    It boils down to the fact that 'THIS' just is not the upper case of 'This' on every locale. In case this is a requirement of the application, then ToUpper is not the right choice. Unfortunately ToUpperInvariant may not be either, although it will probably work for pure English text strings. For most locales upper case for ASCII characters is what one would expect, but that doesn't hold true for Turkish.
  21. Uwe Raabe

    First Business Day Of Next Month ?

    Isn't the Next Business Day dependent on the local holidays? (f.i. Bank Holidays in England)
  22. Apparently the minds in charge think different.
×