Jump to content

Lajos Juhász

Members
  • Content Count

    1078
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Lajos Juhász

  1. Lajos Juhász

    debugging crash

    It should not be that often that the IDE freezes during the debug and then you can just kill the IDE from the task manager it's rare to have to restart the Windows (even when that occurs it's a nice forced break from the monitor). What I've noticed yesterday that for some methods refreshing the local variables windows takes a lot of time a couple of seconds after I press F7 or F8. Unfortunately I failed to create a simple test case thus no QP from me (yet).
  2. Lajos Juhász

    How add a code editor

    You should ask this question in FMX (as the question has nothing to do with Delphi IDE). A short answer is that you would have to implement a component like Synedit (at the moment it is a Windows only). As far as I know there is no such an editor available for cross platform.
  3. Lajos Juhász

    Several F2084 Internal Error on Delphi 10.4.2

    I believe Delphi 11.1 is a largish step forward in stability. I do not work at the moment on the larger project only on a small one but the internal error after debugging that required restart of the IDE is gone (as far as I can see).
  4. Lajos Juhász

    Delphi 11.1 is available

    Ok that makes sense. I saw only the edited post without the direct link to the ISO.
  5. Lajos Juhász

    Delphi 11.1 is available

    Uwe you missed that we should not post the link (it was posted earlier in this thread).
  6. Lajos Juhász

    Delphi Community 64-bit Windows Target?

    In feature matrix there is a support for 64 bit Delphi in the community edition. In Delphi in order to add a 64 bit target you have to right click in the project manager on the node Target Platforms and select Add platform.
  7. Lajos Juhász

    Lockbox missing in 11.1

    Most probably they're still uploading/updating the component list for 11.1. Usually get it is last in the update cycle for a new release.
  8. Lajos Juhász

    Lockbox missing in 11.1

    I can see it in Categories - Components. Lockbox 3 2021.11 and LockBox VCL and FMX 201.09 by Turbopack.
  9. Lajos Juhász

    INI problem

    ..or just the current folder was not the one where the ini file is located.
  10. Another thing you should consider is support for High-DPI. You would have to make several version of the picture in order to have good results in every possible combination of DPI settings. That's the reason I've retired the old login screen with fancy graphics and went back to the classic rectangular one with svg images.
  11. Lajos Juhász

    dbe install for delphi 11

    It's in your registered products download page (we were asked not to share the link in this forum).
  12. Lajos Juhász

    Odd behaviour - LIstbox.OnClick and ShowMessage

    It's a normal behavior. You should give us more information in order to give us a chance to suggest how could you change the code. If you really have to use dmAutomatic in that case whenever you would like to cancel the drag operation you have to call the EndDrag method with false of the control (in this case the listbox).
  13. Lajos Juhász

    Delphi Icons with Version Info

    Most probably you have to empty the Windows icon cache.
  14. Lajos Juhász

    Parnassus Bookmarks for Delphi 11 Alexandria?

    Unfortunately it's not allowed to talk about plans on the Delphi product.
  15. https://docwiki.embarcadero.com/Libraries/Sydney/en/System.Classes.TThread.Suspend Warning: Suspend is deprecated. Pauses a running thread. Suspend was intended to be used by debuggers and is deprecated in RAD Studio XE, in the year 2010. Call Suspend to temporarily halt the execution of the thread. To resume execution after a call to Suspend, call Resume. Calls to Suspend can be nested; Resume must be called the same number of times Suspend was called before the thread resumes execution.
  16. Lajos Juhász

    Delphi 11.1 is available

    Why would they asked for that? Unlike the roadmap that should not be a secret, someone even paid for the licence key.
  17. Lajos Juhász

    Migration Tool (11 --> 11.1)

    It's not required. Delpi 11 and 11.1 is the same (major) release.
  18. Lajos Juhász

    Debug ISAPI on Windows 11

    You should try with D11.1.
  19. Lajos Juhász

    SearchBuf is deprecated

    Edit.text is unicode string so you should not use AnsiStrings for that. I tried your FindWordInTextStrUtils and in D11.1 get no deprecated warning: dcc32 command line for "Project1.dpr" [dcc32 Hint] Unit1.pas(30): H2164 Variable 's' is declared but never used in 'FindWordInTextStrUtils' Success Elapsed time: 00:00:00.7
  20. Lajos Juhász

    Delphi 11.1 is available

    Unfortunately I was able only to find promotion material for decision makers, not technical information for developers. Join the webinar later today and we should learn some information about the Bookmarks.
  21. Lajos Juhász

    Delphi 11.1 is available

    Should I agree with this Licence?
  22. Lajos Juhász

    Are class vars supposed to be initialized?

    It's not documented at https://docwiki.embarcadero.com/RADStudio/Sydney/en/Fields_(Delphi). PS. I am also in a couple of minutes will install Delphi 11.1, hopefully I not going to see any new bugs.
  23. Lajos Juhász

    Delphi 11.1 is available

    Maybe @Uwe Raabe tried to suggest that the beta testers gained access to the repository and instead of QP they were able to check in solution for all the bugs in Jira.
  24. Lajos Juhász

    SearchBuf is deprecated

    {irrelevant code removed} Most probably is relevant code. We cannot know what is the problem in your code without a simple test case. You're changing the data types of the parameters in your posts. You should post a test application where we can see what are you doing in the function and how you're calling it.
  25. Lajos Juhász

    Delphi 11.1 is available

    We have no idea as it's most probably sealed by NDA agreement.
×