Jump to content

Attila Kovacs

Members
  • Content Count

    2068
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Attila Kovacs

  1. Attila Kovacs

    Google Map Component

    Actually, gmaps became affordable.
  2. Attila Kovacs

    [3D] Why do i need to use negative Y values to go UP?

    Some interesting reading regarding to your post. Why are bmps stored upside down? https://stackoverflow.com/questions/8346115/why-are-bmps-stored-upside-down Source: Charles Petzold, Programming for Windows 5th Edition, Chapter 15.
  3. Attila Kovacs

    Watch list, inaccessible value

    Double-click on the watch-list item and check "Allow side effects and function calls" or assign "self" to a local variable for debugging.
  4. Attila Kovacs

    Embarcadero DocWiki for Rio

    Ahhh, you mean "padding". Took me 10 min to figure out what your problem with the borders is.
  5. Attila Kovacs

    any suggestions on how to "lazy load" a BLOB/CLOB from Oracle DB?

    @David Schwartz You are shifting with every new comment away from your initial question. Why don't you contact your 3rd party vendor?
  6. Attila Kovacs

    any suggestions on how to "lazy load" a BLOB/CLOB from Oracle DB?

    It's called "Deferred LOB Read" and supported for example by UniDAC.
  7. Attila Kovacs

    Blast from the past: BDE and Win10 W/S

    I would locate the problematic tables and outsource them into a decent DBMS and rewrite the affected parts using 2 concurrent connections to get some peace for the first time. Then I'd not touch it for the next decade.
  8. Attila Kovacs

    Unresponsive IDE and massive memory leaks with RIO

    Cool. Is it possible that you have a recursion in your search dir tree? Like for example "Users\xxxxx\AppData\Local\Application Data" points to "Users\xxxxx\AppData\Local".
  9. Attila Kovacs

    Unresponsive IDE and massive memory leaks with RIO

    Hahaha, that's why I can't reproduce 😄 Thx for jumping in 😉
  10. Attila Kovacs

    Unresponsive IDE and massive memory leaks with RIO

    @Stéphane Wierzbicki Are those 3.6M entrys all these kind of items? Name not found? Are they recurring? Do you have this CPU load on a "real" fresh install too?
  11. Attila Kovacs

    Unresponsive IDE and massive memory leaks with RIO

    @Stefan Glienke Can't reproduce. But instead of removing something from the path I've switched to x64 where several things are missing.
  12. Attila Kovacs

    Unresponsive IDE and massive memory leaks with RIO

    I understand but please tell me how can I get a page full of "name not found" in procmon? I've it running, what should I do?
  13. Attila Kovacs

    Unresponsive IDE and massive memory leaks with RIO

    Where? In c:\vcl? How is the IDE such smart?
  14. Attila Kovacs

    Unresponsive IDE and massive memory leaks with RIO

    Maybe I need glasses, it's desired access not denied, but this doesn't explain why are you telling us "fresh install" and why can't bds find anything.
  15. Attila Kovacs

    Unresponsive IDE and massive memory leaks with RIO

    Am I the only one who's disturbed seeing a Procmon screenshot with a bunch of NAME NOT FOUND / DENIED ACCESS on C:\VCL etc... directories which are not part of a freshly installed IDE? For what did you start it anyway if you are ignoring the output?
  16. Attila Kovacs

    Pointers are dangerous

    @Uwe Raabe Yes, but no, it does not fit to the shown example.
  17. Attila Kovacs

    Pointers are dangerous

    @Uwe Raabe Or one could just assign the local variable back to its origin. Should work from D1.
  18. Attila Kovacs

    Pointers are dangerous

    *Read: The code used to work by accident.
  19. Attila Kovacs

    Build time with 10.3 almost doubled

    Turn off theming and dump moderntheme260.bpl and re-check. (Alternatively you could disable the compile dialog)
  20. Attila Kovacs

    I'm looking for these menus in the IDE

    @PeterPanettone Maybe your misunderstanding? This is the Navigation toolbar: Not ok?
  21. Attila Kovacs

    Sub req OTA/Experts/whatever

    Hi, Can we have a sub for OTA/Expert development? As for pro's as for hobbyists, for asking for help, sharing ideas, etc.. Greets
  22. Attila Kovacs

    I'm looking for these menus in the IDE

    There must be space on the TEditorNavigationToolbar for that. On the same analogy I put the standard IDE form editing toolbars to the top of the FormDesigner. Where it actually belongs to.
  23. Attila Kovacs

    10.3 Consumes 45% of my CPU

    Did you solve it John? Looks similar to this:
  24. Attila Kovacs

    Unresponsive IDE and massive memory leaks with RIO

    Strange. Also, on a fresh windows, Rio installer creates a ...BDS\19.0 registry entry too. It's empty, but this means they have places where the path is still from tokyo.
  25. Attila Kovacs

    Unresponsive IDE and massive memory leaks with RIO

    did you install delphi for all users or for one user? what if you start it as administrator? There are a lot of access denied entrys.
×