Jump to content

Uwe Raabe

Members
  • Content Count

    2839
  • Joined

  • Last visited

  • Days Won

    168

Everything posted by Uwe Raabe

  1. Uwe Raabe

    working with new APIs

    No, it was just a reply to the quoted statement.
  2. Uwe Raabe

    working with new APIs

    Well, at least there is Swagger Codegen
  3. Uwe Raabe

    Install two different licenses for Delphi 2007

    Login with another user account. It is a Named User license after all. The slip file containing the client license is the same for all users. The license server just looks for the user name logged in to the client computer. Edit: That user has to be listed in the named licenses of the license server - of course.
  4. Uwe Raabe

    AQTime Standard and MMX conflict?

    I remember someone else complaining about an error with AQTime and the editor context menu. There have been some changes in the context menu logic in recent Delphi versions. Perhaps the AQTime team didn't get a notice about that, yet. It might help to file a bug report at SmartBear.
  5. Uwe Raabe

    AQTime Standard and MMX conflict?

    That might be caused by the editor context menu being triggered even for non-source modules. Will try to catch that.
  6. After all, the first error was actually made by the developer, not the compiler.
  7. Actually there are two errors: undeclared identifier cannot compile unit Seems to be pretty correct in my view.
  8. Uwe Raabe

    DBNavigator Insert Issue

    In the Options property of TDBGrid set dgCancelOnExit to False.
  9. Uwe Raabe

    Add support for High-DPI gdiScaling

    In case you are referring to the GDI scaling: That is already available in 10.4.1 Manifest File (Windows Only)
  10. You have to start the IDE at least once to get the entries for HKCU. Otherwise you have to look into HKLM.
  11. Why do you think this information is stored in two different places?
  12. Uwe Raabe

    Project always opens with .dpr file..

    How are your settings about saving the project desktop? Is the MainForm auto-created in the dpr?
  13. Uwe Raabe

    Filter on InternalCalc field

    According to the docwiki, InternalCalc fields are only supported in TClientDataSets: On the other hand, FireDAC mentions an example of using fkInternalCalc.
  14. Uwe Raabe

    Filter on InternalCalc field

    Can you provide some code?
  15. Uwe Raabe

    Filter on InternalCalc field

    If it is declared as fkInternalCalc, its value can be set in the OnCalcField event when the dataset State is dsInternalCalc.
  16. You can find a list here: Exposing DataSnap Server Methods
  17. Uwe Raabe

    git and Delphi tooling?

    There is no Tortoise folk. That are two totally different tribes that just picked the same name.
  18. Uwe Raabe

    MMX 15.0.18 - font bug

    I guess I finally found the cause: When you edit a property inside an interface the available visibility values are limited to default. Now edit a property in a class and the visibility is also default. The reason is that the current visibility is set before the allowed values are set. A fix will be available shortly. Can you check if you have Pick up any style comments as documentation checked in your MMX Documentation settings? That would take the commented method declaration as a comment belonging to the one below. Consequently the comment is moved together with the method declaration.
  19. Uwe Raabe

    MMX Window is blank sometimes

    Yeah, I have seen that, too. My perception is, that it happens when you just ran the current project in the debugger.
  20. Uwe Raabe

    Assigning Null value to Parameter

    That can't happen using this approach. Internally the Post executes a parametrized UPDATE statement, which is exactly what you suggest.
  21. Uwe Raabe

    Is XML Documentation in Delphi 10.4 is 105% broken?

    How would you know that? It might as well been noticed, but either too late or of lower priority to make it into the release.
  22. Users of ModelMaker may appreciate the availability of a Modelmaker IDE Integration Expert for Delphi 10.3 Rio. Note: ModelMaker is a separate Native Delphi Visual modeling and Refactoring tool based on UML™ 2 technology. Not to be confused with MMX Code Explorer. More info here: ModelMaker IDE Integration Expert for Delphi 10.3 Rio released
  23. Go to the download page for MMX: https://www.mmx-delphi.de/downloads/download-info/mmx-setup/ Next to the version field there is a link Previous versions. For XE5 you have to go for V13.
  24. TStringHelper.Compare has an overload where you can give the option TCompareOption.coDigitAsNumbers for this purpose.
×