okay, so checking the "override" box at the bottom of the menu allows the changes to take effect. I still don't understand why you need to have the "override" box there in the first place T Begin forwarded message:> From: Anthony Westerling <leroy@ucsd.edu> > Date: Fri Aug 13, 2004 4:41:01 PM US/Pacific > To: r-bugs@r-project.org > Subject: R-1.9.1 preferences > > R-1.9.1 on a PowerPC G4 with Mac OS X 10.2.8 > > R:Preferences:Quartz Device:Quarz Window position is set to "center" > > I hit "apply" > > new quartz windows still appear in the upper right hand corner of the > screen > > if I reopen preferences and check the quartz device, it is still set > to "center" > > ditto if I close and restart R > > preferences cannot seem to set the quartz window to open anywhere but > the default position > > Thanks > > Tony Westerling >
On Aug 14, 2004, at 1:43 AM, leroy@ucsd.edu wrote:> okay, so checking the "override" box at the bottom of the menu allows > the changes to take effect. > > I still don't understand why you need to have the "override" box there > in the first placeif, in the R Console, you specify arguments in quartz() than the behaviour is the following: if you didn't check the "override" box, specified arguments are used, otherwise (the box is checked) the arguments you pass in quartz() are ignored and preferences parameters are used instead. We needed a criteria to let R understand what to do with two different specifications of input arguments. stefano> > T > > Begin forwarded message: > >> From: Anthony Westerling <leroy@ucsd.edu> >> Date: Fri Aug 13, 2004 4:41:01 PM US/Pacific >> To: r-bugs@r-project.org >> Subject: R-1.9.1 preferences >> >> R-1.9.1 on a PowerPC G4 with Mac OS X 10.2.8 >> >> R:Preferences:Quartz Device:Quarz Window position is set to "center" >> >> I hit "apply" >> >> new quartz windows still appear in the upper right hand corner of the >> screen >> >> if I reopen preferences and check the quartz device, it is still set >> to "center" >> >> ditto if I close and restart R >> >> preferences cannot seem to set the quartz window to open anywhere but >> the default position >> >> Thanks >> >> Tony Westerling >> > > ______________________________________________ > R-devel@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >
BTW, this is not a bug and it's documented even in the tooltip of the "override" box in the preferences. stefano On Aug 14, 2004, at 1:43 AM, leroy@ucsd.edu wrote:> okay, so checking the "override" box at the bottom of the menu allows > the changes to take effect. > > I still don't understand why you need to have the "override" box there > in the first place > > T > > Begin forwarded message: > >> From: Anthony Westerling <leroy@ucsd.edu> >> Date: Fri Aug 13, 2004 4:41:01 PM US/Pacific >> To: r-bugs@r-project.org >> Subject: R-1.9.1 preferences >> >> R-1.9.1 on a PowerPC G4 with Mac OS X 10.2.8 >> >> R:Preferences:Quartz Device:Quarz Window position is set to "center" >> >> I hit "apply" >> >> new quartz windows still appear in the upper right hand corner of the >> screen >> >> if I reopen preferences and check the quartz device, it is still set >> to "center" >> >> ditto if I close and restart R >> >> preferences cannot seem to set the quartz window to open anywhere but >> the default position >> >> Thanks >> >> Tony Westerling >> > > ______________________________________________ > R-devel@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >