Code Gear 2007 IDE related issue
Hi, I am using code gear 2007 delphi IDE for my project developement. I am not able to check any variable value at runtime because it will show some exception. Some time it display value of variable...
View ArticleCan I Install RAD Studio XE5 on the same computer as RAD Studio Berlin 10.1 ??
Anyone know if XE5 and Berlin 10.1 reside on the same computer, with out causing me problems??? John
View ArticleVcl styles performance
Hello, i am using the vcl styles in one of my projects. After using vcl styles this project has become quite slow. The function TStyleManager.SetStyle always takes at least 500ms and up to one second....
View ArticleInstallation of free components using the Getit package manager
I am trying to install some of the free components from the getit package manager. When I try to install, say, Radiant shapes, I am asked for the serial number. And I am not sure what serial number to...
View ArticleHow can we solve the problem "Google Play rejects APPs with OpenSSL...
Hi there I'm using Delphi Berlin version I cannot upload in Android Market an application (using Indy IDHTTP and SQLite), because they rejected as having OpenSSL vulnerability. After trying to load...
View Articlelink32 error fatal error
Hi, I need your help. I'm trying to migrate my projects in C++ from RAD STUDIO XE to C++ Builder 10 Seattle.When compiling I have an error: link32 error fatal error: unable to open file DATEUTILS.obj....
View ArticleWhy doesn't TLocationSensor work in iOS with the iOS settings set to While...
Why doesn't TLocationSensor work in iOS with the iOS settings set to While Using? Do I need different code for iOS?It works fine in Android.I am not receiving any TLocation.LocationLocationChanged...
View ArticleHow do I get logical drives on the Mac using firemonkey
I am using "system.IOUtils.TDirectory.GetLogicalDrives" to get the logical drives on Windows. The help for this says this command does not work of Posix, which I believe OS X is compliant with. How do...
View ArticleBerlin memory manager
Hi In Berlin, it seems to be a problem with the memory manager Here is a code: type TLn = record aaa: array[0..100000] of Integer; bbb: string; end; var iA: Integer; mas: array of TLn; begin mas :=...
View ArticleProblem with compiling and linking project
We are migrating from Delphi 2009 to 10.1 Berlin and I'm currently using the Trial version of 10.1 Berlin and got all 3rd party compiling and own code compiling, but it seems that there is a problem...
View ArticleAndroid mute microphone
Looking for a way to mute the microphone on an android device. I have done this in B4a using the code below. Just not sure how to convert it to FireMonkey code. Sub SetMic(Value As Boolean) Dim rr...
View ArticleBerlin crashes on Windows 7
Hello. When trying to execute Berlin on Windows 7, the IDE crashes with message: APPCRASH on bds.exe Module StackHash_4a4f App Version 24.0.24468.8770 This happens just when the IDE is...
View ArticleTFDMemTable after CloneCursor returns no records
Calling CloneCursor from an TFDMemTable on a TFDQuery usually works, however I have one case where the TFDQuery has a single record, but after cloning it, there are no records in the TFDMemTable. Has...
View ArticleHow to relocate Delphi Berlin 10.1 from C to D
How to relocate Delphi Berlin 10.1 from C to D, my D Drive is SSD ? Thanks
View ArticleListview with dynamic appearance and Android view not working
With XE 10.1 does anyone get "Cannot assign a TAppearanceObjectItem to a TAppearanceObjectItem" if you have a multidevice application with a listview on it set to dynamic appearance and you then create...
View ArticleProblems With 'Text Editor' Tutorial on Embarcadero Web Site...
Having trouble following the 'Text Editor' tutorial on the Embarcadero web site . . . Almost all the declarations show “Error E2003 Undeclared Identifier” in almost every line in the “Structure”...
View ArticleAbout XMLDocumument component
Hello, I just got free delphi product "Delphi 10.1 Berlin starter" but I can't find in this version of Delphi one very important component for me it is “XMLDocument” . Which version of Delphi I have to...
View ArticleNetwork is unreachable Datasnap over IPV6
When i try to connect to a Datasnap Rest Server over a IPV6 network i get "Socket Error Network is unreachable" I'm using TDSRestConnection to connect in the HostName property i set my server name XE8...
View ArticleValidity of license key in the future
Will I be able to use the Free Berlin Delphi Starter, which is on offer now, in say two years, when I install a new operating system? Will the license key be still valid then?
View ArticleDelphi Berling - Listview (A-Z headers duplicate)
Hi, In Delphi Seattle I was able to add A-Z headers to my list view using Livebindings and FillHeaderCustomFormat = Substring(%s,0,1). After upgrading to Delphi Berlin the A-Z headers will no longer...
View Article