REALbasic
This is my fledgling contribution to the REALbasic community. Everything here is free,
so please take whatever you like. If you feel so inclined, you can let me know if
anything here has helped you along the way. Please use the Contact Us page for any
questions or comments.
Applications and Utilities
XPath Explorer
This simple application lets you try out Xpath (XQL) queries on your XML documents. You can
load an XML doc, see its hierarchy in a listbox, run a query, and then see the resulting
XML Node List in another listbox.
Download Win
Download Mac OS X
Documentation (PDF)
Code Examples
Listbox.CompareRows (Sorting Numerically, Etc...)
This is a simple example of sorting numerically, using the CellTag, and the CompareRows event.
Download CompareRows.rb
Custom Controls
TextWithHyperlinks
The TextWithHyperlinks control allows the user to create HTML-style sentence blocks with
multiple hyperlinks. You can specify the link and text colors, allow hovering, and specify
the initial text directly in the IDE via the properties window. In addition, you can assign
variant data to each link. To see an example, click the screenshot link below.
This control requires RB 5.5 or higher (for XML support).
Download TextWithHyperlinksNTH.rb
View Screenshot
|