|
|
|
| 15. Jan 2010 - ExcelExporter 2.2 |
|
|
|
Set of REALbasic classes to export from data from REALbasic applications to MS Excel file format.
Main features:
- You do not need to have Excel on the computer to be able to write the Excel document.
- The class can be used to export data from a customized data source.
- The class can optionally use a StyleGrid as data source to export from.
Note: This class needs the following Einhugur components installed:
- CoreClasses
- TypeLib
- StyleGrid 8.3 or later (if intending to export from a StyleGrid)
New in 2.2:
- Added a Format property on the ExcelExporterStyle class which is to determine how a numeric cell is formatted.
- The ExcelExporter is now smarter when you write in cells in columns that you have not defined then the exporter will detect it and make sure it will still write out a document that is valid.
- Added a CellCount function on the ExcelExporterRow class. (mostly for internal use)
|
| 14. Jan 2010 - WindowSplitter 7.3 |
|
|
|
WindowSplitter is a REALbasic plugin control to create split views in forms.
Supported on MacOS Classic, MacOS X, Windows x86 and Linux x86 systems.

The WindowSplitter control, shown on MacOS, Win32,
MacOS X, MacOS X 10.4 Metalic Composite window and Mandrake Linux.
New in 7.3
- Fixed a issue that only happened in REALbasic 2009r5.
- Added a RemoveControl method (2 variations)
- Plugin is now linked against and dependent on libstdc++6 instead of libstdc++5 on Linux systems.
- Used a more optimized compiler on Windows systems.
|
| 30. Nov 2009 - TimeControl 3.8.2 |
|
|
|
Time Control plugin for REALbasic.
The Control is displayed according to control panel time settings, or in exclusive 24 hour mode. The control uses Native Windows control on Windows systems and native Theme Rendering on MacOS X.

TimeControl shown on MacOS 9.2 (no longer supported), MacOS X 10.4,
Windows 2000, Windows XP and Mandrake Linux system.
(The language locale is not shown with same settings on all of the pictures)
New in 3.8 (3.8.2 did some windows focus fixes):
-
- Made adjustments so that font sizes work correctly with REALbasic 2009r4.
- MacFontSize, WinFontSize and LinuxFontSize properties now have the type Single instead of Integer.
- Added a WinTextUnit property.
- Added a LinuxTextUnit property.
- Windows fonts can now be nailed down to normal size pixels.
|
| 10. Nov 2009 - TreeView 4.4.2 |
|
|
|
The TreeView is a REALbasic control plugin to create tree views.
The TreeView will run with native look and feel on MacOS Classic, MacOS X PPC, MacOS X x86, Windows systems and Linux systems.
- Look and feel
- Nodes
- Single Selection or non continuous multi selection mode.
- Can have one or more columns.
- Supports column headers.
- Headers can have icons.

The TreeView control shown on MacOS X, Windows XP and Mandrake Linux.
The icons in it can be any icons the snapshots only happen to contain such Mac oriented icons.
New in 4.4 (4.4.2 enhanced borderless mode):
- Added a columnIndex parameter to the NodeMouseDown event.
- Added a columnIndex parameter to the NodeDoubleClick event.
- Added HasBorder property
- Added a EnableMenuItems event.
|
|
| 3. Nov 2009 - StyleGrid 8.8.5 |
|
|
Specialized Spreadsheet plugin control for REALbasic that has served thousands of REALbasic users since 1999.
- Three state checkboxes in cells. The checkboxes can be small or normal size.
- Popup menus in cells.
- Images in cells.
- Progress bars in cells.
- Notes per cell, can be either invisible or visible with a note marker.
- One or many cells can subscribe to the same style object.
- Cells can be horizontally joined.
- Single selection cell or row mode.
- Non continuos multi-selection in row more or boxed multi-selection in non row mode.
- Cell borders can be set per direction per cell.
- More than one grid can subscribe to the same row objects.
- Highly optimized written in platform native code on each platform.
StyleGrid running on MacOS X on a Composite Metallic window.
|
StyleGrid running on Mandriva Linux.
|
StyleGrid running on Windows XP.
|
StyleGrid running on Ubuntu Linux.
|
|
StyleGrid running on Suse Linux.
|
New in 8.8.5:
- Added a EnableMenuItems event.
- Improved multi selection row mode when deselecting by holding down cmd or control key.
|
| 31. Oct 2009 - PictureButton 1.2 |
|
|
|
PictureButton plugin for REALbasic.
- Do you want to have your application looking good and not out of place on all platforms ? The PictureButton gives you native look and feel on all platforms.
- Do you want full keyboard access when turned on on Mac to actually work?
- Supports menus and submenus.
- Menus can have images on the menu items.
- Works properly with masked images on all platforms.
Einhugur Picture button shown on MacOS X, Windows XP and Ubuntu Linux system. Full Keyboard access is turned on on the
MacOS system.
|
REALbasic bevel button shown on MacOS X, Windows XP and Ubuntu Linux system. Full Keyboard access is turned on on the MacOS system but not working on the REALbasic bevel button.
|
New in 1.2 :
- Added DoubleBuffer property that adds double buffering option to Windows systems.
- Improved flicker handling on Windows systems when not in DoubleBuffer mode.
|
| 4. Oct 2009 - DateControl 3.8 |
|
|
|
Platform native Date Control plugin for REALbasic.
The Control is displayed according to control panel date settings.

DateControl shown on MacOS 9.2, MacOS X 10.4, Mandrake Linux,
Windows 2000 and Windows XP.
The control supports "NULL" dates or what some would call no selection.
New in 3.8 :
- Made adjustments so that font sizes work correctly with REALbasic 2009r4.
- MacFontSize, WinFontSize and LinuxFontSize properties now have the type Single instead of Integer.
- Added a WinTextUnit property.
- Added a LinuxTextUnit property.
- Windows fonts can now be nailed down to normal size pixels.
|
| 6. Sep 2009 - CalendarControl 4.2 |
|
|
|
A REALbasic Calendar plugin control.

 
CalendarControl Shown on MacOS X,Windows 2000 and Mandrake Linux.
(The Windows and Linux versions are shown where days from next and previous months and displayed, but that is a optional feature on all of the target platforms).
The Control Plugin also comes with a highly optimized Date dictionary that can be used with or without the control.
New in 4.2:
- Added support for next generation of REALbasic
|
|
TaskBar is a REALbasic plugin control to create XP like task bars which are sometimes known as "Explorer bars".

The TaskBar control, shown on MacOS X and Windows XP.
Click here to see more screenshots of some of the many looks that the Taskbar has.
The Plugin uses native theme rendering on Windows XP and emulates XP theme rendering on older Windows and Linux systems. Though this control is mainly for Windows compiling then we also support in on MacOS for cross platform purposes.
New in 3.1
- Did some changes to make the plugin work on the latest REALbasic version.
- Did some internal optimizations and replaced use of depreciated SDK functions.
- Plugin is now linked against and dependent on libstdc++6 instead of libstdc++5 on Linux systems.
.
|
| 11. Aug 2008 - DataGrid 5.8.2 |
|
|
|
Data on demand spreadsheet plugin control for REALbasic. Since this version of the Grid control has no data container then it can easily display millions of rows if you have a fast data source of that size.
DataGrid comes with the same formatting features as StyleGrid, and other features such as mixing static and dynamic rows and many other features.
The control comes with a example that demonstrates 300 million rows from a dummy data source and a example demonstrating 100.000 rows from a Valentina data source.

Valentina is a incredible fast and powerful multi-platform database engine which we highly recommend for any serious database developer. Valentina can be found at: http://www.paradigmasoft.com/
The also comes with a example that demonstrates loading data from a REALSQLDatabase.
New in 5.8 (5.8.2 fixed issue with popup menu cells on REALbasic 2008r3.1):
-
- Changed some constructors to new style REALbasic constructors to make the plugin work on the latest REALbasic version.
- Did some internal optimizations and replaced use of depreciated SDK functions.
- Plugin is now linked against and dependent on libstdc++6 instead of libstdc++5 on Linux systems.
|
|
Full versions are encrypted for registered users. You need the Registrator Application together with a valid serial number to decrypt them.
Demo versions are free for everyone, they have all the same features as the full versions. Demo versions will display a demo message box in compiled applications.
Open source support classes come as they are, without support. Most of the open source classes come from 3rd party authors. All of the open source classes on this page extend one or more of the controls from us that are posted on this page.
|
| 2. Feb 2002 - StyleGrid Printing 1.0 |
|
|
A open source module created by Ben Blake to enable printing from a StyleGrid control.
|
|
|