Home/Project tweaks

Announcing Codex 1.5 and Mosco 1.2

By |2021-09-10T19:52:22+10:30September 10, 2021 7:52 pm|General tips, IDE tweaks, Product highlight, Project tweaks, Updates news|

Corresponding with the release of Delphi 11 Alexandria, today also marks the release of Codex 1.5 and Mosco 1.2 Codex 1.5 Codex has been revamped a little in version 1.5, and introduces some new functionality: Mosco Expert functions The functionality that was present in the now discontinued Mosco Expert has now been merged into Codex [...]

A leg up for using ALAssetsLibrary in Delphi

By |2017-02-16T18:02:35+10:30January 29, 2016 8:43 pm|Code tips, Project tweaks|

Some time back, someone asked on the Embarcadero forums about using ALAssetsLibrary from the Assets Library framework in iOS with Delphi. I was curious because I thought I may be interested in using it myself. It seemed relatively simple enough: create an Assets Library instance (TALAssetsLibrary from the iOSapi.AssetsLibrary unit), enumerate the groups, and for [...]

Making your iOS7 app run full screen on the device

By |2013-11-08T06:42:33+10:30November 1, 2013 3:50 pm|Project tweaks, Uncategorized|

Apple have made changes to the way hiding the status bar works in iOS 7. If you want your app to be full screen (i.e. minus the status bar), you'll need to create a customised .plist file, like I've described in this article: http://delphi.radsoft.com.au/2013/10/providing-background-services-support-to-your-ios-apps-with-delphi/ This time, you'll need to add the following to the customised [...]

Go to Top