On Sun, 15 Apr 2007 14:30:44 -0700, Paul Foraker wrote: > Behavior is the same with Focusable true or false, except that with it set > to false, the insertion point doesn't appear at all.
Is it possible that you're trapping any of the key messages (keyDown/keyUp, rawKeyDown/up, etc.) in the substack (or later in the hierarchy)? It sounds like the keystroke is being trapped and not passed... Ken Ray Sons of Thunder Software, Inc. Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
