10.1 Berlin
Discussions tagged 10.1 Berlin
-
more than a month ago
Best 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 := valueFloat; //or option... -
more than a month ago
Login with Facebook crash only on iOS (solved)
Hello! I'm facing some problems with login with facebook account in my app (Rad Studio Berlin 10.1). I create a form and put a TWebBrowser to get AccessToken from Facebook. Once i got AccessToken, i close webbrowser and i execute a RestRequest pass... -
more than a month ago
Berlin 10.1 Update 1 - very slow compiler for iOS
i'm about to code my first iOS app. Got to about 120,000 lines of code (25,000 my own code, the rest comes from TMS components for GUI). Compiling for the simulator takes about 10 seconds. Compiling/debug for the iPad (without deploy) takes 1:38 = 98... -
more than a month ago
Anybody knows how to create an "Enhancement module" for 10.1 Berlin's Editor?
Hello, The IDE's Help mentions "Enhancement modules" that can define keystrokes. I would like to create a custom one, but have searched all of Berlin's Help as well as the Web and could not find HOW to do that. Does anybody have an idea? Many thank... -
more than a month ago
Define editor macros - increasing productivity
Hello, I heavily comment my sources, mostly by placing a "// ..." comment at the end of the line. While this has saved me many times trying to understand what I meant in my code a decade ago, it does take time. I don't mind typing the comments, but ... -
more than a month ago
How to Create an AWS REST API request with AWS4Authentication?
How to connect AWS API GATEWAY with AmazonAWS4Authentication ? I could not find any C++ sample code. ... -
more than a month ago
Adding columns from code in a ListView with DynamicAppearance
Hi, how can i dynamically add columns on a ListView from code. Used to do this with a TListItemText in Seatlle, but it does not work in Berlin. I get the rows but the text is not displayed (empty lines). Thanx, Stefanos... -
more than a month ago
C++Builder: Link error when calling a method from a Jar file
I'm developing a mobile app using C++ Builder Berlin 10.1 which use a Jar library to scan barcodes. With Java2OP, I obtained a Delphi Bridge File to use the functions of the Jar. I translated it to C++ and include it to my project with the associated... -
more than a month ago
How do I update an expression calculated field before changes are posted?
I have a calculated field that is editable, when the value changes it updates the underlying database field that it is calculated from, however as soon as I move to another cell (without posting) the value reverts to the old calculated value. This i... -
more than a month ago
WSDL/SOAP on Multi-Device application don't work on Android - C++ Builder Berlin 10.1
Hello, I made a test application to test Multi-Device application and validate our migration to the new embarcadero C++ Builder 10.1 Berlin... unfortunately it didn't get so well... We have a web-service developed in C++ builder 2007 (ISAPI). When ... -
more than a month ago
Restricted count of records in FireDAC result to 50. Why ?
Delphi 10.1 Berlin I search a SQL db via FIREDAC . Problem : there is a restriction of max 50 records . What the hell ... ? Program was first developed with trial version. Any idea how to fix it ?... -
more than a month ago
OnFormCloseQuery not working in Delphi 10.1 Berlin anymore
Hi, I recently upgraded to Delphi 10.1 Berlin.After upgrading the OnFormCloseQuery-Event of a Firemonkey-Form dos not work anymore. To reproduce the error simply: 1. create a blank Firemonley Desktop-Application2. create a second form3. in the OnF... -
more than a month ago
Why does 10.1 Berlin bloat executables by more than 2MB
Comparing executables from the same Firemonkey projects between RAD Studio 10 Seattle & RAD Studio 10.1 Berlin, it seems (for my projects anyway) that the executable sizes are 2.2MB bigger!! Luckily VCL applications don't seem to show the same growth... -
more than a month ago
Where is documentation and/or source for IoT.Family.BluetoothLE.*
I have a TI SensorTag and a Heart Rate Monitor. I'm trying to get either to work in iOS, MacOS, and Android, and the SensorTag to work in Win10 to understand how to add a custom BTLE device. I grabbed the SensorTag IoT stuff from getit, as well as ... -
more than a month ago
BTLE Scan for devices without pairing first (Win10)
Using RAD Studio Berlin (Delphi) One of the "what's new" pages lists: Applications running on Windows platform lower than Windows 10 need to pair the devices before discovering BluetoothLE servers. For more information, see Windows Bluetooth FAQ. ... -
more than a month ago
10.1 Berlin: deploy to watches?
Hi,Isn't 10.1 Berlin supposed to easily deploy Android Wearable apps?I didn't find any info on how to deploy to an Android Watch for example. I can play with the design in the Form Designer, but then how does one send the packaged app the the watch?I... -
more than a month ago
10.1 Berlin Feature Installer?
Hi, From the doc one can install features in a simple way. I even saw a nice video for that.But I never ran into it. I had the usual installer and installed all options. Now even when I launch it, Tools > Platform Manager doesn't even exist. Am I m...
- Page :
- 1