[U2] RE: UV Timed INPUT

2009-03-12 Thread George Gallen
I Tried to write something similar, but kept getting random program lockups or universe bombouts. What I was trying to do was as letters were being typed, fine tune a listing to the right. Also, I tried to make a full screen editor, allowing the arrows to allow the user to move from

Re: [U2] RE: UV Timed INPUT

2009-03-12 Thread Charlie Noah
George, I've run into that before - it's probably network latency. If there's nothing in your keyboard buffer, your routine will bail. If a multi-character keystroke gets broken between packets, that can happen. Experiment with a delay before the INPUT TEST,-1 to allow the

Re: [U2] RE: UV Timed INPUT

2009-03-12 Thread Charlie Noah
George, Email me tomorrow at charlien at inlandtruck.com and remind me and I'll share some code with you that worked extremely well on Universe, and now on Jbase - it's almost identical. I almost never get those straggling characters anymore. Charlie Charlie Noah wrote: