Displaying 20 results from an estimated 5000 matches similar to: "Horizontally maximized window on last viewport"
2007 Apr 27
1
Maximized windows dissappear
Hi,
I am using the lastest git version of compiz and just run in to a new
problem after switching to using the ini configuration plugin over the
gconf-one. When I maximize a window and then try to move it to another
viewport, the cube rotates but the maximized window disappears instead
of moving along to the new viewport. The maximized window can be found
using the scale plugin (only on show-all
2008 Aug 06
1
grid layout scaling viewport width based solely on height
Hello all,
I'm trying to write a function that produces a main plotting region
with several square plots along the right side. Ideally the size of
right side plots will scale only with the height of the entire plot,
yet never overlap with another secondary plot. The following two
snippets get close, however, as I resize the plot horizontally the
right side plots (green squares) get smaller
2006 Nov 22
4
[ANNOUNCE] compiz-0.3.4
Changes since 0.3.2:
* Core
Support for multiple desktops (workspaces).
Much better multi-head support. The workarea is calculated
per output and windows are now maximized properly.
Edge button option has been added to action options. It can
be used to require a button press for edge actions to
be triggered.
Basic support from internal
2007 Jun 07
1
[PATCH] fixes for >=libwnck-2.19.3
Hi.
libwnck broke API with the 2.19.3 release. This effects compiz as the
WNCK_WINDOW_MODAL_DIALOG is no longer supported by it. The attached patch allows compiz to
build against the library.
Thanks.
--
Saleem Abdulrasool
compnerd (at) compnerd (dot) org
-------------- next part --------------
--- configure.ac 2007-06-07 10:33:17.000000000 -0500
+++ configure.ac 2007-06-07 10:35:41.000000000
2008 Jun 01
1
transforming output of grid.locator() to coordinates of a leaf viewport
Short form:
How do I transform the output of grid.locator() (or
grid.locator(unit='npc')) to the native (or npc) coordinates of a viewport other
than the top-level viewport?
Thanks in advance. -Ben
Long form:
I would like the user to be able to click anywhere on the R
graphics window. I would then like to figure out which leaf viewport the user
clicked in and compute the native
2009 Mar 31
1
viewport bug in 2.8.0?: Error: Cannot pop the top-level viewport (grid and graphics output mixed?)
I get the following error message followed by instability in R after the
error message:
Error: Cannot pop the top-level viewport (grid and graphics output
mixed?)
Have reduced something much more complex in my code to a simple test case.
I run the following and then resize the window:
X = seq (1,10)
Y = X^2
opar <- par(no.readonly=TRUE, mar = c(2.5, 3.1, 1, 2))
grid.newpage()
2009 Feb 20
0
[ANNOUNCE] compiz-0.8.0
A new compiz release 0.8.0 is now available from:
http://releases.compiz.org/core/compiz-0.8.0.tar.gz
which can be verified with:
http://releases.compiz.org/core/compiz-0.8.0.tar.gz.sha1
52c30ac2ca0dfe2ba2d027d80ee6be038a844958 compiz-0.8.0.tar.gz
http://releases.compiz.org/core/compiz-0.8.0.tar.gz.sha1.asc
(signed by )
Additionally, a git clone
2007 Dec 10
2
Viewport and grid.draw
Hi Deepayan and everyone,
I need to add a common legend to a group of latice
graphs, I have tried different ways using viewport and
grid.draw without success.
Here is what I have:
plot.new()
library(grid)
library('IDPmisc')
print(plot1, split=c(1,1,2,4), more=TRUE)
print(plot4, split=c(2,1,2,4), more=TRUE)
print(plot2, split=c(1,2,2,4), more=TRUE)
print(plot5, split=c(2,2,2,4),
2012 Feb 16
2
Defining a viewport scale in {Grid}
Am just feeling my way into the grid library, and cannot figure out how to
define the plot limits. 3/5 of the example polygons below plot in the
default 0-1 range viewport. But when I try to redefine the viewport the
polygons plot in the same places. I also get the same result without
employing push/pop. (As you can see from the scale I'm trying to introduce,
I want to plot map polygons.)
2009 Jan 24
2
Including New Library
Hi,
I am trying to include new library into wine. But was unable to do it. I tried the following in user32/Makefile.in
> EXTRALIBS=`pkg-config --libs libwnck-1.0`
> EXTRAINCL=`pkg-config --cflags libwnck-1.0`[\quote]
>
>
> Once i do a make it is showing an error like this:
>
> > /usr/bin/ld: skipping incompatible
2005 May 31
2
Problem going back to a viewport with gridBase
I am setting up base plots -- one in viewport A and and one in B. This part
works fine. But if I go back to A after having done B and add
horizontal lines it seems
to not use the correct coordinates. How do I tell it to resume using A's
coordinates? I am already using par(fig = gridFIG()) but it seems that that's
not enough to reestablish them. What happens is that when I go back to
2005 May 31
2
Problem going back to a viewport with gridBase
I am setting up base plots -- one in viewport A and and one in B. This part
works fine. But if I go back to A after having done B and add
horizontal lines it seems
to not use the correct coordinates. How do I tell it to resume using A's
coordinates? I am already using par(fig = gridFIG()) but it seems that that's
not enough to reestablish them. What happens is that when I go back to
2011 Sep 05
1
ggplot2-grid/viewport and PNG
Dear All,
The following code save my graphs as pdf:
pdf("j:/mix.pdf", width = 18, height = 16)
grid.newpage()
pushViewport(viewport(layout = grid.layout(3,1)))
vplayout <- function(x, y)
viewport(layout.pos.row = x, layout.pos.col = y)
print(Aplot, vp = vplayout(1, 1))
print(Bplot, vp = vplayout(2, 1))
print(Cplot, vp = vplayout(3, 1))
dev.off()
How can I save it in
2006 May 29
2
Feature Request: Viewport Switching Plugin
Hi,
First of all, great job! :)
I really like to organise my work on, former known "workspaces", now
"viewports". I use currently use 9 so I have 3 for work, 3 for private
applications and 3 for other projects.
Using the viewports like this it happens to have
3 browser windows,
6 Document Viewers,
9 Terminals,
1 Evolution,
2 IDEs and
>3 Gimp
The number of Windows and
2011 Nov 09
1
Invalid 'yscale' in viewport
I tried Googling for help on this problem, but what I saw only increased my
puzzlement.
I found a lovely bit of code called esplot() that makes scatterplots with
associated histograms and rug plots. I have been trying to use it on my own
data, but the viewport routine on which it depends (I think) is choking on the
data I'm trying to plot.
$ Error in valid.viewport(...) : Invalid
2012 Oct 19
1
grid(Base): How to avoid "Figure region too small and/or viewport too large" by specifying 'relative' units?
Dear grid-expeRts,
The goal:
I would like to construct a plot (matrix) with grid and gridBase,
which consists of four "sub-plots". The sub-plots should have a square plotting
region as one would force with par(pty="s") in base graphics.
The problem:
I don't get a square plotting region, not even by specifying
pty="s" in par(). Indeed, if you display the grid
2006 Sep 20
2
New viewport switcher plugin
Hi,
We've (Soeren Sandmann, really) have written a new plugin that pans
the viewport around a planar workspace instead of the cube. It's a
more toned down transition effect and is more similar to the metacity
workspace model. There's two parts to this patch: one part prepares
the compiz core for workspace that's more than one viewport high, and
the second part is the
2011 Jan 05
1
Place of Django template tags inside of ext3.0 viewport panels
Hello,
Does anyone know where I can find information on using ext3 with Django.
Specifically, I want to place Django template tags inside of a
particular panel in my ext3 viewport... I have tried what is seen below,
but it doesn't seem to work..
var viewport=new Ext.Panel({
layout: 'border',
width:1200,
height:650,
renderTo: Ext.getBody(),
items: [{
2009 Mar 19
1
Simple Plot with Grid's Viewport
Dear all,
I have the following code that try to plot
simple sinus curve into 2x2 grid in 1 page.
But this code of mine create 4 plots in 1 page
each. What's wrong with my approach?
__BEGIN__
library(lattice)
library(grid)
test.plot <- function(x,y) {
pushViewport(viewport(layout.pos.col=x, layout.pos.row=y))
pushViewport(viewport(width=0.6, height=0.6));
plot(sin,-pi,2*pi, main=
2008 Sep 29
2
ggplot 2 - editing in the "panel_1_1" viewport
Hi All,
I am trying to find out how to access the components of a ggplot plot, and I
found this reply from Paul Murrel
http://www.nabble.com/navigating-ggplot-viewports-tt14826352.html#a15056223.
I tried it, and it works.
However, I am trying to develop some functions that will do the drawing
"automatically", and usually I will not know the full name of the grob that
has the layout vp,