Jump to content

Sherlock

Moderators
  • Content Count

    1245
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Sherlock

  1. Sherlock

    No universal binary for iOS in 10.4

    Of course you might exclude existing users. Those with 32Bit iOS. How many are there, though? What do you know about your users? Do you have any information? However, that still wont lead to a new AppID.
  2. Sherlock

    Your RAD Studio 10.4 Sydney issues

    I totally understand, but some eye candy just wont work. And sooner or later some other stuff will follow. This discussion is as old as Windows itself. It used to be "my customers only run DOS" then became "my customers only run 16Bit Windows" over to "my customers only run WinXP" to what we have today. Someone in that story has not learned, and should be beaten with a set of Windows installation floppies: Hardware manufacturers that create one version of their controlling software and never update it, or for an ungodly price. We could break our ears and keep our software running on DOS, or just inform the customers and let them wise up and do a pitchfork and torch run on their machine manufacturer. After all, it is your hide they'll be after if something wont work because their system is outdated - not that this is the case right now.
  3. Thanks for the heads up. Did you report it at QP?
  4. Sherlock

    ParnassusCoreEditor.dll AccessViolation

    Some files are in use while Delphi is running, so they can't be deleted. I am not sure there is any mechanism that can bypass this. Another subject for Embarcadero to look into.
  5. Sherlock

    ParnassusCoreEditor.dll AccessViolation

    Now that is a swift and elegant recovery from the blunder earlier. Respect @Embarcadero.
  6. Sherlock

    ParnassusCoreEditor.dll AccessViolation

    It's called consistency and is considered to be a good thing...most of the time.
  7. Sherlock

    Your RAD Studio 10.4 Sydney issues

    Windows 7 is no longer supported, nor should it be. Why support anything even the original manufacturer only supports grudgingly and for a price? As a consequence applications will run, but eye candy will not be as sweet as intended. That seems to be a good compromise to me.
  8. Sherlock

    Why does GetIt require Delphi to restart so often?

    @mvanrijnen That's the reason, yes. But! It should be possible to have a "Restart IDE after install" checkbox, and to be able to uncheck it, when you want to install several things, to then restart after all that, shortening the overall install time significantly.
  9. Sherlock

    Konopka KSVC and Bookmarks now available for Syndey

    TBH... that may really have been true. Some more bugs could have been fixed as well in that time. But, same is true if they had deferred the release until next year... so, all is good, the way it happened.
  10. Sherlock

    ParnassusCoreEditor.dll AccessViolation

    I feared this could happen. It's the same as 10.2 -> 10.3. GetIt does not seem to care about parallel installations and overwrites the "old" Parnassus files.
  11. Sherlock

    RTTI in dpr / console app dpr

    That's what I would do as well. Though it is nice to have everything in one unit...it is not nice to do so, because that code is not reusable, especially if it is in a dpr. And you never know, if you'll need it later on.
  12. Sherlock

    Chatbots on whatsapp. Freeware.

    That link needed some correcting, only got 404 from it. So...what is this? A Chatbot for WhatsApp? What do the boys and girls in FB-Land think of it? Is that a violation of some ToS?
  13. Did my civic duty and helped push the server out of the mud.* Then voted for the issue. * Not really
  14. Sherlock

    wuppdi Welcome Page for Delphi 10.4?

    @Kas Ob.: Please consider opening a new thread for that.
  15. Sherlock

    wuppdi Welcome Page for Delphi 10.4?

    There are always at least three fingers pointing back...so, no worries. I'm laughing at my own code at a regular basis...and crying...drinking even. Oh dear.
  16. Sherlock

    FTPServer Beginner

    Will this server be open to the public? If so, please consider a finished, polished and most importantly relatively safe commercial/OS product. Though your token solution sounds good, it may not be once you have implemented it. Exposing yourself or maybe worse your customers like this should be given a lot of thought - and know how. First off, you should use FTPS or SFTP, not plain old FTP. If I had to, and I mean really head to, I would use FileZilla and for each user their own folders, without possibility to get out of that (resulting most likely in a Linux file system). Then into every folder a sym link (or whatever the're called) to the files they may retrieve.
  17. All I can say is, it works for me. Sorry. @dummzeuch GExperts for 10.4 is there? Good job!!
  18. And you did save it as your default desktop (Standard-Layout), not the debug desktop?
  19. Isn't that something you can just save using the desktop settings? Edith says: Yes, it is.
  20. Sherlock

    Can Rio and Sydney co-exist?

    The reasons not to install under "Program Files" being? - Small as possible system drive, separate data/app drive - Constant need for unencumbered w/r access to "Program Files" Just curious.
  21. Sherlock

    Can Rio and Sydney co-exist?

    Main question here should be: What happens to tools installed via GetIt? Will they be broken for 10.3.3?
  22. Sherlock

    Front-end vs Back-end question

    I have basic settings right in my application...for windows. In iOS the settings are in the iOS settings. For the more advanced settings, that users should not meddle with, I have an administrative web page. And the even deeper stuff has to be done by my support team in a Linux-shell.
  23. This is actually true for all software products, so I pinned this.
  24. Sherlock

    Return background to foreground

    Then perhaps a "Mainform.Show" will do the trick?
×