Apple released Mac OS X El Capitan today.
With Delphi, C++Builder and RAD Studio 10 Seattle, we provide support for building OS X applications that run on OS X 10.10 (Yosemite) or 10.9 (Mavericks). We also provide support for building applications that run on iOS 9 using the iOS 9 SDK, or on iOS 7, 8 and iOS 9 using the iOS 8 SDK.
This PAServer Hotfix that we released for Delphi, C++Builder and…
How to use custom Info.plist XML to support iOS 9's new App Transport Security feature
September 24, 2015
Apple introduced the new “Apple Transport Security” feature in iOS9 to restrict apps that use HTTP protocol requests behind the scenes. To allow your app to use HTTP, Apple provides Info.plist settings. This new feature will have an impact on the execution of…
JEDI libraries now in GetIt Package Manager
September 18, 2015
Author: Luis Navarro
Hello.
I’m very pleased to announce that the popular JEDI libraries are now available in the GetIt Package Manager catalog.
For those who don’t know these libraries, the JEDI Code Library (JCL) consists of a set of…
Steps for building iOS 32-bit applications for iOS 9 with XE7 and XE8
September 17, 2015
With RAD Studio 10 Seattle, you can build apps that run on iOS 9.
A change in the iOS SDK is causing deployment issues on iOS 9 for 32-bit iOS applications built with XE7 and XE8. This is not an issue with RAD Studio 10 Seattle.
Below are some simple workaround steps for building iOS 32-bit applications for iOS 9 with XE7 and XE8.
This does not impact iOS 64-bit applications…
Creating a custom button style with RAD Studio 10 Seattle
September 15, 2015
In RAD Studio 10 Seattle, we made many enhancements to the integrated style designer in the IDE. In today’s post, I thought I would cover the steps for creating your own custom button style using RAD Studio 10 Seattle. Follow the steps below to create your own custom…
Using the new Windows 10 TMultiView mode in your FireMonkey applications
September 9, 2015
TMultiView is a smart menu component for FireMonkey applications that makes it really easy to create app navigation that automatically adjusts itself depending on form factor, orientation and target platform. TMultiView is a container component which means that you can…
New per-DPI awareness in VCL applications
September 9, 2015
Author: Luis Navarro
In RAD Studio 10 Seattle, we’ve added per-DPI awareness in the VCL. This means that, when moving a form from one monitor to another one that has different DPI, the VCL form and the controls will be rescaled according to the new DPI, with no specific coding needed (video included below).
As a testing scenario, and for this demos: we’ve setup 3 monitors that have…
Download an image in background with Android Services
September 4, 2015
Author: Luis Navarro
So, don’t wait and empower your Android apps with background tasks with RAD Studio 10 Seattle, and enjoy many more features and enhancements.
Do you want to make your own Android App?
Try out the IDE Software and make the most of it. Request a…
Setting up Oracle for Embarcadero ER/Studio - Part 2
September 3, 2015
Author: Anil TexasCowboy
Howdy! Welcome to the next installment of the series.
In today’s series, we will explore the options for Oracle Client Setup needed for ER/Studio.
Install the clients needed for your environments.
Reboot after…
New VCL Styles and Style Enhancements in RAD Studio 10 Seattle
September 3, 2015
In Delphi, C++ Builder and RAD Studio 10 Seattle, we provide a variety of new VCL styles and VCL style enhancements.
Windows 10 Styles
Choose from three built-in Windows 10 styles: Modern Light, Modern Dark and Modern Blue. These styles work great with the new VCL Windows 10 UI controls as well as the existing VCL UI controls.
Common Dialog Styling
VCL styling now extends to dialogs such…