Re: TextSelectionEvent

2006-12-31 Thread thomas . deweese
Hi K.W. "K. W. Landry" <[EMAIL PROTECTED]> wrote on 12/31/2006 02:17:11 PM: > Just a quick question, I guess I'm having trouble getting my head > around where DOMTextEvent is best used. What is the difference, if > any, between using DOMTextEvent and doing an addEventListener such as: A DOM

Re: TextSelectionEvent

2006-12-31 Thread K. W. Landry
Thomas, Thanks, that's exactly what I need, I'll take a look at the Solitaire example now. Just a quick question, I guess I'm having trouble getting my head around where DOMTextEvent is best used. What is the difference, if any, between using DOMTextEvent and doing an addEventListener such as:

Re: TextSelectionEvent

2006-12-31 Thread thomas . deweese
Hi KW. "K. W. Landry" <[EMAIL PROTECTED]> wrote on 12/24/2006 08:08:02 PM: > Can anyone point me to any code segments that utilize DOMTextEvent? Well we use DOMTextEvent for 'text entry' (typing on the keyboard). I don't think there is any DOM 'TextSelectionEvent'. > I'm trying to work out