Jump to content

Uwe Raabe

Members
  • Content Count

    2886
  • Joined

  • Last visited

  • Days Won

    169

Everything posted by Uwe Raabe

  1. 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.
  2. After all, the first error was actually made by the developer, not the compiler.
  3. Actually there are two errors: undeclared identifier cannot compile unit Seems to be pretty correct in my view.
  4. Uwe Raabe

    DBNavigator Insert Issue

    In the Options property of TDBGrid set dgCancelOnExit to False.
  5. 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)
  6. You have to start the IDE at least once to get the entries for HKCU. Otherwise you have to look into HKLM.
  7. Why do you think this information is stored in two different places?
  8. 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?
  9. 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.
  10. Uwe Raabe

    Filter on InternalCalc field

    Can you provide some code?
  11. 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.
  12. You can find a list here: Exposing DataSnap Server Methods
  13. Uwe Raabe

    git and Delphi tooling?

    There is no Tortoise folk. That are two totally different tribes that just picked the same name.
  14. 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.
  15. 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.
  16. 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.
  17. 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.
  18. 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
  19. 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.
  20. TStringHelper.Compare has an overload where you can give the option TCompareOption.coDigitAsNumbers for this purpose.
  21. Uwe Raabe

    A library path manager...

    That is exactly what I tried to address with Package Magician. Unfortunately some poorly programmed packages just refuse to unload correctly, which sabotages the task of Package Magician.
  22. Uwe Raabe

    Images in High DPI, how?

    Currently not at design time (but a good feature request). You can write a small program that does this: for I := 0 to PngImageList1.Count - 1 do PngImageList1.PngImages[I].PngImage.SaveToFile('Image' + I.ToString);
  23. Uwe Raabe

    Minor display issue

    And that lead to the first picture? And this results in the second one? Sorry, but I just try to get the steps leading to the problem. Can you either list exactly what you are doing - or better make a short video?
  24. Uwe Raabe

    Minor display issue

    Are these different desktop files or the same?
×