Categories Archives: Cappuccino/Objective-J

Automatic translation merging in Cappuccino

Localising your application is one of the most important parts of the development process. Luckily, the Cappuccino framework, which we use extensively at Spot Specific, has the  hooks to enable efficient translations, which we’ve adapted slightly. The Cappuccino stack, like Apple’s Xcode, generates Localizable.strings files for every language variant from the application’s source code. The [...]

Cappuccino Drag ‘n’ Drop

Implementing drag and drop doesn’t have a lot of documentation, so I thought it would be useful to lay down my experiences, in particular with accessing HTML5 drag and drop which is the only way of doing cross-window DnD. Documentation The 2 most useful sources of documentation here are the scrapbook tutorial, which gives a [...]