DelphiFireMonkeyIDEModernizationNewsRAD StudioWindows

Gorgeous New Premium App Styles For RAD Studio 12 - Free With Your Subscription

For those of you who have an active subscription for RAD Studio 12 we have a great set of top-quality app styles to make your VCL Windows and Firemonkey FMX cross-platform apps look extra-slick and professional. They’re available directly from within the RAD Studio 12 IDE – just go into the GetIt Package Manager and search for “impressive” which is the name of the…
Read more
News

FireMonkey Native and Custom Styles in Action - Video

This video shows building a profile screen for your multi-device application using the FireMonkey framework with both native UI support and custom styling. Highlighted in the video are custom multi-device styles included in Embarcadero’s premium style bonus pack and…
Delphi

Creating a profile screen for your mobile application

I am using the following components on my form: TTabControl with 3 tab items TabItem3 consists of: TCircle with the stroke color set to match the toolbar color and a profile photo as the fill TToolbar with multiple Speedbuttons and the screen title Multiple labels on the form TListBox with several list items, each with a custom bitmap and a Listbox search header. TStyleBook…
Read more
C++

Changing the color scheme of an Android style

Author: Felipe X60228 In this post, we’ll show you how to use the Bitmap-style designer to change the color scheme of an Android-style you’ve created in IDE Software. Step 1: Select one of the Style Templates Open the Bitmap Style Designer via the Tools menu in…
C++

How To Skin VCL Apps With Custom VCL Styles In Delphi And C++Builder

CodeRage XI is coming up and it’s a great time to go back and review some of the sessions from CodeRage X you may have missed. You can register for CodeRage XI by signing up here.Productivity, Platforms and Performance is the theme for CodeRage XIwhich runs from November 15-17, 2016. In the CodeRage X replay you can joinRay Konopka as he runs through how to add VCL Styles…
Read more
Delphi

Adding a style selector to your application

With RAD Studio 10 Seattle, we provide built-in default styles for iOS, Android, Windows and Mac. Additional styles can be found in the Styles directory installed with the product, and in the premium styles bonus pack. Adding a style selector to your application provides…
C++

Creating a custom button style with RAD Studio 10 Seattle

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 button style for Windows. The same steps apply to customizing UI controls for other platforms as well. 1. Go to File > New…
Read more