Displaying 20 results from an estimated 100 matches similar to: "how to automatically maximize the graph window (under XP) ?"
2011 Aug 19
8
Why is XenCenter telling me to register my XCP box?
I think the title says it all :)
I got far enough along in the Xen documentation that the documentation recommended me to start using XenCenter to manage the server.
Why am I being asked by XenCenter to register my XCP 1.0 server? I know it''s similar, but it''s not a Citrix XenServer... ;)
>From what I can gather, XCP is open source freeware...correct me if I''m
2006 Nov 24
1
how to mount a xen image file
Can someone correct my attempt at mounting a xen image?
Im trying 2 things:
a)
losetup /dev/loop1 ./mywindows.img
mount -t ntfs /dev/loop1 /media/loop
which dmesg|tail tells me is Not an NTFS system
b) ntfsmount ./mywindows.img /media/loop -o force
which gives me mywindows.img invalid argument
The images was created by dd if=/dev/zero of=./mywindows.img bs=1024
count=20K
then installing windows
2007 Oct 25
7
Sample Config File?
Hi. I am running Xen 3.0.3-1 on Debian Etch. Does anyone have a sample
config file for creating a windows DomU? I have the ISO file from my
windows CD. I''m not using LVM
Thanks in Advance
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2012 Mar 16
2
Python win32gui FindWindow on wine
I have a very special Problem with one of my Python Programs.
I use FindWindow and SendMessage form win32gui library. It works well under Windows but not with wine. I read that wine gives every single program his own userspace and therefore findwindow dont work.
I hope you guys maybe know a workaround or have an Idea to get this to work
2007 Aug 14
1
graph dimensions default
Hi,
I would like to (if possible) set the default width and height for graphs
at the start of each session and have each new graphic device overwrite
the previous one.
I only know how to do this using windows(width=,height=...) which opens up
a new plotting device every time, so I end up with lots of graphs all over
the place until I get the one I want!
Thanks in advance,
Simon
Simon Pickett
2005 Mar 12
1
FW: Watir needs a Win32GUI library
Anyone need something to do? :)
Dan
-----Original Message-----
From: Bret Pettichord [mailto:bret@pettichord.com]
Sent: Saturday, March 12, 2005 8:25 AM
To: ruby-talk ML
Cc: wtr-general@rubyforge.org
Subject: Watir needs a Win32GUI library
We''ve seen growing enthusiasm for Watir, a web-testing library that is
good
enough that it is convincing people to learn Ruby just so that they
2006 Jul 12
2
Error install rgl package on linux
Dear all,
I tried to install rgl package on my linux machine fc5, I got an error.
Here I run R as user,
$ R
> options(repos=c(CRAN="http://cran.at.r-project.org/"))
> install.packages("rgl", lib="/home/subianto/local/lib/R/library/site-packages", dependencies=TRUE)
trying URL 'http://cran.at.r-project.org/src/contrib/rgl_0.67-2.tar.gz'
Content type
2006 Jan 16
3
Problem getting share list from NetApp
We defined a share, sales_cifs_test, on our NetApp server. Note that the
length of the name is longer than 13 characters.
We can see the share with Microsoft Explorer.
We can mount the share from Linux using smbmount.
What we want to do is to get a list of shares from NetApp. The tools
that can do this are the samba programs smbclient and net.
Smbclient will not show names longer than 13
2011 May 23
3
RGL package installation problem on Centos
Dear R users,
I have installed the latest version of R from source on Centos (using
configure and make install).
This seemed to work fine, with no Errors reported and R at the command line
starts R.
However, if I try and installed the package rgl using;
install.packages("rgl")
I get the following error;
installing to /usr/local/lib64/R/library/rgl/libs
** R
** demo
** inst
** preparing
2003 Jun 19
1
saving window size of a graphics device in windows possible?
In MDI mode of Windows, is it possible to save window size and other
parameter settings of a graphics device when it is activated, much like
Rconsole file?
By default the bottom part of a graphic device (windows()) is too big such
that it is hidden under the horizontal scrolling and status bar of Rgui. (Of
course I can use the vertical scrolling bar of Rgui to see the hidden part.)
So I select
2019 Jun 02
3
rgl install for R 3.7
I?ve installed R 3.7.0 on a new laptop running macos 10.14.5 and have managed to get most of my usual packages
to compile from source with a ~/.R/Makevars file that looks like this:
CC=/usr/local/clang8/bin/clang
CXX=/usr/local/clang8/bin/clang++
LDFLAGS=-L/usr/local/clang8/lib
CPPFLAGS=-I/usr/local/clang8/include -I/opt/X11/include/freetype2
FC=/usr/local/gfortran/bin/gfortran
2006 Jun 30
4
Help with some screen command
Hi,
I want to connect to my server, run screen as root and then let
another person log in a root also and let him run screen and attach to
mine so he can "see" what im doing on the server. I haven't played
with screen a lot but it seems a nice feature to teach him how to
configure certain things.
Sorry for the newbie question.
thanks,
--
2012 Jul 26
2
RGL
Dear all,
I was willing to use the library "rgl" to plot some 3D graphics, but unfortunately, I wan't able to instal the library. The error message is below.
I would be very grateful if you could give me any clues about how I can solve this.
Below you will find :
- installation from binaries
- installation from sources
- sessionInfo()
Bests,
--
Guillaume Meurice - PhD
Plateforme
2005 Dec 17
0
CentOS-announce Digest, Vol 10, Issue 7
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2009 Apr 28
1
[macosx] improving quartz & Aqua Tk behaviour outside of RGui
Hello,
On Mac OS X, certain Aqua/Quartz UI functionality requires an
application to be launched from within an app bundle, or
(alternatively) requires a Carbon application with a resource fork.
Playing with the wxWidgets distribution, I discovered that it is quite
easy and transparent to make such a Carbon app from (I guess) any
command line application. When applied to the R executable called
2009 Apr 28
1
[macosx] improving quartz & Aqua Tk behaviour outside of RGui
Hello,
On Mac OS X, certain Aqua/Quartz UI functionality requires an
application to be launched from within an app bundle, or
(alternatively) requires a Carbon application with a resource fork.
Playing with the wxWidgets distribution, I discovered that it is quite
easy and transparent to make such a Carbon app from (I guess) any
command line application. When applied to the R executable called
2006 Apr 01
0
CEEA-2005:1216-001 CentOS 4 i386 xfce - enhancement update (extras only)
CentOS Errata and Enhancement Advisory 2005:1216-001
CentOS 4 i386 xfce - Enhancement Update (Extras Only)
This CEEA is for the version of xfce is that is included in the
extras repo for CentOS-4 ... this is not an update to the main
CentOS-4 repo.
The following xfce plugins have been added for CentOS-4 extras:
------------
xfce4-cpugraph-plugin
A CPU monitor plugin for the Xfce panel. It
2006 Apr 01
0
CEEA-2005:1216-001 CentOS 4 x86_64 xfce - enhancement update (extras only)
CentOS Errata and Enhancement Advisory 2005:1216-001
CentOS 4 x86_64 xfce - Enhancement Update (Extras Only)
This CEEA is for the version of xfce is that is included in the
extras repo for CentOS-4 ... this is not an update to the main
CentOS-4 repo.
The following xfce plugins have been added for CentOS-4 extras:
------------
xfce4-cpugraph-plugin
A CPU monitor plugin for the Xfce panel. It
2008 Feb 20
1
Compilation error on installing rgl package
Hi all,
I encountered difficulties when I tried to install the
rgl package. I'm using R devel (2.7.0) on Mac OS X
10.5.1. Below is the message popping up when
compiling the package from source.
I'd be grateful if someone can help me solve the
problem.
Thanks,
Kenneth
* Installing *source* package 'rgl' ...
checking for gcc... gcc -arch x86_64 -std=gnu99
checking for C
2007 Jul 31
2
link_to
Im trying to use the link_to helper to open a blank window which is
basically just a framed window to display user info without all the
extra distractions that come along with opening this window. Here is
what I got:
<%= link_to ''Airline Preferences'', {:action => ''airline_preferences'',
:id => @user.id, :method => ''post'' }, :target