#Window active help
Does anyone know f\how to activate a window from inside a program…I.e. not
using the mouse :^). I have two windows, opened on a custom screen, one of
which I want to allways be active. So if someone clicks onthe other window, I
need to deactivate that window, and activate the original one. I suspect I can
do it by altering the window.Flags paramater for each window; but I am not sure
how to do this, or if this is the best way. would window.Flags = (window.Flags
| ACTIVATE) work? Any suggestions would be
Jim Vogel