Delphi Firemonkey Styles
Use Style to add special characteristics to characters that use the font. Style is a set containing zero or more values from the following. Next coming TeeChart update will include a new small “Theme” class to use the color settings from the current Application style (VCL and Firemonkey). (Application styles are available in RAD Studio XE3 and up). The code to enable this automatic chart styling is: VCL: uses VCLTee.TeeThemes; TSystemTheme.ApplyStyle( Chart1 ); Firemonkey. Embarcadero has released RAD Studio XE6 (Delphi XE6) admin April 15, 2014 April 15, 2014 Comments Off on Embarcadero has released RAD Studio XE6 (Delphi XE6) Key New Features: Application Tethering, Taskbar Component, New VCL Styles, VCL Sensor components, In-app purchase and in-app advertising (Google AdMob and Apple iAd), create apps for Google Glass, build Android apps with.
Okay, this is driving me nuts. This is my code:
I downloaded the premium styles and placed the iOS ones in C:UsersPublicDocumentsRAD Studio11.0StylesiOS
If have added these two files to 'deployment'
- iOSJet.style
- iOSJet2x.style
But my app still opens using the default ios6 style. When I step through code this happens:
What is confusing is hat I use the code officially shown by Embarcadero:
Delphi Firemonkey Stylesdata
Has anyone gotten styles working? And if so, how exactly?