I am trying to allow my users to COPY the contents of the ClearWIN window that is attached to the standard output unit. Using a create_window@() call gets me the window with resizing allowed, maximize control, etc.
I am not finding an option to use to 'manually' create a window with the same attributes so that I can also attach a COPY option.
The following creates the window, allows attachment to the default unit, and scrolling, but it cannot be resized. I have tried using set_clearwin_style@ but without success; there does not appear to be an option to allow resizing of the window using WS_*.
i = winio@('%pv%`132.40cw[hscroll,vscroll]&',0L,handle2)
i = winio@('%ca[Output]&')
i = winio@('%ac[CTRL+C]&','COPY')
i = winio@('%lw',status2)
I have searched for an other %cw options other than the ones shown, but am not finding anything in the documentation (chm, pdf, or otherwise).