I use NSSearchField to run a query over the Internet and display the results in a table. While the query is running, would I like to display a progress indicator inside the NSSearchField? I think I saw this in another application before.
Is there an open source component that I could use to accomplish this?
How should I do it? What is the best way? What are the pitfalls?
source
share