Jump to content

Attila Kovacs

Members
  • Content Count

    1967
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Attila Kovacs

  1. Attila Kovacs

    How to detect when a Form is active in Designer

    I think you are looking for IDesignNotification / DesignerOpened in DesignIntf.pas the menu item is EditLockControlsItem:TMenuItem on the main Form, and the action is EditLockControlsCommand:TAction
  2. Attila Kovacs

    When will we have a 64-bit IDE version ?

    You have selected "Search in directories" on that screenshot. I never used this feature since I use a proper file manager for tasks like that, but the question that arises is: Is it possible that you have a circular directory link, and Delphi is not able to detect it?
  3. Attila Kovacs

    Issue with CTRL-A

    Which Delphi version? I have a Ctrl-A patch unit in my Berlin but the only comment is that it's fixed in Tokyo 😄 edit: ok, it's something different from your issue.
  4. Attila Kovacs

    Import / Export PIPE delimited text <> SQLite3 64Bit Database

    I don't really want to answer anything, I'm just making a remark that https://sqlitestudio.pl/ can import CSV files with a custom separator. It's such a basic feature, if "Database NET Pro 5" can't do that, drop it. I can't comment on the other issues related to slow data entry into a Unicode database, as it doesn't make much sense to me. 32,000 entries are not even that many.
  5. Attila Kovacs

    Is it worth resubscribing now?

    A lot of water has flowed under the bridge since the release of Berlin U2, and I'm starting to feel that I need a more recent version and there is this September discount until the 30th.. Is the current one as stable as Berlin?
  6. hm, right. I think virtual / overriden having a DispatchKind of dkVtable and overwitten different parent. A bit of puzzle.
  7. Yes and no. The overloaded methods will be listed one by one with the same name in getmethods but only the public ones.
  8. Attila Kovacs

    Nobel prize for figuring out

    What DB are you using? Does it have a logfile? Can it be turned into verbose mode?
  9. Attila Kovacs

    Nobel prize for figuring out

    can you spot here your exe or path? Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers
  10. Attila Kovacs

    Nobel prize for figuring out

    Which one is the GOOD news?
  11. Attila Kovacs

    Unit dependency viwer

    Holy cow, can you enable saving the html? a part of the FlexCel library o.O Sagittarius in the FlexCel universe.
  12. Attila Kovacs

    Nobel prize for figuring out

    did you restart the PC?
  13. Attila Kovacs

    Nobel prize for figuring out

    Did you try to relocate the computer in the room?
  14. Attila Kovacs

    Nobel prize for figuring out

    We still don't know what "works" means and why is there nothing to debug?
  15. Attila Kovacs

    Nobel prize for figuring out

    It's FSK 12, I could suggest to consult a doctor if you are disturbed by those words.
  16. Attila Kovacs

    Nobel prize for figuring out

    I'm already very careful, but it doesn't make any sense. This just came to my mind:
  17. Attila Kovacs

    Nobel prize for figuring out

    Of course, it has, it only worked when you copied the dproj from the backup. Maybe the search path. But why don't you debug in the first place? That doesn't require any "Nobel Prize."
  18. Attila Kovacs

    Is it worth resubscribing now?

    @MichaelT Thank you very much! I see. So I shouldn't be concerned about the quality of version 11, since version 12 is just around the corner? Or 11.4 first? We did not have luck with even version numbers yet. Looks like the only question is whether this LSP is working or not. When you say it works 'time to time,' do you need to restart the IDE or a service, or do you have no impact on it? Or does it just fail in specific places or units? Like the old one?
  19. Attila Kovacs

    String literals more then 255 chars

    I know it! All the SQL queries go there. Nobody else needs this.
  20. Attila Kovacs

    How to change the tmainmenu Designer ?

    I've implemented a routine in a wizard that captures the editor ('TMenuBuilder') using Screen.OnActiveFormChange and automatically calculates the menu size from TMenuWin.FNCHeight TMenuWin.FMenuHeight and TMenuItemWin.FCaptionExtent. That task would be suitable for GExperts if there isn't anything related to this matter yet. @dummzeuch ?
  21. Attila Kovacs

    String literals more then 255 chars

    I'm confident that the team is doing an excellent job.
  22. Attila Kovacs

    String literals more then 255 chars

    Aham, and whats about diffent platforms? is it possible to set up the line break with directives?
  23. Attila Kovacs

    GDI Objects limitation

    1x TButton 5 GDI 100x TButton 5 GDI Someone should be included in this debugging.
  24. Attila Kovacs

    String literals more then 255 chars

    And here we go, that's what I was referring to: every piece of trash you find.
  25. Attila Kovacs

    String literals more then 255 chars

    of course we can, where is the problem?
×