Hello Bill, This is exactly what I was looking for. I just didn't know the keywords to pass. Thanks.
r/Alex -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of bill lam Sent: Wednesday, August 02, 2006 5:55 PM To: Programming forum Subject: Re: [Jprogramming] How do i Maximized the J window using the "wd"command 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 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
