Unresolved External: JSON Reflect, DataSnap, REST
Hi, I make this tutorial: http://docwiki.embarcadero.com/RADStudio/Seattle/en/Tutorial:_Using_a_REST_DataSnap_Server_with_an_Application_and_FireDAC but I have a problem in server line: TFDJSONDataSets...
View ArticleDelphi 10.1 Berlin Debug not working
I have been using Delphi 7 for years and found it to be a very stable platform and virtually all components work without bugs. I have now downloaded Delphi 10.1 Berlin to see what the advantages are of...
View ArticleAny idea about delphi coding in AWS Lambda environment ?
As new trends of serverless "AWS Lambda" environment born, to be compatible with about technology, delphi considers that ? Thanks, Mark
View ArticleDebug mode linking error - I'm not a BETA TESTER!!
I have imported a C++ Builder project from XE8 to 10 Seattle, when I try to compile it using new CLANG based C++ 32 bit in Debug mode, I get following Link errors. How can I resolve it? When I try...
View ArticleUse of OnReconcileErrorDialogBox in Berlin 10.1 with TFDQuery
Hi all. I appreciate my newbie status all too well when working with FireDac but having read the book (Delphi in Dept: ClientDataSets 2nd Edition by Cary Jensen) and having sweated over some code I...
View ArticleRetrieving real gps status
Hi, how can i retrieve the real status of a gps sensor on android or ios? TSensorManager returns a LocationSensor With a timer i'm printing the TSensorState flag, but it returns every time a Ready...
View ArticleError occurs while implementing custom Font in iOs using Firemonkey
I'm using Delphi 10.1 for developing mobile application. And I'm trying to implement the custom font Livingst.ttf for iOS and I followed Steps. But when I'm trying to run the application in iOS...
View Articlessl support
Hi will Indy components use native SSL support in Tokyo ? or how to resolve this problem: I need to download images to my multidevice apps over http(s) I have Enterprise license and I don't know what...
View ArticleTPath from System.IOUtils vs FMX.Objects
Hi, I have new MultiDevice project: uses System.IOUtils ... dir := TPath.Combine(TPath.GetDocumentsPath, 'plikZAparatu.jpg'); and when I add Timage to project, it adds FMX.Objects to uses ... and...
View ArticleiOS Notification problem
Hello! I've been trying to get notifications to work on iOS project.When I run the project on windows, I get notifications perfectly fine. But when I run it, the application shows up and everything,...
View ArticleJCL/JVCL and 10.1 Berlin Installation Issues
Hi all, Has anyone else been having a nightmare installing the JCL/JVCL on 10.1 Berlin?Personally, it's starting to get to the point where it just isn't worth the effort to use any of the JEDI stuff...
View Articleios deployment add files
Hi In Project -> Deployment I added file: language.ini and set Remote path: Startup\Documents\ the code: fileNew := TPath.Combine(TPath.GetDocumentsPath, 'language.ini');ShowMessage('fileNew: ' +...
View ArticleCannot Compile or Run anything from my version of Berlin 10.1
1. None of the sample programs run, always missing things; 2. when I create a simple button program I get Platform Var1able "BNB" error; and 3. I Import a ActiveX Component (TWebBrowser) it is not...
View ArticleBest Pratices for using Firedac
Is there a more secure way to pass parameters to a query? TFDQuery(Qry).SQL.Clear; TFDQuery(Qry).SQL.Add('select * from table where id= :id'); // option 1 TFDQuery(Qry).Parambyname('id').AsFloat :=...
View ArticleDelphi XE2 - switching license to another machine
Hi, we have some enterprise licenses Delphi XE2, some unused. We need to know, in the case of assignment of the license from one machine to another, the correct procedure to register the...
View ArticleFireUI Live Preview not Synchronizing with my IDE RAD Studio
I just recently installed the FireUI in all my devices for my App development. In contradiction with its FireUI function to sync with my devices, it appears that it is not synchronizing. I am not sure...
View ArticleSensors -- Android Step_Counter ?
I have a Delphi Berlin Android application that needs to access the Android Step_Counter. I have researched for a few days and find no Delphi related references or examples for the Android step sensors...
View ArticleLarge fonts in inherited forms (Delphi 10 Seattle)
Hi, I am encountering a problem with large fonts in Delphi 10 Seattle and inherited forms. The two images below come from the same application, first executed in normal Windows fonts, then in large...
View ArticleTButton images missing in Delphi 10S VCL app
Complex one here. I have a large button image TImageList repository on a common form with 226 24x24 bmp images. I use these images to source imagery for all toolbars and TButtons in a rather large...
View Article