search for: redraws

Displaying 20 results from an estimated 438 matches for "redraws".

Did you mean: redraw
2009 Jan 21
1
Can I add a point to a pointsGrob from an xyplot without redrawing ?
Hi: I am a newbie using grid and lattice. I want to update a xyplot without redrawing and I was wondering if there is a way of adding a point to a pointsGrob ? For example, take the example from the "R Graphics Book" page 218-219: grid.newpage() angle <- seq(0, 2*pi, length=21)[-21] x <- cos(angle) y <- sin(angle) xyplot( y ~ x, aspect = 1) Lets say I take the pointsGrob
2007 Apr 27
0
Error: An unusual circumstance has arisen in the nesting of readline input
Hi, If I have warnings converted to errors, and if I plot a simple plot and then resize and move the plot's window many times, I eventually get an error "Display list redraw incomplete", and after a while an endlessly repeating error "An unusual circumstance has arisen in the nesting of readline input". I cannot stop it using Ctrl-C (Ctrl-Z works though). I'm
2006 Aug 13
1
Eclipse 3.2 with JVM 1.5.08
(Yes, I know that there's a version for Linux. I'm even using it!) here the bug report for a simple start: bojan@linux:~/Desktop/Downloads/eclipse> wine /home/bojan/.wine/drive_c/Program\ Files/Java/jdk1.5.0_08/bin/java -jar startup.jar fixme:msg:PeekMessageW PM_QS_xxxx flags (0040) are not handled fixme:oleacc:CreateStdAccessibleObject 0x2003a -4
2008 Mar 31
0
redraw priorities
...ill runs in real time because of its high priority. The time-intensive operations in Swfdec can be divided into two parts: 1) actually progressing to the next frame and executing all the required actions and 2) rendering the resulting image. If given the choice I'd like to skip (at least some) redraws to keep up with the suggested frame rate. However, I don't want to skip redraws that are introduced by user interaction or other X events. So, I want to order the priorities 1 > 2 > 3a (user-introduced) > 4 > 3b (Flash-introduced). So far this works fine, here's the caveat: If...
2010 Oct 22
1
Display list redraw incomplete when exporting plots
I was just wondering if anyone knows what could be the problem with my exporting of plots. Below is the error messages I get when trying to export my plots (all error messages at the same time). I do get a file produced which works but I don't know why these messages appear. Doesn't matter if it is a pdf or a png or any other format I export to. Also, when exporting to png I get
2011 Jan 13
4
dirty screen
Is there a command that marks the screen as "dirty" and hopefully redraws it? If I do a control ALT F1 and the F7 this in effect redraws the screen. I am getting video artifacts that I think is in the nvidia driver. the switching console works - I was just hoping there is a more convenient way. some command or something. Thanks, Jerry
2011 Feb 17
5
[PATCH 0/4] Reduce core size
From: Matt Fleming <matt.fleming at linux.intel.com> These patches are based on the elflink branch. This set of patches is my attempt at moving the command-line interface functionality out of the core and into an ELF module to reduce the size of the core. The most interesting patch is [PATCH 4/4] which moves the cli code out of core/elflink and into com32/elflink/modules. [PATCH 4/4] is
2011 Jan 21
5
FSX redraw screen
Hi after installing an addon on Windows, FSX doesn't update/redraw the screen anymore. Any ideas? I already updated to current but the same. Thanks
2012 Feb 11
2
1.4rc2: delayed redraw of 3d app
Since 1.4rc2, Google SketchUp does not immediately redraw the 3d drawing area, but only after the view has been invalidated another time. That means SketchUp starts with black screen until you force it to update the view (by moving, resizing the window or orbiting or panning the view). This is also noticeable when you click, double-click or triple-click an object in order to select it: The object
2001 Aug 08
1
Palette changes on redraw (PR#1045)
Try this example(palette) then trigger a redraw e.g. by resizing the window. Shouldn't the palette be stored as part of the display list? (This only happens because the palette was reset at the end of the example, but still...) -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen
2007 May 04
1
Display list redraw incomplete
Since compiling R 2.5.0 from source on my Mac (PowerBook) I've noticed some strange behavior when plotting. I'm not sure if it's a problem with my setup/compilation because I feel like a problem as basic as this one would have been reported already. I'm running R with X11 and R was built with gcc 4.0.1. Basically, I run > plot(0, 0) > dev.off() X11 4 Warning message:
2009 Nov 28
1
Display list redraw incomplete
Hi, I'm observing the following warning with R-2.10.0 on a machine I have remote access to. Like what happened to Roger ( http://www.mail-archive.com/r-devel at r-project.org/msg08669.html ), two extra instances of X11 are open after dev.off(). Although I'm reporting this on R-2.10.0, it's reproducible on R-devel r50541. Any thoughts about this? Thanks a lot for any info, b >
2020 Mar 18
2
vnc kde emacs redraw issue
Does anyone have access to the following that could help me with the issue I am having trying to use kdrc with vnc and emacs. VNC redraw issues with emacs on KDE https://access.redhat.com/solutions/1585893 I can't access the portal since I am using CentOS. -- Stephen Clark Email Confidentiality Notice: The information contained in this transmission may contain privileged and confidential
2005 Oct 24
1
X11 redraw events dropped? (PR#8250)
Full_Name: Keith Frost Version: 2.1.0 OS: Debian Sarge Submission from: (NULL) (66.162.141.10) This has actually been a problem for some time in R under Linux. (I noticed it under previous builds for Redhat 9 as well.) The graphics device windows produced by the x11() function do not always get redrawn when they should, sometimes leaving the device blank when there should be a graph on it.
2001 Feb 01
0
screen doesn't handle redrawing properly (PR#837)
Hi. As far as I understand it, there is a list of graphic primitives stored for a device. So for example, when I iconify/deiconify an X11 window, the plot will be redrawn. Now screen (split.screen and friends) appear not to handle this list properly, the list is reset or not reset at odd times. The commands below will show clearly what I mean. There are two effects: - After splitting the
2001 Jan 14
1
Redrawing !
Hi, If I may suggest that something be done to the window drawing function of a plot. As it is now, we don't even have time to resize the window by a tiny bit before it's invoke and I think it would be an improvement if while the mouse is down the redrawing was delayed somehow. This is especially true when the plot is crowded. I also observed that moving the plot window around was a lot
2020 Mar 18
2
vnc kde emacs redraw issue
On 03/18/2020 09:19 AM, Jyrki Tikka wrote: > On Wed, 2020-03-18 at 07:31 -0400, Steve Clark wrote: >> Does anyone have access to the following that could help me with the >> issue I am having trying to >> use kdrc with vnc and emacs. >> VNC redraw issues with emacs on KDE >> https://access.redhat.com/solutions/1585893 >> > There is a workaround: > >
2020 Mar 18
0
vnc kde emacs redraw issue
On Wed, 2020-03-18 at 07:31 -0400, Steve Clark wrote: > Does anyone have access to the following that could help me with the > issue I am having trying to > use kdrc with vnc and emacs. > VNC redraw issues with emacs on KDE > https://access.redhat.com/solutions/1585893 > There is a workaround: 1. Initiate the VNC session, click on shadow man (start) -> under search box
2020 Mar 18
0
vnc kde emacs redraw issue
On Wed, 2020-03-18 at 09:28 -0400, Steve Clark wrote: > On 03/18/2020 09:19 AM, Jyrki Tikka wrote: > > On Wed, 2020-03-18 at 07:31 -0400, Steve Clark wrote: > > > Does anyone have access to the following that could help me with > > > the > > > issue I am having trying to > > > use kdrc with vnc and emacs. > > > VNC redraw issues with emacs on
2008 Jun 19
2
[Bug 16433] New: Text don't go away on redraw
http://bugs.freedesktop.org/show_bug.cgi?id=16433 Summary: Text don't go away on redraw Product: swfdec Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org