On Aug 18, 2004, at 12:39 PM, Jeanne A. E. DeVoto wrote:

on doSomething
   doThis
   call "doThat" of button "A"
   send "doOther" to button "B"
end doSomething

I think the best terminology to use will depend on the context.

How about this:

   The handler doSomthing calls (or sends a message for) doThis.
   Then it calls doThat of button "A".
   Then it sends "doOther" to button "B".

The differences are idioms in Revolution jargon.

I'm not sure what the generic term for all three might be.

Dar

****************************************
    Dar Scott Consulting
    http://www.swcp.com/dsc/
    Programming Services
****************************************

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

Reply via email to