Hi, all!
Can anybody tell me how does it work with the focus?
It's crazy, but I can't set it! There is a command
window-name
to set the focus to window. But it doesn't work!
I (try to) set the focus at the beginning of my prog and then try to check if
it was set with
up to the end of the start procs,
before the event loop begins. The result is always - nothing.
Sorry I can't give any example - the prog is too long.
The point is - does anybody know if there are any other things that
influence the focus setting?
(
and
doesn't work as well)
Thanks a lot.
Can anybody tell me how does it work with the focus?
It's crazy, but I can't set it! There is a command
Code:
focus
to set the focus to window. But it doesn't work!
I (try to) set the focus at the beginning of my prog and then try to check if
it was set with
Code:
[focus]
before the event loop begins. The result is always - nothing.
Sorry I can't give any example - the prog is too long.
The point is - does anybody know if there are any other things that
influence the focus setting?
(
Code:
focus -force
Code:
update
Thanks a lot.