Im resending with link to image -->
http://static.flickr.com/68/204698032_ca1626c876.jpg?v=0

Did I miss an announcement regarding attachments in the list?

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alex Rufon
Sent: Wednesday, August 02, 2006 5:09 PM
To: Programming forum
Subject: [Jprogramming] How do i Maximized the J window using the
"wd"command

Hello.

I'm working on an in-house J IDE (please see attached image) where I
embed J into a .NET form.

The problem with this is that the J Window itself can be resize and
mucks up the "resize" event. I use the following code to show the J
window

NB. =========================================================
JIJX=: 0 : 0
pc pjijx;
xywh 0 0 250 150;cc e editijx ws_hscroll ws_vscroll es_nohidesel
rightmove bottommove;
pas 0 0;
rem form end;
)

NB. =========================================================
showJ=: 3 : 0
if. 1 e. 'jijx' E. wd 'qpx' do. return. end.
create''
)

NB. =========================================================
create=: 3 : 0
wd JIJX
wd 'pn *',pname''
wd 'setfont e "Lucida Console" 11 oem'
wd 'pshow'
)

NB. =========================================================
pname=: 3 : 0
'Session Server'
)

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?

Thanks for any help.

r/Alex
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to