That works, thanks! Does the pd 'show' actually put up the first window, or it waits to parse the wd 'pmove' expression? I only noticed the final, resized window.
Rob On 9 September 2016 at 22:00, chris burke <[email protected]> wrote: > The initial size is hardwired, but you can resize the form, e.g. try: > > require 'plot' > > pd 'reset' > > pd 2 3 5 7 11 > > pd 'show' > > wd 'pmove 100 100 800 600' > > On 9 September 2016 at 07:56, bill lam <[email protected]> wrote: > > > I think this is a bug, the size of window is not > > QT_DEFSIZE but the minwh, and the plot window > > failed to resize. > > > > Пт, 09 сен 2016, Robert Herman написал(а): > > > Bill > > > > > > I just tried > > > > > > pd 'qt 1200 600' > > > > > > and the window came up, but it ignored the size parameters and came up > in > > > the default size. > > > > > > Moon S: > > > > > > Thanks for the workaround. At least now I can produce the size I need. > > > > > > Rob > > > > > > On 9 September 2016 at 21:06, bill lam <[email protected]> wrote: > > > > > > > IIRC qt plot had worked ok on windows, but I cannot test. > > > > ------------------------------------------------------------ > ---------- > > > > For information about J forums see http://www.jsoftware.com/ > forums.htm > > > > > > > ---------------------------------------------------------------------- > > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > -- > > regards, > > ==================================================== > > GPG key 1024D/4434BAB3 2008-08-24 > > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 > > gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
