Native rounded search field. Fun.

The Rounded Search field is a very standard user interface element in Mac OS X. This class brings the true HISearchField to REALbasic. There are many implementations of this out there, but most use canvases or other effects to "simulate" the rounded search field. Those versions have the benefit of being cross-platform, but have the disadvantage of being "not quite right."

This class supports the full range of search field features, such as live search, search menu, and cancel button.

Download Mac OS X Search Field (2.8 MB) | Documentation

Frequently Asked Questions

  • Q: Can I add this search field to a toolbar?
    A: Yes and no. You can add a search field to a static (non-customizable) toolbar using Charles Yeomans SearchFieldToolbarItem class. On that same page, he has an HISearchField which does the same task as our Mac OS X Search Field.
  • Q: Can I compile Windows or Linux applications with these classes?
    A: Yes. The classes should compile to any platform, however nothing will happen when the application is run. Conditional compiles is not necessary, but won't hurt either.

Known Issues

  • No known issues