Hi Brian, wd 'qscreen' is telling you about the dimensions and pixel characteristics of the screen. There is no information there yet about your window or your turtle. You can use some of the other commands on the page that Chris linked you to, to find out where your application window is (wd 'qform') or a control in your form (wd 'qchildxywh id' ) where "id" is the name you assigned to the control when you defined it. Using those pieces of information you can work out where abouts relative to your screen your dialog/control is. Hope that helps! Ric
On Sat, May 1, 2021 at 8:10 PM Brian Schott <[email protected]> wrote: > Computer A is running j807 and gives the desired result, > Computer B is running j902. > > > -- > (B=) > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
