Chip,

For a very simple example, I typed the following two lines in Immed:

function MyOnCursorKey(a, b, c): MyOnCursorKey=TRUE: End Function
x = ConnectEvent(Application, "OnCursorKey", "MyOnCursorKey")

Once you hit enter on that second line, all cursoring keys go silent. So this proves returning True will silence cursoring keys. But be warned, until you shut down this event or restart Immed, you will no longer have any cursoring keys <smile>.

Doug

Aaron Smith wrote:
On 11/11/2009 6:18 PM, Chip Orange wrote:
how about the example in the onCursorKey documentation?

There is an example there already.

I think it shows you how you can suppress the normal window eyes speech by
returning true, and this is what isn't working for me.

Ah, so you do admit there is an example. <grin> It's working for me. That's why I asked for a sample from you.

I already know what I'm doing, but I don't know what you're doing.

Aaron

Reply via email to