Re: LINUX ?
- Posted by Michael J. Sabal <m_sabal at yahoo.com> Jan 03, 2006
- 490 views
Bernie Ryan wrote: > > > To any linux guru: > > I have been playing around with xt and athena. > > I can write programs in Athena & Euphoria that work with 1 exception. > > I can not get the keyboard input to go to my application program. > > If I start the program from x-term then the keyboard sends keyes > to the x-term window. > > If I start the program using the run command then I see nothing > when I type on the keyboard. > > I know there are pipe libraries in the archive and I wonder if > this is the reason that they are there. > > I think the problem is that exu is not sending the keys to my > program for some reason because exu is a text mode program. > > Can anyone give me a hint if they run in to this before in Linux. > > Bernie > > My files in archive: > w32engin.ew mixedlib.e eu_engin.e win32eru.exw > > Can be downloaded here: > <a > href="http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan">http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan</a> Generally, I use euGTK for Linux programming, and have never run into this problem. I launch most of my programs from an xterm, because the Kate editor opens one automatically. There may be a bug in Athena that redirects all kb input to the terminal. Aside from that, I can't think of any reason for your symptoms. Mike