Author: Mike F55022
If you purchase Delphi, C++Builder or RAD Studio 10.1 Berlin, you get access to the premium style packs for both VCL and FireMonkey that are part of our bonus pack. New in the 10.1 Berlin style packs is the addition of a dark copper style for both VCL and FireMonkey.
The FireMonkey Premium Style Pack for 10.1 Berlin includes nine custom FireMonkey styles. Choose from Jet…
The integrated Style Designer in RAD Studio 10.1 Berlin has undergone several changes and improvements, including:
Clipboard, keyboard and multi-selection support on the Structure view
Preview panel
Zooming support
I recently received a question from a customer on how to…
Learn How to Use the New JSON Features in RAD Studio 10 Seattle
February 22, 2016
Author: franklinrhsampaio
Learn How to Use the New JSON Features in RAD Studio 10 Seattle – Webinar
Wednesday, March 2, 2016
Pawel Glowacki – Embarcadero Technologies
RAD Studio 10 “Seattle” introduces many new features for working with JSON documents. In…
Cool new FMX components by Graham Murt @kscomponents
January 2, 2016
Some cool new FireMonkey components, ksComponents (Kernow Software FMX components), created by Graham Murt, are available on GitHub. You’ll find the source code for TksListView, TksFormTransition, TksTableView,TksSlideMenu, TksSegmentButtons and TksChatView. Readme file can be found at https://github.com/gmurt/KernowSoftwareFMX/blob/master/README.md. You can follow the kSComponents on…
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…
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…
Author: Nikolay M4446
One of the innovations in XE6, it’s a method EvaluateJavaScript in the component TWebBrowser. This method allowing execute JavaScript on the loaded page and add interactivity to our applications.
On the site developers.google.com contains many examples of embedding maps on the page. I chose the example for paving the route from point A to point B. And as an example of…
Fun with FireMonkey Gradients
January 9, 2014
Author: Pawe Gowacki
Everybody loves colours. Great apps should use colours in clever and original ways. I have been recently spending a lot of time using Delphi XE5 for designing screens for mobile apps and must admit that I really like the way how iOS 7 is using colours…
Changing FireMonkey style at runtime
November 21, 2013
Author: Pawe Gowacki
Last month Sarina DuPont blogged about loading custom FireMonkey styles on a mobile device at runtime (“How to load custom styles at runtime“). That’s a very interesting approach to compile a custom style as a resource into the mobile…
Creating an Overflow Menu on Android
October 17, 2013
During my CodeRage 8 session I talked about creating an Action Bar with an Overflow menu, so I wanted to provide some step-by-step instructions.
On Android, an Action Bar is atop(or top and bottomaligned) toolbar that is segmented into 4keyfunctional areas. One of those functional areas is an Overflow menu.
The ‘Overflow’ popup menu is commonly used for additional…