Re: [Emc-developers] Can Someone Build This PyVCP Widget?

2007-02-10 Thread Mario .
Can the Axis run a batch (shell) script? I think it can, so can this be done by siply running easy to write script? It woiul not be realtime as the FIFO, but al least it would be a pre-check on load as Kenneth submitted. On 2/11/07, Chris Radek <[EMAIL PROTECTED]> wrote: > On Sat, Feb 10, 2007 at

Re: [Emc-developers] [ emc-Bugs-1650938 ] Translation strings from rs274_err.mo are not shown

2007-02-10 Thread Jeff Epler
I suggest checking this in as-is, and leave it to the person with the oddball platform without libintl.h (a standard part of glibc) to fix up configure. Jeff - Using Tomcat but need to do more? Need to support web services, s

Re: [Emc-developers] [ emc-Bugs-1650938 ] Translation strings from rs274_err.mo are not shown

2007-02-10 Thread Florian Hahn
Hello, I tried several things, and now how to get it working: - libintl.h and loclae.h have to be included. - bindtextdomain("rs274_err","/usr/share/locale"); setlocale(LC_ALL,""); textdomain("rs274_err"); have to be called in main function. But I do not know how to programm this in clan way an

Re: [Emc-developers] Can Someone Build This PyVCP Widget?

2007-02-10 Thread Chris Radek
On Sat, Feb 10, 2007 at 05:11:27PM -0500, Kenneth Lerman wrote: > > 1 -- Am I wrong? Is the functionality (generating a traceback) that I want > to implement not necessary, or not important? Am I wasting my time worrying > about it? IMO, yes. I would be happy with the current error messages, if

Re: [Emc-developers] Can Someone Build This PyVCP Widget?

2007-02-10 Thread Kenneth Lerman
I think of pyvcp in a different way. I think of it as a modular way to simply add functionality to a gui. What I would like to do is to provide a way for the interpreter to generate traceback information so that when some gcode fails (for whatever reason), the user can tell what line of gcode it f

Re: [Emc-developers] Can Someone Build This PyVCP Widget?

2007-02-10 Thread Jeff Epler
I don't know why you've latched on to this named pipe idea. This is likely to make embedding an interpreter in AXIS harder than it is now, for instance because the two interpreters will need to have different named pipes. This is also a completely inappropriate idea for pyvcp, which is a program

[Emc-developers] Can Someone Build This PyVCP Widget?

2007-02-10 Thread Kenneth Lerman
I lack the skills to do this (at this time), but I think it would be very useful. I would like a widget that displayed scrolling text. Configurable parameters are: The number of lines of text to display. The number of lines of text to save (can scroll back to). The width of a line in character