VCL Component (TOpenGLAPPanel)

Fixes for typecasting error in Get3DTextSize, DrawText2D and DrawText3D.

Remember to change the range for FirstGlyph and NumGlyph to 0 and 255 to get the full range of characters.

Download TOpenGLAPPanel 1.2.0
(274.37 kB Downloaded 149 times)
OpenGL VCL Component for Embarcadero RAD Studio 2010

R.I.P.

In memory of my lovely dog Holger.

1997-04-20 to 2010-06-11

Rest in peace my friend.

Thumbnail Toolbars

The more advanced taskbar in windows 7 has the capability to add a toolbar in the thumbnail preview.
This example put two buttons in the thumbnail, and the main window will display a text when one of these buttons is displayed.
(remember to press register before they appear)

Download Thumbnail Toolbars 1.0
(483.82 KB Downloaded 146 times)
Windows 7 Thumbnail Toolbar example in Embarcadero RAD Studio 2010

VCL Component (TOpenGLAPPanel)

Another bug has slipped through my testing.
The Get3DTextSize() contained a small error that caused 1 character length string to be ignored.

Download TOpenGLAPPanel 1.1.9
(366.05 KB Downloaded 200 times)
OpenGL VCL Component for Embarcadero RAD Studio 2010

Cavalier King Charles

My lovely dog a Cavalier King Charles has turned 13 years of age, and that is quite impressive.
He is not like a puppy anymore, but he is as lovely as always.

Happy birthday… (2010-04-20)

FBO and Bitmap Layer Demo

This is a demonstration of rendering to frame buffer objects (FBO)
and then transfer the buffer to a TBitmap  to use the
UpdateLayeredWindow feature in windows to handle transparency.


Download Bitmap Layer Demo 1.1
(1.06 MB Downloaded 219 times)
Demonstration of FBO (frame buffer objects)

User Account Control

This small apps contains a class for detection if the application is
“Run as Admin”, elevation level, if its elevated and more enjoy..

Download User Account Control 1.0
(539.41 KB Downloaded 167 times)
How to validate agains UAC in Windows Vista and Windows 7

Demo of OpenGL Text 2D/3D

Small application to demonstrate the use of 2D text and 3D text features of TOpenGLAPPanel.

Download Clock 2D/3D Text Demo 1.0
(476.5 KB Downloaded 351 times)
Demonstrates the use of 2D and 3D Text in OpenGL

VCL Component

Due to a few bugs found in my TOpenGLAPPanel i’m releasing an update.
Draw2DText, Draw3DText and Get3DTextSize contained a Unicode error, so I desided to go back to good old char * in those functions.

Download TOpenGLAPPanel 1.1.8
(273.73 KB Downloaded 251 times)
OpenGL VCL Component for Embarcadero RAD Studio 2010. This release contains bugs in Get3DTextSize. Please use version 1.1.9 or never

Scanner

Small scanner application to demonstrate multi document environment (MDI) .
It uses the “twain_32.dll” for handling the interface to your scanner.

Download Twain Scanner 1.2
(1.2 MB Downloaded 238 times)
This is a twain implementation, to access your scanner in a multi document environment (MDI).