Jump to content

Attila Kovacs

Members
  • Content Count

    1938
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by Attila Kovacs

  1. you have duplicate entries in your dbxconnections.ini, possibly
  2. Attila Kovacs

    Right Process for Changing an Application's Icon?

    TForm also has an Icon property. Just for the record. An assigned Icon could lead to the same symptoms.
  3. This was bothering me forever. At the beginning, because of collecting possible sensible data and keeping it in the memory, later, because if I needed it, it wasn't ergonomic enough. So I have bound it to the ctrl-shift-[F1/F2] for showing the window, navigate up/down, and copy to clipboard on releasing the keys. It's just a couple of lines, (no OTA on this), if one of you likes it I can put the code here later.
  4. Attila Kovacs

    Best site/source for SQL Server questions?

    I see, I'd check then "Row Versioning". I never used it yet but I'll try it myself when I find some time.
  5. Attila Kovacs

    Best site/source for SQL Server questions?

    WITH (NOLOCK) ? evt. Row Versioning
  6. Attila Kovacs

    10.3.1 has been released

    @Uwe Raabe Hehe, I managed it too a couple of weeks ago. Don't ask me how, but that was a looooong loooong debug session until I found the problem 😉
  7. Attila Kovacs

    best practise sharing : 2 buttons with mrOK on a form

    ModalResult is an integer value, so you can assign whatever you want, the form will close and ModalResult will hold this value.
  8. Attila Kovacs

    10.3.1 has been released

    I can easily reproduce this putting a 2nd unit1.pas anywhere in the search path and/or library path _AND_ storing the applications unit1.pas somewhere else like the .dpr itself. The search order is given. (btw. IDE dies badly if you put a file into the uses lists with 0 bytes length :D) Edit: Maybe some dead entries in the .dproj? It's suspicious that you didn't create a new project because it's not called Project1, did you copy the old one?
  9. Attila Kovacs

    10.3.1 has been released

    just for curiosity what happens if you write in the uses list : uses .... Main.pas in 'src\frm\Main.pas'; if it helps then you have an other main.pas in your search path and you should be able to open it with ctrl-click on the unit name in the uses list.
  10. @Bill Meyer Not really.. It was something like leaky-abstraction or similar can't recall.
  11. @Dalija Prasnikar What what the blog post about the leaking strings again? I can't find it anymore.
  12. Attila Kovacs

    Unreliable connection to remote MS SQL Server database

    I'd also check the host os's event viewer. It could be also a licensing issue.
  13. Attila Kovacs

    Unreliable connection to remote MS SQL Server database

    sqlsrv32.dll is ODBC driver, sqlncli11.dll is native driver, there must be a setting in FD how to connect. Unidac hat at least 5 different methods.
  14. Attila Kovacs

    IDE Launchpad

    Is there any built in/3rd party dockable form where the opened projects are listed and I could build/run/unattended run with a single click? Like Project1 [Build] [Run] [RunUA] Project2 [Build] [Run] [RunUA] etc...
  15. Attila Kovacs

    IDE Launchpad

    @Sherlock It's not that hard but we do not want to rewrite the IDE from scratch, do we? 😄
  16. Attila Kovacs

    Issue with IDE Nav Bar..

    @Ian Branch I have no idea, I would have to search for it.
  17. Attila Kovacs

    Issue with IDE Nav Bar..

    It's a "known bug". Only the compiler supports the new inline syntax, the IDE still doesn't.
  18. Attila Kovacs

    IDE Launchpad

    Well, let's do the math!
  19. Attila Kovacs

    IDE Launchpad

    @Stefan Glienke People tend to forget about comfort feeling 😄 Joking aside, I've here a client/server thingy where I have to do things parallel and debug them, so yes, it's a temporary discomfort to scroll up and down in the projects window like a poisoned mouse to find the node which has this context menu. But I like your chart. It's just too practical. 😉
  20. Attila Kovacs

    IDE Launchpad

    @dummzeuch ctrl-shift-f9 / run without debug
  21. Attila Kovacs

    IDE Launchpad

    @Sherlock It's too slow for me.
  22. Attila Kovacs

    Hands-On Design Patterns with Delphi

    I'm more eco-friendly so I just took the digital version 😉
  23. Attila Kovacs

    (Mis-)Behaviour of TStringHelper

    It's a bullsh@t. The doc is a big ~, the mimicked java/.net implementation is a ~, and the parameter name "startIndex" is a ~. It should be called lastIndex as the function name reflects only an index lookup, and not any search in some direction, and mostly not the underlying implementation.
  24. Attila Kovacs

    Mojave with RAD Studio 10.2.3?

    @Sherlock I mean "Aussteigen, Einsteigen, Geht" 😄
  25. Attila Kovacs

    Mojave with RAD Studio 10.2.3?

    öööööööö, if not, you could try an AEG. 😉
×