TDataModule FireMonkey
Olá Fernando, Gostaria de aber se seria possível me esclarecer uma duvida sobre o uso do TDataModule em aplicações FireMonkey, estou criando uma aplicação que utiliza uma variável localizada no...
View ArticleHow increase icon badge number when receive an push notification
Hello, How increase icon badge number when receive an push notification and app closed? I'm using Delphi Berlin and my own push server (no kinvey, etc). Thanks!
View Articleinfo.plist (iOS) UIAppFonts - xml tags generated by Project > Options...
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...
View Articleunable to load os X sdk
Recently I have installed an new Virtual disk and am in the process of setting up Delphi Berlin Update 2. I have installed the latest version of the PA Server, Xcode and the Command Line tools for...
View ArticleDelphi Berlin and Microsoft Team Service
Hello, Any were able to use the git command from the Delphi IDE with the Microsoft Team Service? I get error that he repository doesn't exist. Martin
View ArticleHow to send files via the ServerSocket and ClientSocket in Delphi XE8?
Hi, I like to create, and this love programming, programming - this is my hobby.You did a good Delphi program, I like it very much. At the moment I'm using Delphi XE8.When I was working in Delphi 7, I...
View ArticleKonopka VCL controls and Berlin 10.1
Downloaded the Konopka VCL controls through the GETIT package manager, seem to install correctly, it is now listed as an installed component. Problem is I cannot see ANY of the controls in the...
View ArticleArray of TLabel objects
Is there a (I hope simple) way to create an array of TLabel objects? My project will have up to four labels that conceptually would lend themselves to being an array. How would one do this?...
View ArticleRAD Studio Berlin 10.1 and iOS 10: "CLASS LINKAGE ERROR"
Hello! I'm trying compile my code (RAD Studio Berlin 10.1) on iOS 10 Simulator. I got message "CLASS LINKAGE ERROR". Heeeelp! Please! (bugs.. bugs.. bugs everywhere) Thanks!
View ArticleWhat is the remote path for deploying to android phone platform
Using Delphi Berlin 10.1.2 on Win64 computer: Need to deploy a file to the documents folder and the files folder on the Android phone. The "TPath.GetSharedDocumentsPath" is the variable within program...
View ArticleMaking a list of TLabel objects accessible by all methods of project
I need to create a list of TLabel objects that can be accessed by all the methods of a project. Assuming the project is Project1, I put the line TLabel * labeList[4]; at the top of the Unit1.cpp file,...
View ArticleDelphi does not compile anymore
Dear all, Delphi has suddenly stopped compiling: Compiling TFK.dproj (Debug, Win32) MSBuildToolsPath is not specified for the ToolsVersion "14.0" defined at...
View ArticleLimiting number of lines and characters in each line of Delphi Memo
I want to limit number of lines and characters in each lines. I have implemented code below : procedure TForm1.Memo1KeyPress(Sender: TObject; var Key: Char);var line, col: Integer;begin with Sender...
View ArticlePrevent closing of Modal form when it calls a message dialog
i have an MDI application where an MDI child form calls a normal form (as modal). when this modal form shows a messagedlg, it (the modal form) hides. i don't want it to hide. how to solve this issue ?...
View ArticleReading big Data from Excel
What is the syntax for reading Data from Excel in c++? ( more then 10,000 cells) ExcelRange* range = mWorkSheet->get_Range(TVariant(Cell1.c_str()), TVariant(Cell2.c_str()));...
View ArticleCan not build for Apple Store, Error E0776
Hi, How to solve this error ? Even an app with single form can not be build for Apple Store: Delphi XE10 Berlin Update 2 PAServer 9.0.2.03 Device: iPad Air 2, iOS 10 XCode 8.2.1 Error Message:...
View ArticleAccess to Windows 10 Store API from RAD Studio
Hello, is there any supported way of accessing the new Windows 10 Store API from RAD Studio 10.1 Berlin Update 2? Specifically, I'd like to use the API for In-App Purchases and licensing through the...
View ArticleError: No mapping for the Unicode character exists in the target multi-byte...
Hello, I’m learning about restful servers and tried out this example: http://chapmanworld.com/developer-skill-sprint-restful-json-services/. It works until I’m typing in a special character like é, è,...
View ArticleAsynpro – Link Error – Adselcom.dfm
Hello,I am using Asynpro for seriell communication and everything works.My project must be executable without DLL, so I change the following project settings.Project-C++-LinkerWith dynamic RTL left =...
View Article