DOH!  Thanks.  I'm just so used to KeyListener's I didn't catch that.

Michael Bushe
Principal
Bushe Enterprises, Inc.
[email protected]
www.bushe.com


On Mon, Feb 22, 2010 at 7:22 PM, Michael Bushe <[email protected]> wrote:

> I'm trying to add a keyListener in WTKX.  I gave this a shot:
>                    <keyListeners>
>                        <wtkx:script>
>                            function keyTyped(component, keyCode) {
>                                if (keyCode == Keyboard.KeyCode.ENTER) {
>                                       callMyFunction();
>                                }
>                            }
>                        </wtkx:script>
>                    </keyListeners>
>
> OK, giving me a fish and telling me how to do is nice, but I want the rod.
> Where can I find the Schema or DTD?  Is there a link on the site?  I
> couldn't find it.
>
> I tried to search the mailing list too, but the mailing list link doesn't
> have a
> search:
> http://mail-archives.apache.org/mod_mbox/pivot-user/ (and clicking a link
> there):
> http://mail-archives.apache.org/mod_mbox/pivot-user/201002.mbox/browser
>
> Michael Bushe
> Principal
> Bushe Enterprises, Inc.
> [email protected]
> www.bushe.com
>

Reply via email to