winsettings class 1.0
WinSettings Class 1.0
WinSettings Class - Get and save window locations and sizes more>>
BBButton Class 1.1
BBButton Class - REALbasic class that allows creation of pushbuttons more>>
BBButton Class also serves as a good example of creating custom pushbuttons using a Canvas subclass.
Completly freeware.
XMLdbase Class 1.0
XMLdbase Class - XMLdbase Class for REALbasic more>>
It is patterned after the Database class in REALbasic so its usage should be familiar with most REALbasic developers.
I mainly wrote this for my own personal use, but thought others mind find it useful.
EffectClass 1.0
EffectClass - REALbasic class, used for scrolling text and/or logo that is seen in certain movies and games more>>
Its customizable to fit your needs.
* See the Read Me and scroll effect.rb for more details.
* Be sure it in a complied app, for the visual results can vary from the I.D.E
Effect Class is free for freeware and shareware apps. I do require you to give me credit if you use the class.
Donation are welcome.
WheelScroller Class 1.0
WheelScroller Class - class wrapper class for the CarbonEvents plugin more>>
Completly freeware.
Clean Java Classes 1.0
Clean Java Classes - Removes Java class files *.class generated by a Java compiler more>>
The folders search is done recursively.
If some folder becomes empty with no items in it, then it is also removed. On searching folders, the script also changes the viewby method of each folder to "View by Name".
UnixWriter RBClass 1.0
UnixWriter RBClass appears as an innovative and efficient class for RealBasic aloowing you to create plain-text files that are saved with Unix-linebreaks. more>>
UnixWriter RBClass 1.0 appears as an innovative and efficient class for RealBasic aloowing you to create plain-text files that are saved with Unix-linebreaks. That may be important if you write text-files for the system or some special unix apps.
Requirements:
- Mac OS X 10.1 or higher
- Mac OS 8.1 - 9.2.2
- REALbasic
BasaOne Classes 2.0
BasaOne Classes enable you to speed up development with BasaOne by reusing already developed objects more>>
Enhancements:
- This new release includes many new classes especially designed to aid in Widget development.
Zip Java Classes 1.0
Zip Java Classes - Composes a zip archive from Java classes more>>
Select file(s) and folder(s) of Java classes and drop them onto this droplet icon. Then, all Java class files *.class and *.zip in the folders will be archived into a JavaClasses.zip file. Other files than *.class or *.zip will not be added to the archive.
The Java compiler javac of Apples MRJ 2.0 generates the compiled Java classes in the same folder as their source files. The JBindery application can build a Macintosh Java application by binding the Java classes and zip files in the particular folders. Unfortunately, the JBindery can not exclude other files than Java classes in the folders. It may include source files in it, alas!
Here is the way to compose Java application from the Java classes and zip files only. Let us use the Macintosh ZipIt 1.3.x to archive the Java classes and zip files and compress it. Fortunately, ZipIt is an AppleScriptable application so that we can commit a series of script commands to it and remove other files from the archive.
WindowAttributes 1.0
REALbasic plug-in extends window subclasses. more>>
The major purpose of this plugin is to set the transparancy of the growbox view of the window. This feature is implementable for windows that dont require the windowComposite Attribute.
Collect Java Classes 1.0
Collect Java Classes - Collect Java classes in folders more>>
The folders search is done recursively. On searching folders, the script also changes the viewby method of each folder to "View by Name". But if the folder is already viewed by Name, Size, Kind, or Date, then no changes happen.
The collected items are listed in gDocList as a list of aliases. You can give this alias list to open by your particular application.
ClassGhost 1.0
A small utility that can redefine class files within a running JVM more>> A small utility that can redefine class files within a running JVM
ClassGhost is a small utility that can redefine class files within a running JVM. ClassGhost allows you to directly inject the newly compiled class files in to the VM without interrupting the running application. Works with multiple as well as remote VMs
System requirements:
-
Enhancements
- Favorites feature for bookmarking frequently used output/project/code directories.
- drag and drop suport for the internal file system browser, via Favorites feature.
- Full fledged support for Linux systems
- Several bug fixes
- Improved filter for loaded classes search
- Thread viewer is removed. This feature was pretty pointless anyway.
EventMonitor Class 1.1
EventMonitor Class - Monitor events that your app receives more>>
For example, you can detect Function Keys because their Keycode is available to you via this plugin now. You can also detect and Key presses in conjunction with the Command Key before RB processes them any further, allowing you to support Cmd-Cursor combinations and others that are not included as menu bar shorcuts.
Enhancements:
- Added a demo project that lists all events the plugin receives.

Class Bingo 1.0
Class Bingo is an easy to use application designed to help teachers play bingo with their students. more>>
Class Bingo is an easy to use application designed to help teachers play bingo with their students. Class Bingo lets the teacher set the Class Size, print out sheets of random numbers for the selected Class Size, and print Bingo Sheets with four unique Bingo Cards per sheet. Class Bingo is freeware.
When you launch Class Bingo you see the Control Panel. Use the up/down selector to set the class size (25 to 99) and click on the "Prepare List" button.
Major Features:
- Each set of numbers contains all numbers from 1 to the Class Size (42 in this case) and the numbers are scrambled and the bingo cards are unique.
- To print Bingo Sheets for the students, the teacher selects the desired batch size (1, 5, 10, 20, 40, or 60) and clicks on File / Print Bingo Card Batch
- Each Bingo Sheet has four unique Bingo Cards using the scrambed numbers from the Class Size (42 in this case).
- Class Size is saved between sessions.
Enhancements:
- Initial release.
Requirements:
- Mac OS X 10.2 or later.
String Class and Array Template 1.0.0b1
String Class and Array Template - Simple string class with plenty of examples more>>
It covers use of inheritence, templates and plenty of virtual methods.
This class is in early development stages. While it does come with plenty of examples for you to step through to see how it does what it does, it is by no means complete or ready for integration into a larger project. It is stable and should not crash.