> What is the benefit of parsing an event rather than handling them
directly?

I need to be able to update a stack/card script in a standalone, and I
cannot because of the limit imposed. The stack script contains (mostly)
typical handlers (i.e. openStack, resumeStack, etc.) for handling messages
that are sent to the stack. If I had a 'single' handler in the script that
could handle 'all' stack messages, I 'might' be able to update the script
because the size of the script would be greatly reduced. I really wish
RunRev would allow 'some' things in a stand-alone for licensed users, or a
special license for increasing the script limit 'just a litlle'.


> You could, for example, have a frontScript

Since I already have a few 'idle' handlers running, I really did not want to
add another...especially one that parses 'everything'! Things are a little
sluggish as it is...


> That's an invalid address, requiring hand-editing.  Odd.
> Who's the list mom for this list?

I am starting to feel like an 'abandoned child' on this list (or at least
the uncle that everyone is ashamed to talk about)...also, (maybe it is just
me though) any message I post to the 'RunRev' list does not go through.

I can take a hint ;-)


JR

----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 20, 2004 9:00 AM
Subject: metacard Digest, Vol 4, Issue 18


> Send metacard mailing list submissions to
> [EMAIL PROTECTED]
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.runrev.com/mailman/listinfo/metacard
> or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
>
> You can reach the person managing the list at
> [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of metacard digest..."
>
>
> This is the Metacard mailing list.
>
> Today's Topics:
>
>    1. Re: MC-REV Event similar to AppleEvent? (RCS)
>    2. Re: MC-REV Event similar to AppleEvent? (Richard Gaskin)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 19 Jan 2004 12:53:47 -0800
> From: "RCS" <[EMAIL PROTECTED]>
> Subject: Re: MC-REV Event similar to AppleEvent?
> To: <[EMAIL PROTECTED]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> on hWindowEvent theEvent, theData
>
>  SWITCH theEvent
>   CASE "openStack"
>    -- do this
>    break
>   CASE "mouseDown"
>     if theData = 3 then
>      -- right-click
>      else
>      -- do that
>     end if
>    break
>   DEFAULT
>    -- do the other
>    break
>  end SWICH
>
> end hWindowEvent
>
>
> I really don't want an 'idle' handler (or 'send to' handler) parsing
> everything that is happening in my environment...I thought there might be
> something 'native' that was not mentioned in the docs.
>
> Thanks,
>
> JR
>
>
> ----- Original Message ----- 
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, January 19, 2004 9:00 AM
> Subject: metacard Digest, Vol 4, Issue 17
>
> >
> > To craft a solution that better meets your needs, can you tell us a bit
> more
> > about the specifics of what you're looking to do, maybe with an example
of
> > how you'd like to use it?
> >
> > -- 
> >  Richard Gaskin
> >  Fourth World Media Corporation
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 19 Jan 2004 13:21:42 -0800
> From: Richard Gaskin <[EMAIL PROTECTED]>
> Subject: Re: MC-REV Event similar to AppleEvent?
> To: MetaCard List <[EMAIL PROTECTED]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="US-ASCII"
>
> RCS wrote:
>
> >> To craft a solution that better meets your needs, can you tell us a bit
> >> more about the specifics of what you're looking to do, maybe with an
> >> example of how you'd like to use it?
>
> > on hWindowEvent theEvent, theData
> >
> > SWITCH theEvent
> > CASE "openStack"
> > -- do this
> > break
> > CASE "mouseDown"
> > if theData = 3 then
> > -- right-click
> > else
> > -- do that
> > end if
> > break
> > DEFAULT
> > -- do the other
> > break
> > end SWICH
> >
> > end hWindowEvent
> >
> >
> > I really don't want an 'idle' handler (or 'send to' handler) parsing
> > everything that is happening in my environment...I thought there might
be
> > something 'native' that was not mentioned in the docs.
>
> What is the benefit of parsing an event rather than handling them
directly?
> You could, for example, have a frontScript with:
>
> on openStack
>    -- do this
>   pass openStack
> end openStack
>
> on mouseUp
>   -- do this
>   pass mouseUp
> end mouseUp
>
> ...etc.
>
>
> PS: What's gone wrong with the MC list server to cause the reply-to
address
> for RCS' messages to be:
>
>  "RCS , Discussions on Metacard"
> <[EMAIL PROTECTED]@lists.runrev.com>
>
> That's an invalid address, requiring hand-editing.  Odd.
> Who's the list mom for this list?
>
> -- 
>  Richard Gaskin
>  Fourth World Media Corporation
>  ___________________________________________________________
>  [EMAIL PROTECTED]       http://www.FourthWorld.com
>
>
> ------------------------------
>
> _______________________________________________
> metacard mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/metacard
>
>
> End of metacard Digest, Vol 4, Issue 18
> ***************************************
>

_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to