I did not answer your question about 'handle' clearly, as I don't fully understand this well myself. As a comment I find the use of 'Handle' is a bit vauge in clearwin+, as in some cases you provide a value for handle, defining the handle value, but in others you must inquire for the value of the handle then use it as a reference.
For a window handle, the best way may be to use %hw. I think you use this as you are creating the window, as 'call winio@(‘%hw&’, handle)'. It provides the handle for the current window, so hopefully the window being defined using winio@ is the current window. %lc is another winio@ option, although I'm a bit lost on the difference between %lc (last control) and %hw (current window). I think I am right in saying, get the window handle as you create the window and you can then use this handle to reference or select this window.
Cases where you provide, rather than receive a handle include 'create_graphics_region@'
I hope this helps
John
[/URL]
[/URL]