similar to: - Re: quartz.dll

Displaying 20 results from an estimated 10000 matches similar to: "- Re: quartz.dll"

2002 Nov 10
2
Quartz.dll
Hi. I'm trying to run ActiveWorlds Browser under Wine, I'm getting errors with Quartz.dll can anyone help me please. Bob Wilkinson.
2002 Aug 10
0
new quartz dll
> On Fri, 9 Aug 2002, Mark Hannessen wrote: > He there !! > > i just found out that transgaming has a new "quartz dll" in there CVS. > it apears to use ffmpeg libavcodec. > > the good news: > libavcodec is LGPL !!! > > so there is a good chance that the entire quartz dll is going to be LGPL > Going to be? It has been for a while already... from the
2007 Nov 25
0
cannot 'register' quartz.dll
All, the system is Fedora 7 and wine .49. I am trying to install klcodec345. The howto has a prerequisite of quartz.dll. The howto directions are: regsvr32 "C:\windows\system32\quartz.dll". The outcome is: Failed to register DLL C:\windows\system32\quartz.dll. How can this dll be registered? Thanks - Dan
2004 Jul 19
1
Wine 20040408: Programs fail on Unhandled exception to a debug prompt after FrontPage install attempt
I recently upgraded to 20040408 on my gentoo IBM R32 notebook. I was using WinMX to test my wine install before the upgrade and all worked perfectly. ?I ran WinMX after the upgrade and it seemed to work ok (I did not test very deeply, just started and saw it got a connection to the network and shut it down). ?I then attempted to install MS FrontPage 2000 (My wife is taking web design in
2008 May 03
0
Quartz doesn't display x-axis properly until a window resize (PR#11368)
Full_Name: Luis Lopez-Oliveros Version: 2.7.0 OS: Mac OS X 10.5.2 Submission from: (NULL) (71.176.115.32) In R 2.7.0 for Mac OS X, Quartz plots are drawn a little bit off-screen. What happens is that the plots appear to be displayed a little below than where they should be in the Quartz window, causing the x-axis to be drawn off-screen, "below" the bottom of the Quartz window. When
2010 Nov 23
2
Lattice and Quartz
I ran this script in a source file on my Mac: library(lattice) year <- 1900:2000 dollars <- (year-1899)^2 plot(year,dollars) quartz("year") histogram(~dollars) The first plot appears in Quartz 2. The second quartz window, named year, opens but the histogram doesn't appear. However, when I copy and paste this script directly into the R console, both quartz windows (Quartz 2
2012 Oct 22
1
quartz.save of the FAQ (Mac)
Hi, In the FAQ for Mac http://cran.r-project.org/bin/macosx/RMacOSX-FAQ.html there is 7.2 Saving the image You can can (???) the content of the quartz device window into a PDF file. This is not explained! This is a very simple way to export high quality graphics from R into other applications on Mac OS X graphics is PDF based (so are almost all applications available). However, this process
2018 May 29
1
Quartz graphic device can be extremely slow in some cases
Hello, We?re receiving reports of extremely slow rendering by users who are using the new geom_sf() feature in ggplot2. Importantly, this seems to be a graphics device issue, because the exact same plot takes vastly different amounts of time to render under different devices. We?re talking about 2 seconds vs. 100 seconds here, so not a small effect. In particular, the quartz device on OS X seems
2002 May 14
0
Quartz device for Darwin R (MacOS X)
This announce is for Mac R developers mostly. I have just updated the R-devel repository with a brand new quartz() device. This will allow the Darwin build of R to display graphics without the need of X11. The device is in its first release so it is needed more feedback as possible to let it become the true natural graphics device of Darwin R. You should try to build R from the R-devel
2015 Jan 11
0
Shouldn't grDevices::quartz() give an error instead of a warning when not available?
Compare: > quartz(); cat("Should this have generated an error instead?\n") Warning message: In quartz() : Quartz device is not available on this platform Should this have generated an error instead? to: > x11() Error in .External2(C_X11, d$display, d$width, d$height, d$pointsize, : unable to start device X11cairo In addition: Warning message: In x11() : unable to open
2010 Jan 28
1
quartz() and dpi
Hello all, I am using quartz (on OS X obviously) to produce PDFs and PNGs from my plots, for later inclusion in LaTeX. I am typically using something like: plot(0) dev.print(quartz, file="foo.pdf", width=5, height=3) dev.print(quartz, file="foo.png", width=5, height=3, dpi=72) I want the sizes of the PDF and PNG to be *equal* in *inches*, which works with dpi=72. However,
2008 May 12
2
Fonts in Quartz Devices
Hi, I'm new to R. I'm using a Mac OS X 10.5 and R 2.7.0. I'm trying to change the font family for a plot in a quartz device. Simply passing the desired font by using the family argument works with other devices, but not with quartz. Am I missing anything? I've already checked the docs for quartz and quartzFonts, but didn't find a solution. Any help much appreciated.
2008 Jun 16
1
x labels out of Quartz canvas
Hi R world, I am such a newbie, with only 4-5 days of R experience. I did a search in forum history but couldn't find a solution to my problem... Sorry if it's obvious: I managed to draw a barplot (yey!) with xlabels of 'long' names (filenames, to be particular). To make them readable, I place them perpendicular to the axis (las=2). When I do that, however, these names don't
2008 Mar 18
1
Saving Chinese text in Quartz
I encountered a problem that I don't know where to or how to solve this. I can put Chinese text to a Quartz window. There is no problem to show the correct Chinese text string. However, when this Quartz window is saved, and open by Acrobat or Acrobat Reader, the Chinese text will become ........ In order to show/preserve my Chinese text in Quartz window, do I have to set up some parameters?
2009 Jun 03
2
Problems with plot and Quartz device (PR#13744)
Full_Name: Thomas Richardson Version: R 2.9.0 GUI 1.28 Tiger build 32-bit (5395) OS: 10.4.11 Submission from: (NULL) (216.254.15.72) I have encountered a problem with points in scatterplots disappearing in a quartz window when it is re-sized (to make it larger). I am constructing an 8x12 matrix of scatterplots each containing approx 600 points. In order to get them in the window I remove the
2004 Sep 12
2
can't get the quartz window to the background
Dear List, I have switched from Linux to OS X, and I find the R interface there really nice. I am using Emacs+ESS, and the quartz device. My only problem is that 1. I can't move the quartz window, whenever I go above it I see a spinning rainbow circle (AFAIK that means "I am busy" or "can't touch me" in OS X) 2. Once something gets in front of it, I cannot
2008 Oct 02
1
quartz device (PR#13115)
Dear, The quartz device doesn't work in R version 2.7.2 (2008-08-25), on my MacBook Pro. For example, when I just type 'demo(graphics)', the quartz window stays empty and the clockwise time indicator keeps on running in the R window. What should I do to fix this bug? Thanks in advance, Vanessa
2010 Jun 22
1
Warped Text in mtext in a Quartz-Window
Hello, With one procedure, I get a strangely warped text in the mtext-area of a quartz-window, while with an other the text comes out OK - see attached PDF. (Number of Trials is the x-Axis label, which always comes out OK) -------------- next part -------------- A non-text attachment was scrubbed... Name: Warped Text.pdf Type: application/pdf Size: 24420 bytes Desc: not available URL:
2002 Nov 08
1
Mac specific - quartz leads to crash (PR#2276)
Full_Name: Martin Renner Version: 1.6.0 OS: MacOS X 10.2.1 Submission from: (NULL) (134.153.109.176) Opening a new graphics device with quartz () produces a quartz window but it cannot be resized, there's no red close-button and R usually crashes within the next 20 seconds (unexpectedly quit). Also, I can't copy this window (copy does not do anything, old clipboard is not replaced).
2008 Apr 06
1
[R-SIG-Mac] sizing of quartz
Those are good news. Prof Brian Ripley wrote: > You didn't tell us the version of R. quartz() is different in 2.7.0 > alpha, and there the function arguments do work (and the size is > really as advertised and not at a notional 72dpi). In fact, it is a > much more standard device and interface, so less to learn. > I assumed that > version provides most of the