home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!spool.mu.edu!umn.edu!csus.edu!netcom.com!netcomsv!terapin!paulk
- From: paulk@terapin.com (Paul Kienitz)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: More Amiga OS weaknesses and strengths
- References: <bruce.0ds3@zuhause.MN.ORG>
- Message-ID: <paulk.35q9@terapin.com>
- Date: 8 Jan 93 20:33:41 PST
- Organization: BBS
- Lines: 55
-
- > > Another feature that is totally broken on the Amiga is
- > > launching of applications by double-clicking a project. On the
- > > Macintosh, when you double-click a project, the 'creator'
- > > application is always found and launched and the project is
- > > loaded, no matter where the creator application is located on the
- > > disk. On the Amiga, tooltypes are almost always hard-coded.
- > > There is almost no flexibility to the way the Amiga does it.
-
- There is some flexibility, ONLY in the case when the tool in the
- default tool field is given as a bare name with no path. Most
- existing icons have paths in the default tool field, either because
- that's what apps write there or for 1.3 semi-compatibility.
-
- > Not true. I nearly always remove paths from tooltypes of icons I
- > get from elsewhere.
-
- You have to do that MANUALLY. That is lame.
-
- The WB needs stuff like: attempt the name without a path if the
- pathed version does not exist, and check for a "FILETYPE=" tooltype
- and use the user's preferred tool regardless of what the icon's
- creator put there, if he has defined one for the filetype. For
- instance, any icon with FILETYPE=TEXT would go to (frinstance)
- MuchMore, if you preferred that, instead of whatever viewer was
- specified in the icon, and any FILETYPE=ILBM would go to (frinstance)
- ViewTek instead of its own default tool.
-
- What I do to get around this stuff is create appicons for a text
- viewer and such with ToolManager, and when I see a text file icon I
- just drop it there instead of double clicking, so I never have to
- deal with someone else's choice of viewer. I also have several
- common viewer filenames all pointing to my preferred viewer. Which
- happens to be plain old C= More, used through my CLImax hack so it
- gets its own public screen.
-
- This is rather lame compared to the Finder.
-
- > One problem with Mac icons, is that if you're doing development,
- > and you have several versions of the application, you have to click
- > on the application in order to guarantee you're using the right
- > application.
-
- Is the Workbench any better?
-
- During development, I usually tell the linker to put the current
- executable in RAM disk. For some projects I put an icon there so I
- can test the new executable with a WB launch.
-
- If I double click it but the executable aint been linked yet, the WB
- will find an app of the same name in my command path, and run that.
- Mind you, this is a TOOL icon I'm talking about here, not a project
- icon. This "feature" once caused me to send a disk to a paying
- customer that contained no executable copy of the program. I thought
- it was on the disk because when I double clicked it, another copy of
- the program started up.
-