From: Bill Haskett [mailto:[EMAIL PROTECTED]
Sent: Friday, February 08, 2008 4:03 PM
To: 'Brutzman, Bill'
Subject: RE: [U2] [UB] Detecting KeyBoard Up Arrow
Bill:
The following code parses keystrokes for UV
LOOP ; ** UV
versi
after the selection will be flushed.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill
Sent: Friday, February 08, 2008 3:29 PM
To: 'u2-users@listserver.u2ug.org'
Subject: RE: [U2] [UB] Detecting KeyBoard Up Arrow
While I appreciate the respo
om: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Tim Stokes
Sent: Friday, February 08, 2008 11:37 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UB] Detecting KeyBoard Up Arrow
You can use something like this.
INPUT SYSTEM.14,-1
Ans = ''
FOR X = 1 TO SYSTEM.14
Ans
On Feb 8, 2008 2:30 AM, Brian Leach <[EMAIL PROTECTED]> wrote:
> Note that if you're using a wyse emulation - you're probably stuffed.
> Wyse stupidly uses char(10) (=return) for down arrow and char(8)
> (=backspace) for left arrow.. Duh.
>
I'm not sure if I'd go as far as saying "stupidly"... Ke
On Behalf Of Brutzman, Bill
Sent: Thursday, February 07, 2008 5:00 PM
To: 'u2-users@listserver.u2ug.org'
Subject: [U2] [UB] Detecting KeyBoard Up Arrow
The following program needs help.
Using Dynamic Connect (+ wIntegrate) , I am trying to decode it
Hi Bill,
Using Dynamic Connect (+ wIntegrate) , I am trying to decode it when a
user
presses the UpArrow key.
To do this sort of thing properly, you need to use the TERMINFO() function
to get the key bindings and then build a function around these that returns
a pseudo-key value for the mul
Bill
> Sent: 07 February 2008 22:00
> To: 'u2-users@listserver.u2ug.org'
> Subject: [U2] [UB] Detecting KeyBoard Up Arrow
>
> The following program needs help.
>
> Using Dynamic Connect (+ wIntegrate) , I am trying to decode
> it when a user presses
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Brutzman, Bill
> Sent: Thursday, February 07, 2008 2:00 PM
> To: 'u2-users@listserver.u2ug.org'
> Subject: [U2] [UB] Detecting KeyBoard Up Arrow
>
> The fol
The following program needs help.
Using Dynamic Connect (+ wIntegrate) , I am trying to decode it when a user
presses the UpArrow key.
Suggestions would be appreciated.
--Bill
prompt ''
*-