-
Content Count
1245 -
Joined
-
Last visited
-
Days Won
28
Everything posted by Sherlock
-
Did you install using an ISO image? If so have to enabled GetIt to go online? Please find the following in the Delphi 10.4.1 release notes:
-
Is variable value kept after For.. in ... do loop?
Sherlock replied to Mike Torrettinni's topic in RTL and Delphi Object Pascal
Ah well, I chose Delphi because I like it. 😄 And if I can avoid a slow down whilst using Delphi I will try to do so. So thanks for the insight, and probably I'll do some benchmarking for my specific application, just to see if this refactoring is justified. -
Is variable value kept after For.. in ... do loop?
Sherlock replied to Mike Torrettinni's topic in RTL and Delphi Object Pascal
So actually, while looking cool and trendy it really is slow and not so cool at all? I got some refactoring to do... gnarf! -
git - do you 'pull' before/after switching branches?
Sherlock replied to David Schwartz's topic in General Help
IIRC pushing something not from tip will just open a new branch... but that might also be an optional setting. -
git - do you 'pull' before/after switching branches?
Sherlock replied to David Schwartz's topic in General Help
1) That is what a diff tool is for. 2) Of course learning should be done with your own repository and your own server. But learning should also involve avoiding wrong uncomfortable patterns. And what you are doing is simply a waste of time and space. Everything you want to accomplish can be done with your first repository alone. -
git - do you 'pull' before/after switching branches?
Sherlock replied to David Schwartz's topic in General Help
You can pull anytime you feel you need to update your local repository. This does not change what you are currently working on. It is however frowned upon to push your work without pulling and merging recent changes into it. But that might depend on team size and individual work flows. -
Hi there. XCode 12 has been looming in the AppStore for roughly a week now. Has anyone gotten over themselves and installed it? If so, what did Delphi have to say?
-
Same here. Plus the tons of bots that just randomly like our posts.
-
Just trying to figure out what level of expertise to expect, and how deep the explanations should go.
-
Do you know how to add any text to a TStringGrid? Do you know how to read the contents of a TEdit?
-
New feature request: Open dfm as Text if malformed (vote if care)
Sherlock replied to Tommi Prami's topic in Delphi IDE and APIs
Binary DFM are devils work and must be burnt at the stake whilst vigorously waving pitchforks and shouting obscenities. Version control systems handle them poorly (not that text DFMs are far better in this regard, but, you can manage, once you move any pictures to a datamodule). Actually they are just binary blobs most of the time and will consume unnecessary storage Everything else, the other guys said -
No unusual stuff happening on my end. But I don't have deepest insight into the machine running the server. However it it seems more likely your cookies need some cleaning up.
-
@Angus Robertson He has been there...
-
To distinguish between add-ons and components is like distinguishing between records and classes - a good thing to ease discussions with your peers.
-
10.4.1 Released today
Sherlock replied to Darian Miller's topic in Tips / Blogs / Tutorials / Videos
Wow! Macapi got a lot of attention in this release. All the stupid integers instead of boolean usages (you know: 1 is true and 0 is false) have been corrected to boolean. Plenty of work to correct that now in my application -
I'm pretty much with @Stefan Glienke this is a Delphi forum. C++ is sometimes mentioned here, but I believe we should not muddy the waters here, plus C++ users might not be satisfied with a mere sub forum. But in the end, this is up to @Daniel
-
10.4.1 Released today
Sherlock replied to Darian Miller's topic in Tips / Blogs / Tutorials / Videos
Hmmm, have not installed that yet either, but I'll have to check if I actually have the command line tools for my current version. It has been some time since I needed XCode. Yupp, that was it. I failed to install the command line tools. Now everything is OK. XCode 11.6 btw. -
10.4.1 Released today
Sherlock replied to Darian Miller's topic in Tips / Blogs / Tutorials / Videos
Soooo, has anyone successfully installed the Apple SDKs? I am unable to, neither macOS nor iOS works. Correct PAServer is installed and running with tested connection. Do I have to grant the PAServer some permissions, maybe? -
This is a tradition and traditions are not to be messed with. No matter how annoying the are.
-
10.4.1 Released today
Sherlock replied to Darian Miller's topic in Tips / Blogs / Tutorials / Videos
Yes. It has been this way for some time now. I just trusted them to stick to that plan. Perhaps that was a lucky guess. -
10.4.1 Released today
Sherlock replied to Darian Miller's topic in Tips / Blogs / Tutorials / Videos
It's on the very first dialogue. -
10.4.1 Released today
Sherlock replied to Darian Miller's topic in Tips / Blogs / Tutorials / Videos
I guess anyone who hasn't jumped ship by now just doesn't care anymore. 😞 -
Delphi 7 is a lot slower on Windows 10 (compared to Win7)
Sherlock replied to Yaron's topic in Delphi IDE and APIs
Well it did have the TXPManifest Komponent. But I don't believe they really used it themselves. -
Best practice has always been to just build the command line and execute that. No hassle with DLL changes, no issues with 32Bit vs. 64Bit and last but by far not least: easy testing by just copying the generated command line into a terminal and checking the output.
-
Did you try to telnet to that port from another machine?