(Example: +cartoon +desktops)
Advanced Search & Tips
See the Home Page side bar for links to more sections!
App Makeovers Desktop Pictures Icons MacOS X Mods Safari Stuff
Application Splashes Dock Poofs iTunes Skins MacOS X Themes Snapshots
Boot Images Download Stats Links Page Mouse Cursors Uploads
Boot Panels GUI Software Login Panels REALbasic User Forum
Clocks Home Page
Download a free demo of REALbasic!
Download a free demo of REALbasic!
Recent Articles...
3D
3D Photo Gallery Part 2 (12-06-01)
3D Photo Gallery Part 1 (11-29-01)

Audio
iPod Tricks (Part 1)
Laugh Track Machine
Audio Player with Reverb
Shepard Melody(11-08-01)
RB Phone Home (10-25-01)
Build a Drum Machine (10-04-01)

General RB
Hey! You got your Checkbox in my Listbox!
Background Applications (5-02-03)
Listbox Auto-Find
iTunes-style Listboxes
Virtual Volumes
Time Tracker
Software Distribution Part 4
Software Distribution Part 3
Software Distribution Part 2
Software Distribution Part 1
Exceptions
Custom Controls (8-2-01)
Living on the Edge (6-21-01)
Tips and Tricks (6-14-01)
Review of REALbasic 3.0 (2-19-01)
Text Clippings Made Easy (5-10-01)

Graphics
Image Spinner
Cropping Graphics (Part 4)
Cropping Graphics (Part 3)
Cropping Graphics (Part 2)
Cropping Graphics (Part 1)
Shimmer Graphics
Lissajous Figures
Simple Screen Capture
Vector Graphics
Kaleidoscope Images
Stegonography
Spirals!
Image Table (11-15-01)
RB Magnifying Lens (10-11-01)
Screen Capture (8-9-01)
Color Picker Tutorial (6-7-01)

Hacks
Ghost Grab
Speedy Mouse Extension(11-01-01)
iTunes Plugins (8-23-01)
iTunes Skinner (7-26-01)

Internet
HTML IMG Tags
Version Tracking
Even Smarter Instant Messaging
Web Tiler
JavaScript and REALbasic (10-02-01)
Stock Ticker - Part II (9-06-01)
Stock Ticker - Part I (8-30-01)
AIM Mate (8-16-01)

Mac OS X
Using Sheets in REALbasic
Build a Bundle Part 2
Build a Bundle Part 1
Dock Your Passwords
Mac OS X Debugging
REALbasic Mac OS X Icon Tutorial (12-13-01)
Animate Your Dock (5-17-01)
RB and the Command Line (5-3-01)

Novelty
Guessing Game
Calendar Trivia
Tile Mixer
Zip Code Finder
Happy Valentine's Day
Merlin Simulator Part 3 (01-24-02)
Merlin Simulator Part 2 (01-17-02)
Merlin Simulator Part 1 (01-10-02)
Buzzword Machine (10-18-01)
AppleSoft BASIC (9-20-01)

Printing
Print to PDF

Resources
Picture Extractor 2 (5-31-01)
Picture Extractor 1 (5-24-01)

Serial
Caller ID Part 3 (7-12-01)
Caller ID Part 2 (7-5-01)
Caller ID Part 1 (6-28-01)

Speech
Speech Recognition (9-13-01)
Video
Big Brother Video Capture

Newest Dev Tools!

Book Alert !
REALbasic for Dummies
by Erick Tejkowski
$19.99 @ Amazon

Made with REALbasic!

Problems?
Downloads are in StuffIt 5 format (free download).
Tell me about a bad link (Thanks!).
Submission Policy

10-18-01

REALbasic Buzzword Machine by Erick Tejkowski

Ever feel like your bosses are making things up as they go along? Well, they probably are! Today's project is a simple one, but it evens the score. Now you can produce all sorts of buzzword-filled phrases and impress that boss with your knowledge. Only you will know that its complete nonsense!

Build the Interface

Launch REALbasic and open Window1. Add a PushButton and a Listbox to the interface, making certain to give the Listbox 3 columns. You can arrange the interface however you wish, but it might look something like this:

10_18-finis.jpg (28k)

There, that was easy, wasn't it?

Add the Code

Double click Window1 and place the following code in the window's Open event.

10_18-open.jpg (35k)

This code opens a text file named resexbuzzwords and reads in all of its data. The data is a list of jargon arranged in groups of three words. Each word is separated by a comma. As the data is read from the file it is placed within a particular column in the Listbox.

10_18-wordlist.jpg (19k)

Next, navigate to the Action event of PushButton1 and enter this code:

10_18-pushbutton1.jpg (19k)

This code creates a random three digit number between 000 and 999. Each digit represents a row from the Listbox. Using these random row numbers, we pull out the data from the Listbox to finally form the random buzzword phrase.

Conclusion

If you'd like to download this week's example instead of typing it in, you can get it here. See you next week!


10-16-01

REALbasic News by Erick Tejkowski

REALbasic 3.5.2b2

Since Apple has released OS 10.1 some users have reported significant crashing when using the Carbon version of the 3.5.1 IDE. REALbasic 3.5.2b1 includes a fix for this. REALbasic 3.5.2b1 also fixes the failure to load resources in the IDE when choosing 'Run' from the menu (as opposed to cmd-R which does work); this behavior was introduced in 3.5.1. There are no other changes between 3.5.1 and 3.5.2b1. This release will likely become the official 3.5.2, but please contact us if you find any new issues between 3.5.1 and 3.5.2b1.

MovieStuffExtensions MovieStuffExtensions extend the movie class and moviePlayer control. One of the initial reasons to implement these extensions is the fact that the Movie.Handle provides a handle that does not work with Toolbox calls in Windows. In the plugin another Handle is provided that in MacOS is identical to the movie.handle and different from it in the windows environment.

Additional methods have been provided too, that extend the functionality of the Movie Class and the MoviePlayer Control. You can hide parts of the controller, draw the controller on top of the movie box, ...

New URL Button The URLButton class from Thomas Reed has been updated to version 1.1.4.

TBFinder Update. Will Cosgrove has posted an update to TBFinder. It has a ton of new features and fixes, so don't miss it.

SoundShip plugin Theo Smith has created an audio plugin that lets you synthesize audio on the fly. Cool stuff, indeed! You can download it here.

'plst' Editor Need to edit the 'plst' resources of your REALbasic applications? Try the REALbasic Application Plst Editor from Mr. Willits.

iScreenSaver iScreensaver Designer is the world's first and only cross-platform screensaver editor. iScreensaver Designer for Windows and Macintosh version 2.0beta10 is available.


See the Home Page side bar for links to more sections!
App Makeovers Desktop Pictures Icons MacOS X Mods Safari Stuff
Application Splashes Dock Poofs iTunes Skins MacOS X Themes Snapshots
Boot Images Download Stats Links Page Mouse Cursors Uploads
Boot Panels GUI Software Login Panels REALbasic User Forum
Clocks Home Page

Maintained by the Staff of ResExcellence. This entire site ©1997-2003 ResExcellence
Privacy Statement? Sure we gotta Privacy Statement.

[an error occurred while processing this directive]on the ResEx LinuxPPC Server