realbasic
RealZip
RealZip - This plugin compresses and uncompresses files into .zip files more>>
RealZip - This plugin compresses and uncompresses files into .zip files
TrayApp 1.0
Add your applications to the Windows tasktray and show Windows-like baloon notifications. more>>
TrayApp 1.0 has come as an essential plug-in for Realbasic with which you can insert your utilities to the Windows tasktray and show balloon notification just like Windows update, includes event notification of both tray icon events and balloon events. Currently only supports the Windows IDE.
EffectClass 1.0
Can be used for scrolling text and/or logo that is seen in certain movies and games more>>
System requirements:
- REALbasic 5.5 and up
myRBC 1.0
myRBC is a free and useful application that searches www.radioblogclub.com catalog more>>
RB-Analyse 1.20
RB-Analyse shows an overview over all modules, methods, properties, windows and constants more>>
Main features:
- Listing of all modules including type
- Listing od all methods including definition, parameters and rturn parameters
- Listing of all constants including definition, sortet after platforms, languages, the possibility to edit the constants
- Listing of all properties
- Listings of the window data
- Listings of lokal properties of methods
- Listings of notice data
- Export all the data above as ASCII-File. So it is possible edit the data i.e Exel
- Reimport of constants including the possibility to import the values of a new language(s)
- Support of Realbasic 200X
Visual Basic Project Converter 2.0
This program helps you migrate Visual Basic 4.x to 6.x projects toREALbasic more>>
VP Project Converter supports classes, modules, forms, form resource files(*.frx) and project files. It provides support for Visual Basic-typestructures, classes, file I/O, controls, enumerations and basic support forDatabases.
Third party Active-X controls are not supported. These and any othercontrols without a native REALbasic replacement will be mapped to a canvascontrol.
To convert a VB project just drag & drop the project file (*vbp) into theVBPC window. VBPC will automatically add all the files that belong to thatproject. You can deselect any file if you do not want to include that filein the REALbasic project.
All project files must be in the same location as the project file. Form resource files (*.frx) must be in the same location as its form. You do nothave to add (*.frx) form resource files, these will be read when needed.
RBVersioner 1.1.0
RBVersioner is a tool to manage REALbasic "rbx" style plugins. more>>
this is not available.
Given that plugin vendors are now beginning to move exclusively to the rbx format, this creates a problem for managing plugins from different vendors. The problem is compounded by the fact that each vendor has a different method of handling version numbers ranging from doing nothing to implementing their own proprietary solution. If you deal with a lot of plugins and/or support team development, this situation becomes a mess to handle.
RBVersioner is designed to handle plugin version management independent of what any vendor chooses to do for version management. It also goes one step further and provides functionality to manage your set of plugins and their distribution throughout the organization.
ToastWindow
ToastWindow - This is a MSN-style popup "toast" notification window more>>
ToastWindow - This is a MSN-style popup "toast" notification window
OxMath Classes 2.0
OxMath Classes - Standalone 3D math classes more>>
The library also includes bounding volume/intersection classes, and waveform "function" that can be used for procedural animation.
Shared Space 2.0a8
Create visual maps of information more>> Tool for visual thinking, group working and content management. It allows users to create visual maps of information using web-like structures. Documents from any application can be imported into a space, and the softwares built in version control allows users to keep track of earlier versions of documents easily.
Relationships between elements can be described using links. Unlike hypertext links, such as those found on web pages, links are presented in a visual fashion, allowing users to see both linked elements concurrently, and traverse the space in both directions.
Eventually, Shared Space 2.0 will be a networked peer2peer system, allowing users to transparently share information with other users.
Shared Space 2.0 is a free cross platform application for Mac OS and Windows. Developed on a Mac using Real Softwares RealBasic, it is currently in Alpha development. All alpha and beta versions of the software will be available for public download.
The current version (Alpha 5) implements a small amount of the proposed feature set, but incorporates many of the tools users need to get started creating information spaces.
The aim of open alpha and beta releases is to find bugs in the software, as well as gather users comments about current features and their ideas for future features.
<<lessFMOD Ex Audio Classes 0.7b
Realbasic interfaces for FMOD Ex to provide advanced 2D and 3D audio. more>>
Streams
- Currently these classes do not support disk or network streaming. Be aware that the FMExStream class stores audio data in RAM in its native file format for the lifetime of the object, therefore streams are only practical when using compressed formats, or when stitching is required via the FMExStreamSentence class.
Virtual Channels
- One of FMOD Exs most touted features is automatic channel virtualization. This allows you to play sounds on more channels than are physically available and let FMOD Ex decide which sounds are more important based on priority settings and 3D positioning. One caveat with virtualization is that you must call FMEx.Update as frequently as possible for this to actually work (e.g. in games youd typically call FMEx.Update every frame). NOTE: If youre already calling FMEx.Update for 3D audio you do not need to call it twice.
MIDI
- MIDI playback currently only works on Windows, and only if the default system sound font is installed (/windows/system32/drivers/gm.dls). Broader MIDI support is on the would-like list but primary tests point to a broken implementation on Mac OS X (i.e. some FMOD Ex bugs need to be fixed before this can work).
System requirements:
- REALbasic 2005 +
Hex Plugin 1.1
Hex Plugin for REALbasic 5 and higher is a small plugin with four methods more>>
You can give the plugin a string containing an unsigned decimal integer of essentially unlimited length and the plugin will give back a string containing the hexadecimal equivalent of that integer. And you can do the reverse.
Also you can give the plugin a UTF8 or UTF16 encoded string, and the plugin will give back a string containing the hex representation of that input string. And you can do the reverse.
Included in the download is "Test Hex Plugin.rbp", which shows how the four functions can be used.
As a Carbon, PPC, and x86 plugin, it can be used to build Mac OS X, Mac OS 9.x, and Windows applications.
dbReports 3.3.1
Report writing application for various SQL data sources more>> db Reports is a report writing application. With db Reports, you can extract, format and print data from one of various data sources*.
Using the built-in assistant, or the easy-to-use drawing environment, a report can be built quickly and easily. db Reports also supports data grouping and fully recursive expressions. String, Math, and Logical (including IF) expressions make db Reports a powerful tool for analyzing data.
REALbasic developers can print reports in their applications using templates saved by db Reports.
*Depending on platform, data sources may include: 4D Server 6.5, FrontBase, mySQL, ODBC, OpenBase, Oracle, postgreSQL, REALDatabase, Valentina
<<lesspbsw-ListBox 0.6
hierarchical ListBox subclass for REALbasic more>> A ListBox subclass (and support classes) that handle a hierarchical list, with associated tree-based structure.
The tree-node class can be subclassed to allow the nodes to hold whatever data you want.
The features include live drag-reordering of items.
<<lessSound Recorder 2.1
simple sound recording app, uses QuickTime more>> Launch it, setup the microphone and record to a QuickTime Movie file.
This is an example of what you can do using Realbasic and the Monkeybread Software Realbasic Plugin. Source code is included.<<less