Chris Rolliston
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: https://github.com/chrisrolliston/CCR.VirtualKeying Virtually typing some text… – Details…
8 years ago in OS X0
Chris Rolliston
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 CGEventSourceCreate to allocate a CGEventSourceRef. For each… – Details…
8 years ago in OS X0
Chris Rolliston
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 Both the Android and Apple… – Details…
8 years ago in android, ios, OS X, XE80
Chris Rolliston
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 platform allows, supports delayed rendering, virtual files, change notifications, and inter-process TClipboard-based drag… – Details…
8 years ago in FMX, ios, OS X, XE2, XE3, XE4, XE5, XE6, XE7, XE80
Chris Rolliston
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… – Details…
8 years ago in musings0
Chris Rolliston
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… – Details…
10 years ago in XE50
Chris Rolliston
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 platform support sounds interesting… – Details…
10 years ago in musings0
Chris Rolliston
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 prudent to buy support and… – Details…
10 years ago in XE50
Chris Rolliston
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 hard… – Details…
10 years ago in CCR Exif, XE50
Chris Rolliston
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… – Details…
10 years ago in android, FMX, XE50