Jump to content

Attila Kovacs

Members
  • Content Count

    1937
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by Attila Kovacs

  1. 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.
  2. 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.
  3. 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.
  4. 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
  5. Attila Kovacs

    Q for MAPI Expert

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

    Q for MAPI Expert

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

    Strange Dialog UI

    MMX forms are not HDPI conform, they are only ok if you are using the IDE in "blurry" mode.
  9. What do you mean with "disabling Refactor menu"?
  10. @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.
  11. 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.
  12. 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)
  13. Attila Kovacs

    Profiler for Delphi

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

    Profiler for Delphi

    does pdb2yaml gives the same yaml back?
  15. 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?
  16. 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
  17. 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.
  18. Attila Kovacs

    TTreeNode leak when VCL styles are active

    Is it tested now? Btw. interestingly WM_NCDESTROY's are still coming for all of the windows. The chained list theory fails? also as switching the freeing order of the scrollbars (vertical,horizontal to horizontal,vertical) free's the horizontal fine, then vertical becomes the next in the z-order and freeing it breaks the message chain again. If it has actually something to do with the Z-Order. Edit: Just to make sure, I've compiled the testapp with D2007 and D5, and run it even on XP, it's always the same.
  19. Attila Kovacs

    TTreeNode leak when VCL styles are active

    I can't test it as ForceQueue is not present in Berlin, but in theory looks good.
  20. Attila Kovacs

    TTreeNode leak when VCL styles are active

    Destroying a window from a different thread? Does it work?
  21. Attila Kovacs

    TTreeNode leak when VCL styles are active

    this is really below every standard but what about if not (csDestroying in Application.ComponentState) then it works fine and I can't see any just as simple solution
  22. Attila Kovacs

    TTreeNode leak when VCL styles are active

    I'm currently here
  23. Attila Kovacs

    TTreeNode leak when VCL styles are active

    Buhh. Well, this is a new problem. Still, there is no legitimate reason to call consecutive DestroyWindows.
  24. Attila Kovacs

    TTreeNode leak when VCL styles are active

    Aha! Now I'm getting closer. Have to fire up a new form to check.
×