Jump to content

Attila Kovacs

Members
  • Content Count

    1977
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Attila Kovacs

  1. Attila Kovacs

    Example of wasteful, innefficient string manipulation

    And I guess, you are expecting something from us, we can't deliver. Yes. It's even better. In the case "very well" and "even better" are SI units.
  2. Attila Kovacs

    Example of wasteful, innefficient string manipulation

    I can't see any technical questions regarding to your fears. All I can see is some sort of blogging about some mind-blowing nonsense and that you are not even willing to read a word about it. I don't know how could we help. Or why.
  3. Attila Kovacs

    Example of wasteful, innefficient string manipulation

    Why are you interested by something doesn't interest you?
  4. Attila Kovacs

    Example of wasteful, innefficient string manipulation

    Sometimes, before I can make my decision in a particular matter (not programming) I do google/read/watch/test for days or for a week or once in a time even longer. If you would use the time for the same instead of this kind of nonsense topics, you would have more of it. We too.
  5. Attila Kovacs

    Example of wasteful, innefficient string manipulation

    do you want to talk about it? 😉
  6. Attila Kovacs

    FormDestory call order

    I don't believe you!
  7. Attila Kovacs

    Images in High DPI, how?

    Ok, I thought the Per-App scaling would be ok for the icons. However other things could be broken, like grids.
  8. Attila Kovacs

    Images in High DPI, how?

    @c0d3r which windows do they have? Is there Per-App Scaling already available?
  9. Attila Kovacs

    Images in High DPI, how?

    A 4K display is also a change, but I can feel your pain. Maybe you could make it optional, to switch to a new icon set. Especially on HDPI.
  10. Attila Kovacs

    Images in High DPI, how?

    as I mentioned, the scaling is upward and the actual size is about the same, so the vector image scaled will look even better, but maybe my eyes are not working properly and you are right or whatever, please try to convience me that i'm not just dumb but I can't see shit.
  11. Attila Kovacs

    Images in High DPI, how?

    @Anders Melander That is not an svg issue, it's a general problem. I solve this by trying multiple candidates on the smallest dimension I need and choose the best one. Or many times editing it to get the best out of it. For example, wrong dimensions defined in the SVG could result a blurry small image, meanwhile by adjusting it will give a crisp image etc... Nobody told you it's easy and fun! But it has to be made only once!
  12. Attila Kovacs

    Images in High DPI, how?

    @David Heffernan I don't, but I have one master main svg-imagelist and two client svg-imagelists chained to it, all three having different dimensions. As the scaling is always upward (or none), and so is the resolution there are no regressions I encounter or I could think about. You have to be more specific about your concerns.
  13. Attila Kovacs

    Images in High DPI, how?

    It is right for the icons and it is the way, and it is hard to find an svg provider which has a wide range of icons with the same drawing-style to cover every needs. But the result makes a difference.
  14. this sounds familiar to me 😉
  15. Attila Kovacs

    Linux: wrong enum size

    @emailx45 {$Z1} / {$Z2} / {$Z4}
  16. Attila Kovacs

    Can't edit my post?

    After X hours the admins are carving them into stones 😉
  17. Project Options -> Delphi Compiler -> Hints and Warnings -> Output warnings -> "Duplicate constructor/destructor with identical parameters will be inacessible from C++" -> False did the trick. (Note the typo in the IDE)
  18. I'm curious how would you write values to a "record" without knowing its implementation details. Through parsing and validating its class operators? Anyway, if you look after "delphi rtti record fields", you will find plenty of hits how to do it. It's pretty simple.
  19. Nullable<> is a record, you have to get its (record)value, do your job on it (assign the values to this fetched record), then write it back to the field/property.
  20. Attila Kovacs

    Prefix unit local variable names

    in case of emergency break glass
  21. Attila Kovacs

    git and Delphi tooling?

    Hey, wasn't an offense, I'm totally fine with it!
  22. Attila Kovacs

    git and Delphi tooling?

    @pyscripter I neither care about stealing. But if a system gets exposed (public or not) it could be an easy target for any kind of cyber-attack. No you don't. It was just XP the last time which had a EOL back in 2008. Trust is an unbeatable argument.
  23. Attila Kovacs

    git and Delphi tooling?

    Please forgive my naivety and let me ask, do companies really putting their valuable source codes on an online platform?
×