This tutorial will show you some basic in using AppleScript and REALbasic. The AppleScript is offering users an intelligent mechanism to control applications, and access and modify information and documents. We can use it in REALbasic for example to play music in iTunes, display contact from Address Book etc.
Alex Restrepo released a updated version of Custom Frames example. The code has been greatly simplified, the look has been updated so it looks like Apple’s Quartz Composer, and the ability to add links between frames has been included. Learn it and Enjoy it!
If you like to integrate the Growl Notification System with REALbasic fast then RBCGrowl Class is what you need! Please have in mind that you can run RBCGrowl in two lines of code and it works without additional AppleScript files. As always Premium Members can download this REALbasic Class for free. Thx for support!
Few days earlier I showed you how can we create a simple REALbasic computer’s speech synthesizer with Speak Method. Today Premium Members can get for free my RBCSpeach Class that add some bonus features to Speak like convert text file to audio, read text file, save string to Aiff format and stop reading function.
Slideshow Magic software allows users to save their slideshow as a video in any QuickTime compatible format. It allows also to add an audio track to the entire slideshow, or add smaller audio clips for each segment. Include transitions with varying durations between slides, and even insert customizable titles.
Real Capture Canvas is a FREE, open product that allows you to add video and audio capture features to your REALbasic projects. The control is created for use with REALbasic 2006r3 and newer (on REALbasic 2009 R5.1 everything works also fine).
REALbasic offers a Speak Method that allows us to use the computer’s speech synthesizer to pronounce the passed text string (Windows and Macintosh only). It’s very easy to use so lets look how Speak Method work.