MC-REV Event similar to AppleEvent?

RCS rcs at rcsprogramming.com
Mon Jan 19 12:53:47 EST 2004


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: <metacard-request at lists.runrev.com>
To: <metacard at lists.runrev.com>
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



More information about the metacard mailing list