Jump to content

Sherlock

Moderators
  • Content Count

    1198
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by Sherlock

  1. Or if you use GExperts anyways, use the "Replace Components" expert.
  2. I don't think signing is the issue. But consider the sometimes simple heuristics of a virus scanner: DLL = suspicious, file access = suspicious, compiled with Delphi = suspicious. That will generate a warning anywhere... not that its OK, but it is understandable.
  3. Sherlock

    How to enable hint property in a MenuItem

    Since FMX components have no hints altogether you'll need to program them on your own. Or look into our german site https://www.delphipraxis.net/169747-brennende-hinweise-fmx-hints-thintmanager-1-3-a.html. Alternatively you can go the way of the accepted answer from here: https://stackoverflow.com/questions/22417565/is-there-any-way-to-add-a-hint-or-tooltip-with-firemonkey Keep in mind however, that hints or tooltips are not something common on mobile devices!
  4. Sherlock

    Testers needed for GExperts Instant Grep expert

    It behaves strangely when resized: On a side note, the __Build_Project.cmd enters an infinite loop when run from a UNC-path like \\Mac\Home\Documents\Embarcadero\Studio\Projects.
  5. Sherlock

    Update issue

    Was it a problem with connectivity? We have a Mac Mini in our network, for signing the mobile apps. And we can use it to run the apps in the iOS simulator as well. Works pretty good. I have no Android experience on the other hand.
  6. Sherlock

    How do I execute code after FormShow ?

    In that case I do hope you use that single out of the box method provided by Embarcadero to do that one line of calculating you need, otherwise someone might be inclined to call your solution a hack... just saying. The VCL framework like most other frameworks provide methods that should suffice for a very high number of use cases. But not all of them, this is to avoid feature creep, and other mishaps. Programming is not always straight forward. Sometimes you have to get creative. That is the reason I love it.
  7. Sherlock

    Update issue

    There is a "What's coming" webinar on November 9th so it is still roughly a month away.
  8. Sherlock

    Update issue

    Next time, perhaps consider using a VM. Snapshot before the update and, if it fails, just revert. Easy peasy nice and breazy.
  9. Sherlock

    How can I get this code formatting ?

    What is it wasting? Seriously.
  10. Sherlock

    Coming soon

    Great work! I'm guessing you zoomed away from the object inspector on purpose, because you are not quite done yet? It would be great to see what's happening there otherwise.
  11. Sherlock

    Rad 12 Beta - Link to News

    Or Zip with AES encryption...
  12. Sherlock

    Nobel prize for figuring out

    The larger is a debug build, the smaller isn't. Why the debug build does not run as expected, whereas the release build does, is just a matter of checking the different build settings.
  13. Sherlock

    Connection to registration server

    Yeah, Embarcadero sometimes fights with their servers. They'll come around eventually. I guess Delphi 12 is lurking, and the servers are being prepped for it.
  14. Sherlock

    When will we have a 64-bit IDE version ?

    Now there is the rub! A 64Bit IDE will be experimental at best. Quite the contrary to a stable IDE. Just consider the introduction of DelphiLSP. Now that Baby started birthing more than three years ago, and it is still not "robust". I'd prefer them to fix the 32Bit IDE to reach a robust stage over them pulling resources to that new construction site.
  15. Sherlock

    When will we have a 64-bit IDE version ?

    Lets say...sub par 😄
  16. Sherlock

    ExcelApp.WorkBooks.Open() memory leak

    @GringoStarr Please refrain from posting the same question in different subforums for your own benefit. It will just divide attention.
  17. Sherlock

    When will we have a 64-bit IDE version ?

    Well, the main reason on the Embarcadero side would be that the IDE in its current state is not generated from on single codebase in one single language, but is a patchwork of more or less pretty quilts assembled to look like a single piece of software. Some of those patchy things have not been touched in quite some time (this is just a guess on my part, but it is an educated one). Lazarus on the other hand is dogfooding at its best.
  18. Sherlock

    String literals more then 255 chars

    To be honest, that is also the only driving force behind change requests (language XY has it) as well - hyperbolically speaking.
  19. Sherlock

    iOS 17

    Sorry, but that wont do to run the simulator. It is ARM only - meaning you'll need Apple Silicone to run it.
  20. Sherlock

    iOS 17

    Have you tried running your App in the simulator?
  21. Sherlock

    String literals more then 255 chars

    Slow your horses folks. Let's keep it clean and neutral.
  22. Sherlock

    String literals more then 255 chars

    Surprisingly (or not), this argument leads to spending more time with legacy code over time than rewriting from scratch. At least that has been my observation for the past 20 years.
  23. Considering hate stems mostly from envy, I can live with that. I guess it used to be, but for quite some time it's more convoluted. As the number of queries only reflects on poor documentation, steep learning curve and hype. So...no wonder that is not used anymore, but how else could one measure a languages popularity compared to others? Number of books published on the subject? Sales? I'm glad I don't have to come up with some language rating scheme...
  24. Sherlock

    Is it just me??

    That portal is prone to hiccups. Sometimes it wants me to solve dozens of captchas before finally letting me through other times it forgets me, but most of the times it works just fine. Just be patient with it.
  25. Sherlock

    Addictive software??

    Last time the site was up was roughly in July of 23 according to the Wayback machine: https://web.archive.org/web/20230712231651/http://addictive-software.com/index.htm Sadly the site provided zero information about the manufacturer (like an imprint or some "About us" blaba) and neither does the current registration information https://www.whois.com/whois/addictive-software.com
×