News

Design Considerations for Multi-Platform Applications - CodeRage Replay

During my CodeRage session on Design Considerations for Multi-Platform Applications earlier this month, I covered the Dos and Don’ts of multi-device application development, common UI and UX paradigms, an overview of the FireUI Designer and how to create a modern settings and user profile screen, complete with native and custom theming. You can access the replay on EmbarcaderoAcademy.com.
Read more
Delphi

My CodeRage Sessions next week

CodeRage is next week. Have you signed up yet? Register Now I will be presenting two different sessions: Session 1: RAD Studio Product Address Speaker: Sarina DuPont, Marco Cantu, David Millington When: Tue, 7-Nov from 9:00 AM to 10:00 AM Level: All (General information…
News

Windows App Modernization with RAD Studio Tokyo

With RAD Studio 10.2 Tokyo, you can easily update your existing application and give it a modern Windows 10 look and feel. In today’s post, I thought I would highlight our Windows 10 support to help you move your existing applications forward. Windows 10 VCL GUI…
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