Bill, I could not close windows with any keystroke on my Mac. Cntl+F4 seems to go to another window, but Option+F4 does nothing. I could not find any keystroke to close a window.
In jqt I could find '... pstyles in qt demo.' I don't know what you are asking me regarding maintaining tgsj via svn. Are you saying that the error I noticed regarding the graphics window not opening is something I need to fix AND you want me to make updates myself? Or are you saying only one of those? By the way, when I enter a command in the JTerm window to move the turtle(s) in the tgsj graphics window an unwanted `initLists` appears in the JTerm window. I have located code in the script tgsjutil.ijs that is producing this output, but I don't know what needs to be fixed. See just below. paint=: monad define wd'psel opengl' NB. wd'timer 500' if. gsinit GS_LIGHT do. glFlush''[initLists <:#State end. ... ) On Fri, Apr 5, 2013 at 8:27 PM, bill lam <[email protected]> wrote: > Closing a window using the Esc key is supported if the window is > created with a esccloseok style,eg > > wd 'pc imdemo escclose' > > see the pstyles in qt demo. > > I didn't know the cmd+w, but for windows the alt-f4 should close > a window, what is the equivalent of this in mac? > > Can you maintain the tgsj by commit changes to JAL svn directly? > -- (B=) <-----my sig Brian Schott ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
