Font size, text alignment problems in Delphi 10.1
Defining Environment Loaded the Delphi 10.1 starter promo edition. Have defined a Layout that contains a Rectangle component. The rectangle contains a label and another layout element. This second...
View ArticleGetting system parameters
I need to determine the screen size for an application. I've looked in the help system of the IDE but it was sketchy at best I know the following property MaxPhysicalScreenSize: TSize read...
View ArticleNeed new TRESTContentType named ctAPPLICATION_HAL_JSON
How can I added a new http TRESTContentType named ctAPPLICATION_HAL_JSON so I can post Application/HAL+JSON requests to my REST server via a RESTRequest parameter?
View ArticleTWebBrowser help
Two questions: I am attempting to open a web page in a TWebBrowser window. The address I want is https://mla.dmdc.osd.mil/mla/single_record.xhtml . However, when I provide that URL, it goes to...
View ArticleAccess CIDetectorEyeBlink through iOS CIDetector Class
I want to be able to use the iOS CIDetector Class to detect when a person blinks. Does anyone know how to implement access to the CIDetector Class to access the CIDetectorEyeBlink functionality in...
View Articlechange in component TRichEdit from Delphi6 to newer versions
I have written many years ago a program in Delphi6, now I have transferred it to Delphi 2010 Berlin 10.1. Several problems occur, but one is important: There is a change in TRichEdit between old Delphi...
View ArticleTWebBrowser help (again)
My application opens a form from a government website in a TWebBrowser element. After the form is submitted, it returns a PDF file to be opened or saved (not in the document window). I need to save the...
View ArticleBrowser Open/Save dialog
My application opens a form from a government website in a TWebBrowser element. After the form is submitted, it returns a PDF file to be opened or saved (not in the browser window). I need to save the...
View ArticleCan't Find the Data Explorer in Delphi 10.1
Hi, i' new to delphi. I Downloaded Delphi 10.1 Berlin Version 24.0.22858.6822 i'm trying to find the DAta EXplorer so I can connect to a small database I just create with the IB console. The Data...
View ArticleIntegrating android app with Talkback using Delphi
I'm using Delphi 10.1 Berlin for developing mobile application. In Android mobile app, I need to implement the Talk back functionality for visually impaired people(blind people). And I have searched in...
View ArticleIOS 10
Anyone has tested iOS 10 on Berlin? Is it safe to update device and use IOS 10 SDK? Thank you
View ArticleDelphi or RAD studio ?
Hi, I want to use your software to create apps that can be run on iOS as well on Android. I need access to the Bluetooth LE API. What is the main difference between Delphi and the RAD studio ? In what...
View ArticleBluetooth low energy on windows 10 with sensortag (texas)
Hello I'm developing an application for windows 10 and I use the Bluetooth LE ( RAD Studio 10.1) component to discuss with the sensor tag of Texas. I have compiled the sensortag sample and the sensor...
View ArticleH
Hi ! I need create application for iOS/Android/Win10 that work with device by BLE. I opened examples but no one not about write characteristics ( only read). I need working code that connect to BLE...
View ArticleBug in FormatFloat when running in 64-bit - Drops "e" at end of format string
Delphi XE7 summer and winter hotfixes applied. Format float will drop a trailing "e" in the format string when running in 64-bit mode. Create a new project, drop a button on the form and in the OnClick...
View ArticleBluetooth LE on Win32 or Win64
Hello, If I check out the app with BLE as Win32 or Win64 for a desktop-app, the software find nothing. I test on a computer with internal Bluetooth 4.0 and on a other computer with an external BLE...
View ArticleDelphi Seattle Compile for iOS looking for PrivateFrameworks. How to stop it?...
Using: Windows 10. OSX El Capitan 10.11.6 Delphi XE10 Seattle Xcode version 8.0 I know that I might be on the cutting edge here: Updated my iPhone 5S (64bit) to iOS 10.0.1. Updated SDK's in Delphi by...
View ArticlePageProducer not replacing tag in OnHTMLTag event in Android. Just copying...
// This code works fine when compiling for win32 but for Android, the tag is copied rather than the replacetext. The balance of the HTML after the tag is also not shown. unit Unit1; interface uses...
View ArticleReplaceemnt of IS Express for Delphi 4 in Delphi 10 Seattle
Hi, We are converting our project from Delphi4 into Delphi 10 Seattle. While working on Delphi 4 we were using IS Express for Delph4 to create Setup/Installation/Distribution file. Now since we are...
View ArticleWin 32 CLANG is very slow?
I have loads of code written in C++ / VCL for Win32 - started with C++ Builder 6 (and used Borland C++ without VCL for work before then). But it is great to have access to C++ 11 features with the...
View Article