[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [FR-devel] updated foxservices
From: |
Curt Hibbs |
Subject: |
RE: [FR-devel] updated foxservices |
Date: |
Mon, 21 Oct 2002 06:35:25 -0700 |
I'll get this in the documentation I'm writing. Go get some sleep :-)
Curt
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden Behalf Of Rich Kilmer
> Sent: Sunday, October 20, 2002 10:28 PM
> To: 'Freeride-Devel'
> Subject: [FR-devel] updated foxservices
>
>
> Changed FoxServices to use the CommandManager instead of a separate
> structure. This simplifies the architecture to have a single mechanism
> for reusable behavior (commands). The names of the commands are:
>
> App/Services/FileOpen -> return filename or nil
> App/Services/FileSaveAs(filename) -> return ['cancel'|'save', filename]
> App/Services/FileClose(filename) -> return 'yes'|'no'|'cancel'
> App/Services/MessageBox(title, message)
> App/Services/Shutdown
>
> This way the "FoxServices" name still makes sense, and the they are
> still, technically "services" but they are "Service Commands" (or
> something like that.
>
> I will now flip to solidifying the editpane and getting debugger
> working. Sorry for that delay. I need sleep now, but will get to them
> in about 8 hours.
>
> -Rich
>
>
>
>
> _______________________________________________
> Freeride-devel mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/freeride-devel
>