class 1.0
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.
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.
WinSettings Class 1.0
WinSettings Class - Get and save window locations and sizes more>>
Metal Window Class 1.0
Metal Window Class - REALbasic window class more>>
Completly freeware.
WheelScroller Class 1.0
WheelScroller Class - class wrapper class for the CarbonEvents plugin more>>
Completly freeware.
Class Bingo 1.0
Class Bingo is quickly becoming one of the most popular card games in the world. more>>
Class Bingo 1.0 is quickly becoming one of the most popular card games in the world.
Class Bingo is a very simple application developed to help teachers play bingo with their students. Class Bingo prints out a page of random bingo numbers for class sizes from 25 to 99 for the teacher and prints out bingo sheets for the class members.
Class Bingo is an easy to use application designed to help teachers play bingo ... Class Bingo is an easy to use application designed to helpClassGhost 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.
Class Checker 1.0
Class Checker is an effective tool for searching for nested tags with class attributes and reporting them for fixing. more>>
Class Checker 1.0 is an effective tool for searching for nested tags with 'class' attributes and reporting them for fixing.
Nested tags can result in inconsistent font display, especially when using percentages in your cascading style sheets.
Requirements: Mac OS X 10.x
class-dump 3.0
Command line tool for Obj-C examination. more>>
It generates declarations for the classes, categories and protocols. This is the same information provided by using otool -ov, but presented as normal Objective-C declarations.
ProcessX 1.0
ProcessX - Realbasic class, get info on running process more>>
ProcessX class only works in MacOSX and lists more processes than the Process class, particularly the low level processes.
Class Checker X 1.0
Class Checker 1.0 is a simple utility to scan for nested tags containing class attributes. Nested tags can result in inconsistent font display, especially when using percentages in your cascading more>> Class Checker 1.0 is a simple utility to scan for nested tags containing class attributes. Nested tags can result in inconsistent font display, especially when using percentages in your cascading style sheets. Just drag a folder on to Class Checker and all files and folders within it (files to be scanned must end in .htm or .html) will be checked & reported in a new text document (opens after script has run).
Mac OS X 10.1 or later.
Class-Dump GUI 1.0b
GUI shell for Class-Dump command line app. more>>
t is one of those Apps that never finishes being developed, but never really becomes anything serious, so if you would like to help out with testing please email Ed.
Features:
- "Open" Function so you dont need to type out the address of the Application/Framework you are dumping
- Attributes (Command-line style) now available
- Preferences working
- New Meta-Package means a single installation package
ClassLoader.lib 1.0
ClassLoader.lib allows you to import classes by their name and folder position 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.
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.