I have a version of R-devel which is configured with the flags configure --with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh --with-tk-config=/Library/Frameworks/Tk.framework /tkConfig.sh --enable-R-shlib --with-aqua --without-x TCLTK_LIBS="-framework Tcl -framework Tk" TCLTK_CPPFLAGS="-I/Library/Framewor ks/Tcl.framework/Headers -I/Library/Frameworks/Tk.framework/Headers" This means no X11, the Quartz device, the Aqua interface, and the native AquaTk version of Tcl/Tk. Drawing to windows works fine (both to the Quartz device and the Tk windows), but there are still some serious problems. 1. The Aqua interface does not work (R --gui=aqua) -- it does not show up. I am not sure if it is supposed to. So we work from the terminal. 2. The windows do not handle events properly. Clicking on the Quartz device gives RCNE SendEventToEventTarget (mous Up ) failed, -9874 Running the tkcanvas demo is more satisfactory. Points can be colored and dragged, and the line adjusts fine, but the window never becomes the front window and the terminal bitterly complains SetFrontProcess failed,-606 at each mouse event. ==Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554 phone (310)-825-9550; fax (310)-206-5658; email: deleeuw@stat.ucla.edu homepage: http://gifi.stat.ucla.edu ------------------------------------------------------------------------ ------------------------- No matter where you go, there you are. --- Buckaroo Banzai http://gifi.stat.ucla.edu/sounds/nomatter.au ------------------------------------------------------------------------ ------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Jan de Leeuw <deleeuw@stat.ucla.edu> writes:> This means no X11, the Quartz device, the Aqua interface, and the > native AquaTk version > of Tcl/Tk. Drawing to windows works fine (both to the Quartz device > and the Tk > windows), but there are still some serious problems.[Details omitted] I think Stefano has some changes planned, but haven't had time to work on them just now. We decided to schedule 1.6.1 without those to get rid of the memory leak in 1.6.0 quickly. It's quite likely that we'll have a 1.6.2 mainly for Mac updates. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Well, I cannot run the Aqua myself anymore using Jaguar. I'll attack the problem from the "roots" using Duncan's REventLoop package. I'm working on that but I'll not be able to finish before 1.6.1 is out. Stefano On Wednesday, October 30, 2002, at 08:27 PM, Jan de Leeuw wrote:> I have a version of R-devel which is configured with the flags > > configure > --with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh > --with-tk-config=/Library/Frameworks/Tk.framework > /tkConfig.sh --enable-R-shlib --with-aqua --without-x > TCLTK_LIBS="-framework Tcl -framework Tk" > TCLTK_CPPFLAGS="-I/Library/Framewor > ks/Tcl.framework/Headers -I/Library/Frameworks/Tk.framework/Headers" > > This means no X11, the Quartz device, the Aqua interface, and the > native AquaTk version > of Tcl/Tk. Drawing to windows works fine (both to the Quartz device > and the Tk > windows), but there are still some serious problems. > > 1. The Aqua interface does not work (R --gui=aqua) -- it does not show > up. I am > not sure if it is supposed to. So we work from the terminal. > > 2. The windows do not handle events properly. Clicking on the Quartz > device > gives > > RCNE SendEventToEventTarget (mous Up ) failed, -9874 > > Running the tkcanvas demo is more satisfactory. Points can be colored > and dragged, and the line adjusts fine, but the window never becomes > the front window and the terminal bitterly complains > > SetFrontProcess failed,-606 > > at each mouse event. > > ==> Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; > Editor: Journal of Multivariate Analysis, Journal of Statistical > Software > US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554 > phone (310)-825-9550; fax (310)-206-5658; email: > deleeuw@stat.ucla.edu > homepage: http://gifi.stat.ucla.edu > > ----------------------------------------------------------------------- > -------------------------- > No matter where you go, there you are. --- Buckaroo Banzai > http://gifi.stat.ucla.edu/sounds/nomatter.au > > ----------------------------------------------------------------------- > -------------------------- > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- > .-.-.-.-.- > r-devel mailing list -- Read > http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html > Send "info", "help", or "[un]subscribe" > (in the "body", not the subject !) To: > r-devel-request@stat.math.ethz.ch > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._ > ._._._._ >-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._