Updated FMX style for Android 4.4 (KitKat) available
Just a quick post to say I see Embarcadero have released an updated Android platform style for Android 4.4 (KitKat) – for more info see Sarina DuPont’s blog post here, and to download the actual style...
View ArticleCCR Exif v1.5.3 + Android app based on it in Google Play
Recently I have committed some updates to CCR Exif (my open source image metadata parsing library) that get it working with Delphi XE5, and in particular, Delphi for Android. In the main, that wasn’t...
View ArticleDelphi (and C++Builder) XE5 ‘mobile add-on pack’ currently being discounted
I’ve just noticed the ‘mobile add-on pack’ for Delphi (and C++Builder) XE5 Professional is currently selling for half price on Embarcadero’s online store (link). If you’re tempted, then it’s probably...
View ArticleRemObjects release a new Oxygene version + C# sister product
I’ve just noticed RemObjects have released a new Oxygene version together with ‘RemObjects C#’, a C# sister product that was codenamed Hydrogene – check out the announcement here. The improved cross...
View ArticleXE5 hotfix 6 is out for fixing an incompatibility with iOS SDK 7.1 and Xcode 5.1
Just a quick post to say Embarcadero have released hotfix 6 for XE5, which resolves significant issues when attempting to develop iOS apps in conjunction with iOS SDK 7.1 and Xcode 5.1. More info is...
View ArticleKnock knock…
A few cobwebs, but looks like everything’s still working! Can’t promise a lot more to come, but I have one or two things lined up…
View ArticleExtended TClipboard implementation for FMX and VCL (CCR.Clipboard)
I’ve just pushed to GitHub (first time, so be gentle…) an extended, multi-platform TClipboard implementation for newer Delphi versions: https://github.com/chrisrolliston/CCR.Clipboard Where the...
View ArticleCCR.PrefsIniFile on GitHub
Just a small post to say the the native Preferences API wrappers for Android, iOS and OS X I published to Google Code a while back are now on GitHib: https://github.com/chrisrolliston/CCR.PrefsIniFile...
View ArticleSending virtual keystrokes on OS X
Going through my comments backlog I found a question asking how to send virtual keystrokes on OS X. Short answer is to use the CGEvent functions in MacApi.CoreGraphics – in a nutshell, Call...
View ArticleCCR.VirtualKeying – virtual keystroke interface for Windows and OS X
I’ve just added to GitHub a little virtual keystroke interface for Windows and OS X – on the former it wraps the SendInput API, on the latter the CGEvent functions:...
View Article