RE: [U2] [UB] Detecting KeyBoard Up Arrow

2008-02-08 Thread Brutzman, Bill
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

RE: [U2] [UB] Detecting KeyBoard Up Arrow

2008-02-08 Thread Tim Stokes
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

RE: [U2] [UB] Detecting KeyBoard Up Arrow

2008-02-08 Thread Brutzman, Bill
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

Re: [U2] [UB] Detecting KeyBoard Up Arrow

2008-02-08 Thread Kevin King
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

RE: [U2] [UB] Detecting KeyBoard Up Arrow

2008-02-08 Thread Tim Stokes
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

Re: [U2] [UB] Detecting KeyBoard Up Arrow

2008-02-08 Thread Martin Phillips
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

RE: [U2] [UB] Detecting KeyBoard Up Arrow

2008-02-08 Thread Brian Leach
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

RE: [U2] [UB] Detecting KeyBoard Up Arrow

2008-02-07 Thread John Hester
> -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

[U2] [UB] Detecting KeyBoard Up Arrow

2008-02-07 Thread Brutzman, Bill
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 '' *-