KenR
Members-
Content Count
130 -
Joined
-
Last visited
-
Days Won
1
Everything posted by KenR
-
This happens when selecting some code and right-mouse clicking on it to invoke the menu or when doing so and clicking on the main search menu. This only seems to happen in very large projects. Also happens in Delphi 11. Has anyone else experienced this or knows a work around as it is driving me crazy?
-
Didn't work I'm afraid. Delphi just closes with no message at all.
-
I do have EurekaLog IDE Expert installed but it is set to not catch IDE errors.
-
I guess I'll have to stop using it too but more than 30 years of ingrained habit to overcome!
-
Re iOS, macOS and Android. Beta versions of these are always available many months before they are made live which should give Embarcadero time to release an update. Instead of that, we are always behind and many times in the past are left unable to even upload to the platforms app stores.
-
I don't think you'll find anything better than the DevEx one but you will have to buy all of their VCL components,
-
Apple have still not come back to me about issuing it with the wrong Team ID (I have two). Hopefully they will come back to me soon as I contacted them three days ago.
-
I downloaded and the PAServer patch shortly after it was made available and can confirm that it is 13.0.12.0
-
I get the same. Surely they must have tested the patch with a new project!
-
XCode 13 does not support iOS 15.1. You need XCode 13.1 andnot sure if that will then work with Delphi 11 patch.
-
Turns out that Apple are using the wrong Team ID when a development certificate is generated.
-
Yes, the deploy fails with this error message and BuildIPA is disabled.
-
Is there a way of running on the iPhone locally as I can't manage to do so.
-
Have used Indy for years and years for emails, ftp, etc. with no real problems.
-
The problem with beta testing new releases of Delphi is that the components we use in our applications are normally not available at that time, so it is a pointless exercise. I have given up participating.
-
D11 is far too buggy to use in production. Maybe in a year or so given the speed that Embarcaderor fixes bugs (and sometimes never)!
-
Just an update on this. I am now using CodexSetup/Mosco and have been able to submit to the App Store. Thank you very much Dave.
-
I thought thehe best option as I want to use Delphi 10.4.2 and 11 was to roll back to Xcode 12.5.1 however the Xcode_12.5.1.xip file seems to be damaged. I have downloaded it a couple of times with the same result. Is this available from somewhere else?
-
Thanks Dave. I find it really annoying that new versions of iOS are still unsupported by Delphi for some considerable time. After all, betas are available from Apple!
-
Thanks. Strange. It seems fine now. Wen I tried before the Design tab was disabled.
-
Unfortunately the new edit window cannot be toggled to design which is how I would like it to work (or at least I can't find a way of doing so)!
-
Hi, I am using this to retrieve tokens from HMRC. Exactly the same project works with Delphi 10.4.2 but fails with Delphi 11. I get the error message back "Requests to this endpoint cannot be made with data in query parameters". Is any one aware of any changes in Delphi 11 that may be causing this? Thanks, Ken
-
It's not so much that I'm worried about making a one off change but rather that I'm concerned that there may be other critical errors in Delphi 11.
-
Thanks again, but I have to use TRESTRequest.AddAuthParameter and it doesn't support the additional parameters.I don't want to change the REST.Client.pas unit.
-
Thanks. No more Delphi 11 for me for a while then!