How to set a editbox as keybord focus manually?
Posted: Thu Oct 20, 2005 06:28
I tried function "Window::captureInput", but it did not work.
I found the program returned at this line
So... How can i set a window as "ACTIVE"?
I found the program returned at this line
Code: Select all
bool Window::captureInput(void)
{
// we can only capture if we are the active window
if (!isActive()) {
return false; //<<-------
}
...
So... How can i set a window as "ACTIVE"?