On Mon, Nov 29, 2010 at 7:33 AM, Ian Clark <[email protected]> wrote: > Is there a system verb I can call which simulates a button event? Or a > call I can make from my code to post a keyDown or mouseclick event? > > I've often met the need to do this, but most recently as one possible > solution to the following problem:
... Just curious - why do you often feel the need to do this? Typically, your program will respond to events, and these trigger read of the controls. It would be unusual to require the value of a control before an event occurs. Chris ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
