On Oct 26, 2006, at 12:21 PM, Eric Richards wrote:

Hi -

I've been wondering is it possible to make your own Finder (OS 9 at least) with Rb (triple 5) ? I know I would have to change the Type and Creator of my app.

Depending on what it is you want to do I'll say it's a qualified YES

There are at least a couple places where this is very useful.
And app that has to run all the time and not require any user intervention to start, like a kiosk, is a great way to do this.

On OS 9 the Finder is NOT the OS. It's just the UI to it.
The underlying OS will keep the Finder running at all times unless something else is running and has quit the Finder.

Or you can hack the OS files to launch a different application.

I've usually just made my app take the Finder Type and Creator and put it in the System folder and voila ! Your app IS the Finder, and runs all the time and unless the OS itself hangs it runs all the time.

IF you want to mimic the existing Finder and do all that it does then you have a much bigger job.

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to