Re: [Ql-Users] TYPE_IN

2017-09-30 Thread Tobias Fröschle via Ql-Users
Lee, are you running on SMSQ/E? Are you maybe running PE with PE_BGOFF? That will not allow your background program to run when it has (even partially) obstructed windows. So, if you "TYPE_IN" something into an obstructed S*Basic window, the job owning that window will not be able to digest you

Re: [Ql-Users] TYPE_IN

2017-09-30 Thread Michael Bulford via Ql-Users
> Fellow QL'ers > > I have a slight problem with TYPE_IN > > Using it to put some commands in #0, works well in an instance until I > reach what appears to be a maximum set of characters, where the QL just > hangs. > > e.g. > > 1920 TYPE_IN An&":"&CHR$(10) > 1930 TYPE_IN (An+1)&

Re: [Ql-Users] TYPE_IN

2017-09-30 Thread Lee Privett via Ql-Users
Yes the string is about 60 characters long which is probably why it fails on the third TYPE_IN tried using Pause to no effect :( Lee Virus-free. www.avast.com

Re: [Ql-Users] TYPE_IN

2017-09-30 Thread Derek via Ql-Users
Hi, Why just allocate section memory to save the keyboard buffer. RegardsDerek Original message From: Wolfgang Lenerz via Ql-Users Date: 30/09/2017 13:38 (GMT+00:00) To: ql-us...@q-v-d.com Cc: Wolfgang Lenerz Subject: Re: [Ql-Users] TYPE_IN Or perhaps even directly into

Re: [Ql-Users] TYPE_IN

2017-09-30 Thread Wolfgang Lenerz via Ql-Users
Or perhaps even directly into channel #0... Wolfgang Hi, Is it possibile to extend the 128 byte QL keyboard buffer. Hi, no once allocated, I don't think you can extend it. Was TYPE_IN an a attempt to do this? I don't know, wasn't it just a keyword to type things into the keyboard queue

Re: [Ql-Users] TYPE_IN

2017-09-30 Thread Wolfgang Lenerz via Ql-Users
Hi, Is it possibile to extend the 128 byte QL keyboard buffer. Hi, no once allocated, I don't think you can extend it. Was TYPE_IN an a attempt to do this? I don't know, wasn't it just a keyword to type things into the keyboard queue of job 0? Regards Wolfgang RegardsDerek Or

Re: [Ql-Users] TYPE_IN

2017-09-30 Thread Tobias Fröschle via Ql-Users
You _can_ open a cONsole window with more than 128 bytes of input buffer ("con_512x202a0x0_256", for example). But you _cannot_ tell S*Basic to open #0 like that as default. I just checked: close#0:open#0,"con_512x256a0x0_1024" seems to work. Unfortunately, I cannot check how large the keybo

Re: [Ql-Users] TYPE_IN

2017-09-30 Thread Derek via Ql-Users
Hi, Is it possibile to extend the 128 byte QL keyboard buffer. Was TYPE_IN an a attempt to do this? RegardsDerek Original message From: Wolfgang Lenerz via Ql-Users Date: 30/09/2017 12:38 (GMT+00:00) To: ql-us...@q-v-d.com Cc: Wolfgang Lenerz Subject: Re: [Ql-Users] TYPE_IN

Re: [Ql-Users] TYPE_IN

2017-09-30 Thread Wolfgang Lenerz via Ql-Users
Hi, I have a slight problem with TYPE_IN Using it to put some commands in #0, works well in an instance until I reach what appears to be a maximum set of characters, where the QL just hangs. e.g. 1920 TYPE_IN An&":"&CHR$(10) 1930 TYPE_IN (An+1)&Top$&CHR$(10) 1932 TYPE_IN (An+2)&Final$&CHR$

[Ql-Users] TYPE_IN

2017-09-30 Thread Lee Privett via Ql-Users
Fellow QL'ers I have a slight problem with TYPE_IN Using it to put some commands in #0, works well in an instance until I reach what appears to be a maximum set of characters, where the QL just hangs. e.g. 1920 TYPE_IN An&":"&CHR$(10) 1930 TYPE_IN (An+1)&Top$&CHR$(10) 1932 TYPE_IN (An+2)&Fin