We're pleased to announce the immediate availability of our latest control for REALbasic - FGThumbnailCanvas.
What is it?
It's an easy-to-use drop-in control for REALbasic to let you display thumbnails to your users in a gorgeous way. It is easily able to mimic the look of Apple's iPhoto and Aperture. It's written entirely in native REALbasic code and requires no third party plugins to function.
Features
Cross-platform. Looks great on both Mac and Windows
Fully Cocoa compatible
Flicker-free on Windows
Fast and scalable (can easily handle thousands of images - drawing only those...
Before starting work on our first app I decided to do some research on version control. To cut a long story short, I've settled on Mercurial and a private repository hosted by Bitbucket.
You need* to work with RB's VCP file format. This simply stores each object as it's own separate file. The file structure I've adopted for our new project is as follows:
The reason for the External Items folder is that when RB saves in the VCP format, it doesn't save the external items in the same folder (in our example, Code). Since we're going to get Mercurial to track the MyApp...
We've been beavering away in the Figa laboratory on our first Mac App. REALbasic's Cocoa support has reached the point that it's probably fit for everyday use despite still being classed as beta. Given that Carbon apps are starting to look dated and (from what we've heard) Carbon apps will look worse than a baboon's bottom in Lion, we've decided that the app will be compiled with the Cocoa framework only. What does this mean? Well, our app needs to provide a unified toolbar. This is the toolbar that loads of Mac apps possess. Here's a piccy of the Finder's:
REALbasic provides...