Git integration respective fatal: repository not found
I'm using C++ Builder XE10 Seattle Starter. I installed Git @Windows 10 and setting up Git executeable to IDE using the Tool-> Options dialog. Then I have a git Server running on a Debian machine,...
View Articleapple developer guide certificates invalid issuer
Yesterday the certificate: "Apple Worldwide Developer Relations Certification Authority" expired - at least for some of us.
View ArticleWeb Services and Certificate in Delphi 2007
Is it possible, in Delphi 2007, to be connected to a WEB-Services SOAP (imported with WSDL-Import and with THTTPRIO component ) with a https connection and where the WebServices need a Certificate? How...
View ArticleMongoDB and FireDAC with Delphi Professional. Do I need the FireDAC add-on?
Hi, I have Delphi Seattle 10 Professional. I was attempting to run with some MongoDB examples but can't resolve the FireDAC.Phys.MongoDB units etc. Is MongoDB support actually included out of the box...
View ArticleIf i have a text inside a TRectangle which use Opaque = 0.5, how do I keep my...
I want to have a transparent background for my text using a TRectangle with opaque = 0.5. But the Text inside I want to be black (as Opaque = 1, not inheriting the Opaqueness from the TRectangle. Is it...
View ArticleIDE takes 18 minutes to load!
I use RAD Studio XE2 and since installing Appmethod 1.17, it now takes 18 minutes, yes, 18 minutes to launch the IDE. The splash screen shows, shows the different languages' c++ builder, Delphi are...
View Article[dcc64 Hint] H2161 Warning: Duplicate resource
Since upgrading my FMX project from XE8 to Delphi 10 Seattle I am getting the following warning: [dcc64 Hint] H2161 Warning: Duplicate resource: Type 12 (CURSOR GROUP), ID 32761; File c:\program files...
View ArticleResults output Syntax
Good Morning, I am trying to write a code that will automatically output the data results to specific folder on a shared drive. is there a Output syntax that I can add at the end of the query that will...
View ArticleIs Firedac stripping out exclamation marks?
Hi, I'm trying to insert some data into a mysql table using an fdquery object in Delphi 10, which works fine except it does not insert all the exclamation marks (!) present into the varchar fields i.e....
View ArticleProblem static linking Windows app with TNotificationCenter
I am using C++ Builder 10 Update 1 running on Windows 10. I am working on a Windows VCL app. I have a sample program that demonstrates the use of the TNotificationCenter component. I can link and run...
View ArticleNo Android in 'Additional Platform Support'.
No Android in 'Additional Platform Support'. I cannot figure out how to get Android working in RAD Studio 10.
View ArticleAccess violation 0xfeeefeee in debug mode only from IDE (COM application)
Hello, I'm developing an application using COM. When I start in DEBUG mode this error occours occasionally: Project ...... faulted with message: 'access violation at 0x766cc99e: read of address...
View ArticleDesign help/ideas for Mobile > Datasnap/SQL server > Firewall >...
Hi, I'm hoping some of you developers, MVPs, and evangelists can help me come up with a design plan and possible samples for something I would like to try. This area of Delphi is totally new to me as I...
View ArticleSystem.Json output UTF8 escaped String
I am trying to build JSON objects that contain UNICODE characters but using the .ToJson property it just escapes all unicode characters and does not create it as UTF-8. Using the ToString property it...
View ArticleQuestions regarding an upgrade from XE3 to C++ Builder 10 Seattle
Hey Guys, currently I am using the XE3 IDE in combination with SVN on Windows 7(32 bit) . Now I would like to change to the newest version C++ Builder 10 Seattle. Do you know how much effort is...
View ArticleTranslate text on TMsgDlgBtn buttons
How do I translate the text on the dialog buttons: TMsgDlgBtn .mbOk, mbCancel and all the others. MessageBox(), MessageDlg() and so on.
View ArticleHow to disable Multipaste/Clipboard History in Delphi 10 IDE
In Delphi 10 Seattle Multipaste and Clipboard History (formely Castalia) are now integrated in the iDE. How can I disable this feature, because it is interfering with other programs, i.e. while Delphi...
View ArticleXE10 Listbox Disable Focus Effect! [Android
xe10 ... android.. Listbox touch... focus effect animation show... I do not want to have effect.... DisableFocusEffect option => It does not work!! Tell us how... please..
View ArticleLog.d for Android does not work
I use Log.d (unit FMX.Types) for writing debug messages in the Event Log of the IDE. This works fine with Windows, but if I run (debug) my app on a Android device (connected thru USB), the Event Log is...
View ArticleSQLConnection Timeout on devices
Trying to do a round up of the best way to "ping" or timeout a TSQLconnection as of Seattle Update 1. I have a Datasnap server/client set up and using a TSQLConnection to establish the connection....
View Article