Jump to content

Attila Kovacs

Members
  • Content Count

    2068
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Attila Kovacs

  1. @A.M. Hoornweg The MultiStringReplace has to consider this, right. I did not follow the whole thread and the codes, but if it's not the case, then yes, you are right, the routine is useless. Btw. your example does not reflects this.
  2. ? I don't understand the question. The input has a natural order. There is nothing to decide.
  3. @balabuev does this respect the order of the substrings?
  4. What is that? Can you omit the for-to index in 10.4 or is there a StringReplace which accepts arrays? for i := Low(aOldPatterns) to High(aOldPatterns) do Result := StringReplace(Result, aOldPatterns, aNewPatterns, [rfReplaceAll]);
  5. Attila Kovacs

    Transparent form on the server

    @Geoorge So you want to hide the screen from the client meanwhile you are changing some settings?
  6. Attila Kovacs

    Scalable IDE Toolbar icons?

    then you would end up like the dialog in your other thread
  7. Attila Kovacs

    Scalable IDE Toolbar icons?

    I can scale the docked form designer as I want, the tricky part is that half+ of the VCL components are don't like negative zoom, then, for a pixel perfect design the designer should be scaled to a multiplication of a whole number and the components should snap into place. The rest is just a projection.
  8. Attila Kovacs

    Scalable IDE Toolbar icons?

    Theming was more important, and screwing the ide, looking unusable if the the drawing bpls are removed, thx to xy. I can't wait how slow it will be if it has to draw on 4K.
  9. Attila Kovacs

    Q for MAPI Expert

    I'm glad if it works. I don't know every implementation but I could not find any which supports unicode for example, so I made my own. Also, you can have multiple attachments.
  10. Attila Kovacs

    Q for MAPI Expert

    Use it as you want if it works. I'd be happy if fixes/enhancements would come back to me! 😉 forsix.MapiMail.pas
  11. Attila Kovacs

    Q for MAPI Expert

    do you want to try my mapi unit?
  12. Attila Kovacs

    Q for MAPI Expert

    What is the error you encounter?
  13. okay, didn't know that you can disable it 🙂
  14. Attila Kovacs

    Strange Dialog UI

    MMX forms are not HDPI conform, they are only ok if you are using the IDE in "blurry" mode.
  15. What do you mean with "disabling Refactor menu"?
  16. @Mike Torrettinni folding code is a bit tricky. You have to add the spoiler tag first, then post the message, then edit it again and post the code into the folding area. At least this was my workaround, to get it work. If anybody knows a better way to do it, please share.
  17. Attila Kovacs

    Profiler for Delphi

    Ah I see, well, I tried to convert some pdb's to yaml but after it failed on every pdb's I've found I got upset and forensic wiped it from my ssd 😉 I've no idea how good this yaml converter is but after that I've doubts.
  18. Attila Kovacs

    Profiler for Delphi

    0001:00401000 0190D0A0H .text CODE why is it .text? anyway 0001:0151D808 unit.frmxyz.BtnNewClick 0151D808 + 00401000 is the actual address (400000 is the image base and 1000 is the section alignment)
  19. Attila Kovacs

    Profiler for Delphi

    to the base address I can check it. Which section should I look in the map?
  20. Attila Kovacs

    Profiler for Delphi

    does pdb2yaml gives the same yaml back?
  21. Attila Kovacs

    Profiler for Delphi

    Yeah the GUID match can be done on the PDB, at least I've seen tools for do that yeah, when the pdb works yes, but untested?
  22. Attila Kovacs

    Profiler for Delphi

    @Anders Melander Maybe this could inject it, just to test how the pdb performs http://www.pe-explorer.com/peexplorer-tour-section-editor.htm
  23. Attila Kovacs

    FireDac Batchmove

    I'd still use jobs for creating compressed backups and copy them to another location. I don't know how this batchmove works but I'm sure it won't lock anything nor will it transfer transaction logs -if any-, so high chances that the data won't stay consistent.
×