Re: How to avoid windows console with stdin
don cole wrote:
>
> Hello Mike,
>
> If that's the case try:
> }}}
<eucode>
> procedure onKeyPress(integer self ,integer evebt, sequence parms)
> --you can put position here
> wPuts(Window1,sprintf("%s",parms[1]))
> end procedure
> setHandler(Window,w32HKeyPress,routine_id("onKeyPress"))
>
> Don Cole
That's an interesting solution. It never occurred to me that the standard
input might set off a KeyPress. I'll have to try that.
|
Not Categorized, Please Help
|
|