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
_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard