Alex Rufon wrote: > So my question is, what do I change to open the window Maximized and how > to I remove the Minimize, Maximize/Restore and Close button on the upper > right hand corner of the J window?
try change the line pc pjijx; to pc pjijx nomax nosize; and there are other options: nomin nomenu, you try to get which one most suit your requirement. I think you may maximize a window by sending it a message, but it will be easier to calcaulate the required size and then use wd pmove/pmovex command. There is a size limit for attachment file. -- regards, bill ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
