Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.mac.programmer.help > #97

Re: My own file copy and empty trash in OS 9.2.2

From gastacara@macgui.com (Cliff Huylebroeck)
Newsgroups comp.sys.mac.programmer.help
Subject Re: My own file copy and empty trash in OS 9.2.2
Date 2011-12-09 18:52 +0000
Organization Mac GUI
Message-ID <gastacara-1323456767@macgui.com> (permalink)
References <gastacara-1323101447@macgui.com> <no.email-46DC22.15553405122011@news.eternal-september.org> <051220111336100354%nospam@nospam.invalid> <gastacara-1323271572@macgui.com> <071220111531042156%nospam@nospam.invalid>

Show all headers | View raw


nospam wrote:
> In article <gastacara-1323271572@macgui.com>, Cliff Huylebroeck
> <gastacara@macgui.com> wrote:
> 
>> > it's definitely possible to intercept it, but it requires patching a
>> > bunch of traps and is not at all straightforward.
>> 
>> Is it possible to intercept it with AppleScript,
>> for example a system-wide AppleEvent handler?
> 
> no. you need to patch traps, and probably quite a few of them. consider
> an alternate solution.

Rewriting the whole Finder?
I don't know:
- the complete list of tasks that is done by the Finder,
- how to draw on the desktop,
- the meaning of the folder view flags.

What I can certainly do better is fast drawing and scrolling of windows with
many items.
I can easily scroll a window with one million items while using almost no
processor time.
The Finder behaves oddly when I try to display 40,000 items.
I can improve that, and also copying and emptying the trash.
I would also use normal menus instead of the Mercutio MDEF.
I would use plug-ins for the commands, so they can be easily replaced.
I would use a task window like in Puppy Linux.
If you want to do something, then a task is added to the list.
When your task list is complete then you click "Start".
Then the tasks are done one after the other, instead of simultaneously like
the current Finder does.

Back to comp.sys.mac.programmer.help | Previous | NextPrevious in thread | Find similar


Thread

My own file copy and empty trash in OS 9.2.2 gastacara@macgui.com (Cliff Huylebroeck) - 2011-12-05 16:10 +0000
  Re: My own file copy and empty trash in OS 9.2.2 David Stone <no.email@domain.invalid> - 2011-12-05 15:55 -0500
    Re: My own file copy and empty trash in OS 9.2.2 nospam <nospam@nospam.invalid> - 2011-12-05 13:36 -0800
      Re: My own file copy and empty trash in OS 9.2.2 gastacara@macgui.com (Cliff Huylebroeck) - 2011-12-07 15:26 +0000
        Re: My own file copy and empty trash in OS 9.2.2 nospam <nospam@nospam.invalid> - 2011-12-07 15:31 -0500
          Re: My own file copy and empty trash in OS 9.2.2 gastacara@macgui.com (Cliff Huylebroeck) - 2011-12-09 18:52 +0000

csiph-web