Jump to content

Attila Kovacs

Members
  • Content Count

    1944
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by Attila Kovacs

  1. Attila Kovacs

    Developing under Windows 11 in a VM not feasible ?

    You know that for this reason a recovery key/image/etc... should be generated?
  2. Attila Kovacs

    Developing under Windows 11 in a VM not feasible ?

    With your logic not only the VM but an encrypted HDD would not be recoverable anymore.
  3. Attila Kovacs

    Interesting way to copy dynamic arrays.

    I'm not sure that is well known or frequently needed, I think I saw it first here (maybe, dunno): https://stackoverflow.com/questions/19466038/finding-common-elements-in-two-arrays/19524788#19524788
  4. Attila Kovacs

    Application to generate all cross platform images

    Yeah, I bought the version 3 back in the days, it's pretty cool and worth every dime, you can generate everything you want and take also an SVG as a source. Won't edit your project files though. If you wanted to do so. Maybe LaunchGen handles SVG's too.
  5. I'd be interested if it fires up fast enough for double clicking on a taskbar shortcut on a slow VM.
  6. ctrl-v on the project name (xy.exe or .dll etc..) in the project manager at the upper right corner of the IDE. Just saying. Looks like it will open something new for you.
  7. Attila Kovacs

    Delphi on Windows 11 on MacBook Pro 16 (2021)

    I did something similar the other day, installed Win11 into a HyperV container + Delphi 11 Trial with Android SDK, connected my phone via WLAN debug to the system, added a button to the form, F9 and voila, app is running on the phone. Brilliant. It's just slow AF as I'm on my old notebook 😉
  8. Attila Kovacs

    FB3.0 SQL

    aggregate + pivot not sure that FB3 supports the latter though
  9. Attila Kovacs

    Delphi on Windows 11 on MacBook Pro 16 (2021)

    Apparently not anymore. I'm glad to see the industry coming together.
  10. Attila Kovacs

    Delphi on Windows 11 on MacBook Pro 16 (2021)

    Is that a Windows 11 ARM running in a VM on a 3000 EUR MAC emulating x86 to run RAD Studio? 🙈 That will be nice! 😉
  11. Attila Kovacs

    SOAP Client Android

    And are you sure your android device is knowing that netbios name? What about using an IP instead?
  12. Attila Kovacs

    SOAP Client Android

    I don't know, first of all, what is this? "http:/masterdata/Artikel.asmx" this is not an URL. Is it an example with typo? I'd try to change http to https, hopefully your endpoint supports https. (which will raise further questions/problems but that will be the next step)
  13. Attila Kovacs

    SOAP Client Android

    should be https
  14. Attila Kovacs

    How can I use nslookup in my app.

    Why don't you just connect to myip.opendns.com from the outside?
  15. Attila Kovacs

    Parse Json

    maybe "adresse'] as TJSONArray);" the return type of Values[] is very general, you have to process it with checking against the type and cast them if apply.
  16. Attila Kovacs

    Parse Json

    for example: (jsonObj.Values['forretningsadresse'] as TJSONObject).Values['adresse']
  17. Attila Kovacs

    enable/disable the internet connection?

    He was in ~10 reboot distance to his goal. 🙂
  18. Attila Kovacs

    enable/disable the internet connection?

    anyway, in powershell it should be pretty easy to disable/enable the networking or ptarts of it
  19. Attila Kovacs

    enable/disable the internet connection?

    ups, my apologies 😄
  20. Attila Kovacs

    enable/disable the internet connection?

    What the heck are you talking about, linux since 10 years and you are asking for an "API"? Where is an API to do that under linux? Take a powershell and write your scripts like in linux.
  21. Attila Kovacs

    GDI object leak and overflow when TImageList is on a frame

    So they were leaks from the perspective of the initial test. This means that your repro's were also wrong, didn't they?
  22. Attila Kovacs

    GDI object leak and overflow when TImageList is on a frame

    The issue is always there, even at the first run. But I can't make you place breakpoints and run the app, so I can't really help further 😉
  23. Attila Kovacs

    GDI object leak and overflow when TImageList is on a frame

    Well, I'm not sure on that. It's harder to create the exact same environment as one would think. You see what is leaking, you could start placing breakpoints to the constructor/destructor of the imagelists first and count them, and check who the caller is.
×