Thread
:
Buttons taking the focus
View Single Post
#
4
12-27-2007, 12:49 AM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
PHP Code:
if (
x
.
isFirstResponder
() )
{
GraalControl
.
makeFirstResponder
(
true
);
}
Something like this in a timeout? Poor optimization, but may work in a system script where there is already a timeout.
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994