Jump to content

Sherlock

Moderators
  • Content Count

    1245
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Sherlock

  1. That's what this forum is for.
  2. I myself favor Mercurial (hg), but that is just another flavor for the DVCS concept. And we are only two and a half developers. Considering Microsoft themselves favor git over VSS (which they have never used seriously themselves) or TSF, that speaks volumes. Subversion is nice and all, but just can't keep up with the young folks anymore. Why learn to move a two horse carriage, when you could be learning to drive a Model S? So if you consider moving to a different VCS, make the move count. There is not that much to learn anyway. And most of it you'll learn when you need it. Just look at one of the hundreds of VSS->DVCS tutorials and go for it. Best of all, they both are free. Even if you setup an apache server to host a central repository, still free for any amount of users. Edith actually wanted to add Joel Spolskys very cool hginit.com which is a very nice introduction to Mercurial, but it is down for some reason. So instead you get Joels 2010 blog entry on how he took on DVCS after years of Subversion: https://www.joelonsoftware.com/2010/03/17/distributed-version-control-is-here-to-stay-baby/ Examples: https://edmundv.home.xs4all.nl/blog/2014/02/08/migrate-sourcesafe-to-mercurial/ https://www.perforce.com/blog/migrating-visual-sourcesafe-mercurial https://accu.org/index.php/journals/1828
  3. Sherlock

    IDE Fix pack for Rio

    You, Sir, are a scholar and a drinker of fine ales.
  4. I'm sorry to insist but libraries are not simple. And neither is the need to install one to reproduce a bug, that is supposed to be rooted in the IDE.
  5. Are you able to reproduce this bug in a somewhat simpler example?
  6. Hmmm, user of what? On 99% of mobile devices there is only one user. Some may allow a multi user environment, but those are exotic to say the least. As for the device name, maybe this works on all platforms: https://community.idera.com/developer-tools/b/blog/posts/using-delphi-to-get-os-version-device-name-language-on-ios-android
  7. Hey, that's the Delphi from my first job after university. It makes me feel nostalgic.
  8. Correct! But it also shows the normative power of facts. Everybody has been using their hands to operate the parking brake for decades, hence the popular renaming, which made absolute sense. The new concept did indeed turn out to be a dud, contrary to a lot of other stuff Daimler engineers came up with over the years. It is now something that may be regarded as eccentric (or just plain nuts if it where in a cheap car).
  9. Only German engineers can look at the term "hand brake" and go "Yep! That should be done with a pedal".
  10. Sherlock

    ABI Changes in RAD Studio 10.3

    Thanks fo the view under the hood! Please, more!!
  11. Sherlock

    Single Instance of Dephi IDE?

    Me too!!
  12. Sherlock

    Windows installer: best practices ?

    This is indeed a good question, however I believe it to be a mine field. Especially if you want to be able to deploy your software over all Windows versions that are currently in use. It is kind of a waste of time to find out and implement best practices for installers, when you are actually developing something else, say an MP3 player. Don't forget that, ideally, every customer/user will have to use this setup only once, and your software many times, so where should your time really be invested? I use Inno Script, and I am very happy with it.
  13. Your goal would be to be able to fold away large blocks of code, correct?
  14. Sherlock

    IDE Fix pack for Rio

    AFAIK Andy would rather get no money than having to submit to some of the issues he has with the contract(s) that would come with it.
  15. Sherlock

    Service Pack for RIO scheduled when?

    @Marco Cantu is reading here. So we just might get some "insider" information soon.
  16. Sherlock

    CrossPlatform uPnP solutions for Delphi

    I've always found other languages to be a good source of inspiration, in recent years especially Python. So this here https://www.electricmonk.nl/log/2016/07/05/exploring-upnp-with-python/ looks like a promising start. Maybe we could turn this into a community project?
  17. Sherlock

    ThemesEnabled deprecated..

    Pesky with overcome by wits.
  18. Sherlock

    TListView collapse stuff under a header

    I agree with @Rollo62. The TreeView is a bit cumbersome on mobile devices. I have sidetracked this issue for now. As soon as I come up with a solution I'll post it here.
  19. Sherlock

    Rio SOAP gzip response problem

    @ihxPlease, explain what you mean. Is it safe to assume, you want the previous post deleted?
  20. Sherlock

    OSX Debugging Issue - How?

    I get all the logging I need in the PAServer using the regular built in log.d. Just out of curiosity: Why the dylib? If it is your own, just compile it into your program and make it monolithic...the good old Delphi way.
  21. Wouldn't it be easier to render everything on the client side and just transfer the data needed from the server? Some form of JSON should suffice. All controls and their states should be listed and you can build the form accordingly. The hardest part would be the communication between client and server.
  22. Sherlock

    TLanguages - Localization tool for FMX and VCL

    Correct. Apparently I am still hung over and party mode wont shut off. Sorry about that.
  23. @Dalija Prasnikar:The context was "simple test programs". No regular users around those...I hope.
  24. Sherlock

    TLanguages - Localization tool for FMX and VCL

    So can the language be switched in the running application?
×