>
>  A class for adding a hex editor to your REALbasic applications.
> Display and edit binary data, hex offsets and optional raw text.
> Comes with a sample project demonstrating its use, as well as
> documentation in the Read Me file.
>

HexEditCanvas is a drop-in canvas for REALbasic developers. It is
compatible with [REALbasic 4.5.x and 5.1][1]. The canvas allows for
editing of binary data via hex input or simple text input. The display
consists of an (optional) offset column, a hex representation of the
data and an (optional) textual representation column. Interaction with
the application layer is handled using the REALbasic event mechanism.
This includes access (read and write) to the data storage and setting
values of the scrollbar.

The canvas consists of a class (canvas subclass) and a module which
contains some constants and utility functions. Also included is a
REALbasic 4.5 project file that demonstrates the use of the class.
This project can be opened in REALbasic 5.1 without modification,
though it will require conversion.

Source:
[Homepage][2]
Additional [Works][3]
See also: [The La Jolla Underground][4]

* * *

Compatibility
Architecture: PPC

  [1]: http://macintoshgarden.org/apps/realbasic-1x-2x-3x-4x-5x
  [2]: http://web.archive.org/web/20061211151023/http://ljug.com/sw/rbextra.html
  [3]: http://web.archive.org/web/20061211145624/http://ljug.com:80/sw/titles
  [4]: http://macintoshgarden.org/author/the-la-jolla-underground