Re: [Emc-users] Pyngcgui questions

2016-02-21 Thread tom-emc
That’s good to know. Thanks John. -Tom > On Feb 20, 2016, at 1:15 PM, John Thornton wrote: > > The limit on subroutine parameters is 1 through 30. > > JT > > On 2/20/2016 12:05 PM, tom-...@bgp.nu wrote: >> I modified this slightly so that if the number of parameters is

Re: [Emc-users] Pyngcgui questions

2016-02-20 Thread John Thornton
The limit on subroutine parameters is 1 through 30. JT On 2/20/2016 12:05 PM, tom-...@bgp.nu wrote: > I modified this slightly so that if the number of parameters is greater than > 25 (25 happen to fit nicely in the space on my monitor) it will create > another column parameters. By the way,

Re: [Emc-users] Pyngcgui questions

2016-02-20 Thread tom-emc
I modified this slightly so that if the number of parameters is greater than 25 (25 happen to fit nicely in the space on my monitor) it will create another column parameters. By the way, I suspect it is very uncommon for a subroutine to require so many parameters. All the subroutines I have

Re: [Emc-users] Pyngcgui questions

2016-02-19 Thread tom-emc
> On Feb 19, 2016, at 1:11 PM, Dewey Garrett wrote: > >> ... >> Is there a way to make them appear as vertical list? > no Thanks Dewey. I found the .py file and modified the “make_entryfields" function to set the number of rows equal to the number of parameters. That way

Re: [Emc-users] Pyngcgui questions

2016-02-19 Thread Dewey Garrett
> I was wishing there was a python version and google told me it was > already there! pyngcgui is mentioned in the documentation, for example: http://linuxcnc.org/docs/2.7/html/gui/ngcgui.html#_standalone_pyngcgui > When I run it standalone and click "Finalize" nothing appears > in Axis. What

[Emc-users] Pyngcgui questions

2016-02-19 Thread tom-emc
I just discovered Pyngcgui. I’ve been using standalone ngcgui for a while. Little nits about it’s UI have always driven me crazy. Mostly that if my cursor drifts out of the tiny box when entering values it loses focus. I was wishing there was a python version and google told me it was