1. LINUX ?
- Posted by Bernie Ryan <xotron at bluefrog.com> Jan 02, 2006
- 484 views
- Last edited Jan 03, 2006
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: http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan
2. Re: LINUX ?
- Posted by Michael J. Sabal <m_sabal at yahoo.com> Jan 03, 2006
- 491 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
3. Re: LINUX ?
- Posted by Bernie Ryan <xotron at bluefrog.com> Jan 03, 2006
- 480 views
- Last edited Jan 04, 2006
Michael J. Sabal wrote: > > 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: Thanks for the reply, I found out that if I run the program in a Gnome console the keyboard goes to my program. It appears that the problem has something to do with running the program from a KDE console. Bernie My files in archive: w32engin.ew mixedlib.e eu_engin.e win32eru.exw Can be downloaded here: http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan