Re: [PythonCE] kbhit type of functionality in PythonCE

2009-10-30 Thread Cazaw
Adam Walley: Not really what I was hoping for but I took your idea and built on it so that if the response to the raw_input is an empty string it repeats the pause. Good enough. Thanks! Adam Walley wrote: > > Hi, Cazaw. > > Welcome to PythonCE. I remember wrestling with similar issues with

Re: [PythonCE] kbhit type of functionality in PythonCE

2009-10-29 Thread Adam Walley
Hi, Cazaw. Welcome to PythonCE. I remember wrestling with similar issues with the raw_input. AFAIK its features are very limited and it does rather awkwardly appear over the PythonCE window. You can, of course, position your text output with some spacing. If you are satisfied with just a pause be

Re: [PythonCE] kbhit type of functionality in PythonCE

2009-10-29 Thread Cazaw
p.s. - Alternately, if the raw_input could show up in the stdout along with the displayed results instead of it's own dialog box, that would be just fine and eliminate the problem. Whichever way would be easiest. -- View this message in context: http://www.nabble.com/kbhit-type-of-functionality-

[PythonCE] kbhit type of functionality in PythonCE

2009-10-29 Thread Cazaw
I've had only very limited exposure to Python and began only yesterday with PythonCE, so I'm definitely a newbie at it all. My question seems really basic, but I've not been able to find a simple answer: I have a small program that does a raw_input, processes the entered information and then disp