Delphi 10
Discussions tagged Delphi 10
-
more than a month ago
Diskfree Error Message
Windows 10, Delphi 10 Starter Hi, I posted this question back in April, but although I got 389 views, I got no replies. This is presumably because the fix is trivial. Anyway, I will ask once more and see if someone is kind enough to put me out of mi... -
more than a month ago
Halt execution at line doesn't work
Windows 10 Delphi 10 Starter Since I installed Delphi 10 Starter in February this year, the option to put a code execution flag in the editor has not worked. The code simply ignores it. I have checked that the code on the line is being compiled and ... -
more than a month ago
Shortcut keys stopped working
Delphi 10 Starter on Windows 10. I have been editing my app and suddenly the shortcut keys in my application (not the Delphi environment) don't work. I have looked at this site, plus others on the web, but none sort out the problem. I am using a sta... -
more than a month ago
Error C12945 when compiling with Delphi 10.2 Tokyo
Hello all, I'm facing a problem migrating from Delphi 10.1 to 10.2. When I compile my application in 10.2, the compiler displays an error message "Internal error C12945" (sometimes preceeded by "F2084"). Of course, the compilation works fine in 10... -
more than a month ago
Cannot use FireDAC with RAD studio 10.2 release 1
I've updated RAD Studio 10.2 to the recent 10.2.1 release. Now, when I compile a previously working program, I get a [dcc32 Fatal Error] TestForm.pas(7): F2051 Unit FireDAC.Stan.Error was compiled with a different version of FireDAC.Stan.ResStrs... -
more than a month ago
"Not responding" message when accessing drives.
I have a routine that accesses a large number of drives on my system. Sometimes Windows fires up each drive before proceeding with the app. On occasion, I get a message "Not Responding" in my app title bar, but this eventually clears and the app run... -
more than a month ago
Fatal error F2582 unable to load DLL compllvm.dll
I installed Delphi Tokyo, installed Platform Android through the platform assistant, attached a Samsung Tab E to the computer, it is seen by Delhi. But on compling to the Tab it gives a Fatal Error F2582, unable to load DLL compllvm.dll Searched f... -
more than a month ago
TMapMarkerDescriptor.snippet is not an InfoWindow?
Hello, As I know, an InfoWindow of a Marker in the GoogleMaps can have HTML code and it can show 'everything' (Texts, Images, Buttons, etc., as a little webpage). Is it possible to have an Image on a Marker's snippet in Delphi, or it is only a text... -
more than a month ago
diskfree() gives errors if polling an optical drive in which a cd has been inserted then ejected
I have a routine that checks for diskfree and disksize on my logical drives. This also checks the two opticals I have. Everything worked fine with nothing in the drives. I then tested the procedure with a CD in the drive, and it reported a read only ... -
more than a month ago
App will not compile with the addition of a single line of code
I was compiling a project "Chart" which defines a TRecord which contains a number of boolean variables, one of which was "showygrid". I was building the code up with it working fine when I entered "showygrid:=true;" in a "with the record" block. The ... -
more than a month ago
Erro SOAP IIS - WebService (Abstract Error) Delphi 10.1 Berlim
I have problem in SOAP Server Application.When trying to consume the service hosted in IIS presents the abstract error error(Projects in Delphi 10.1 Berlin)But when trying to server in Delphi 7 works correctly consumption ... -
more than a month ago
Surprise of the Day
Hi All, Yesterday I had a real unpleasant surprise with the Seattle IDE freezing. After some rounds of edit - crash - kill - restart, I managed to boil it down to this line: Const AName: array [0 .. 1] of TPoint = ((X:0, Y:1), (X:1, Y:0)); The sy... -
more than a month ago
JSON data getting cut off when loaded using REST to ClientDataSet
I used RestClient, RestRequest, RestResponse, RestResponseDatasetAdapter to load JSON from website to ClientDataSet. Problem is that when I try to display a long text field into a memo, I only get part of text . memo1.lines.text := ClientDataSet.F... -
more than a month ago
Android Report Delphi XE10
is there any report component for android in Delphi xe10... -
more than a month ago
info.plist (iOS) UIAppFonts - xml tags generated by Project > Options key/pair value
There is a really great tutorial here regarding how to bring in custom fonts into Android and iOS apps. I tried to streamline the iOS process by adding a key/value pair of UIAppFonts/myfont.ttf to Project > Options > Version Info > [myTarget]. It'... -
more than a month ago
Which direction to take when it comes to remote database and mobile communication
To be honest this is probably more of a "where the heck do I start" type of question than a specific issue as I can't see the wood for the trees with so many small demos out there all doing something slightly different. I seem to have so many option... -
more than a month ago
FMX components trigger premature mouse events in iOS - Delphi 10
I have a simple Multi-Device application that consists of a TTabControl, 1 TTabItem and a TButton on in the tabitem. If I press and hold the button down, onMouseUp is triggered before I let go. FMX.Platforms.iOS touchesCancelled is being called wh... -
more than a month ago
Dual Monitor/Dual IDE issues
I have 2 instances of the IDE open because I'm working on a client and a server. Also have dual monitors. This is Delphi 10. Let's say I have the client project on monitor 1, and the server project on monitor 2. Default and debug layouts are save... -
more than a month ago
How can I change font in multi-device app?
1) Is it possible to change font in a multi-device application? I have tried but they all look the same on IOS and Android (everything looks like Arial). 2) Can OpenType fonts be installed and used in FireMonkey (Multi-Device) Apps? 3) Which fonts...
- Page :
- 1