REALBasic Classes
AutoIncrementArrows
Description
An UpDownArrows subclass increments by a set number.
Download.
CountUpTimer
Description
A class with two methods… Start and Check. You can call the start method, and then, any amount of time later, call check. You can find out exactly how long its been between the two events.
Version Log
Version 1.1: Added GetCurrentTicks method.
Download.
SuperComboBox
Description
A ComboBox subclass that automaticly adds the content of text to the drop down when the combobox loses focus, making a nice “recently used” drop down. If you command click on the combo box, the text in the clipboard is automaticly put in the combo box.
Download.
AutoIndentionHTMLEditfield
Description
An editfield with one added method.. FixIndent. When called, the editfield will automatically indent all of HTML tags in the editfield correctly. Download the example and give it a shot.
Download.
Clipboard Tips
Description
A sort little document that I am still working on giving quite a few good ideas about how to manage clipboard data.
View.
DateStringConverter
Description
A small class with two functions: DateToString and StringToDate. No example included, its pretty straight forward.
Download.
Database Creator
Description
Three classes that can be used to create databases at runtime.
Download.