Re: [Emc-users] Pyngcgui question on formatting parameters

2017-06-04 Thread tom-emc
Thanks Dewey! That did the trick. Changed: # try to use minimum height if less than 3 columns 1653 if nparms > 20: 1654

Re: [Emc-users] Pyngcgui question on formatting parameters

2017-06-04 Thread Dewey Garrett
> I have quite a bit of vertical space and am wondering if > there is a way I can force the subroutine parameters to > be displayed in only 2 columns You would have to alter the logic for computing 'rowmax' for the parameter entryboxes. The source file in the git tree is: git_root_dir/lib/pytho