similar to: wine 1..3.35 not drawing titlebar and frame

Displaying 20 results from an estimated 60000 matches similar to: "wine 1..3.35 not drawing titlebar and frame"

2004 Jul 14
5
RGui Titlebar
In the windows version (RGui), is there a way to set the text displayed in the titlebar of the R window? When I have 2 instances of RGui running, it would be helpul if the titlebar could help to understand which is which. -- Erich Neuwirth, Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-38624 Fax: +43-1-4277-9386
2012 Jul 22
1
Extracting the window (titlebar) name from a bash script?
Surely there' s a way to obtain the "window name" -which appears on the Window Manager' s Titlebar- for running processes, right?. Well, I can't find it... I mean, the names that appear below each icon when you alt-tab to switch an app to the foreground. Is there a simple way to obtain that data along with matching PIDs, from a Bash script? any built-in tools that provide
2007 Nov 26
1
[PATCH] Don't draw shaded windows about to be destroyed
--- src/paint.c | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/paint.c b/src/paint.c index 00cbf73..4ddd332 100644 --- a/src/paint.c +++ b/src/paint.c @@ -193,7 +193,12 @@ paintOutputRegion (CompScreen *screen, if (w->destroyed) continue; - if (!w->shaded) + if (w->shaded) + { + if (w->id < 2) + continue; + } + else
2005 Sep 25
0
Tip: Working directory in titlebar
I hope others may find this useful. I use R in many different directories. By adding the following line to the .Rprofile file: utils:::setWindowTitle(paste("-",getwd())) the titlebar of each R instance shows the directory from which it was started. I have tested this with rterm.exe and rgui.exe under Windows and with RECENT versions of R only. ----- For changing directories
2008 Oct 18
4
Windowing bug under KDE4.1
I've replaced my video card and am now having MUCH better results with CounterStrike:Source (I love Wine!). Most of my problems were due to a defective EVGA 9600GT. However, I discovered a new windowing bug today with CS:S and other Source-based games (I verified the same behavior under the Zombie Panic total conversion) running under KDE4.1 (no Compiz, Kubuntu 8.10b1). Do this: 1) Start
2011 Oct 16
4
Wine 1.3.30 gtchallenge
Hello Everyone, I'm comparing wine-v.1.3.30 vs wine-v.1..3.29 with the game gtchallenge. Here is the screenshots for wine 1.3.30 [img]http://imageshack.us/photo/my-images/683/gtchallengewinev1330.png/[/img] [img]http://imageshack.us/photo/my-images/580/gtchallengewinev13302.png/[/img] Here is the screenshots for wine 1.3.29
2006 Apr 06
5
g-w-d.c -> my head spins
Greetings everybody! I started looking more thoroughly at gnome-window-decorator.c and now my head spins and "hurts" and believe that I'm not going to achieve anything serious in terms of tweakable shadows anytime soon. It's far more difficult than I expected. While I (believe) to understand now the shadows are drawn, I currently don't get why there are 12 shadow-quads and
2012 Feb 15
5
Problem Comoiling wine-git
Hello Everyone, I'm trying to do a regression test on Dungeon Seige Demo. The problem it has is that when i play the game without virtual desktop it is missing the upper part of the screen. I know it works good on wine-1.3.37 and its bad on wine-1.4-rc1. but i tried to compile wine-git twice and it's not compiling. I keep getting make errors. Is there something wrong with wine-git?
2011 May 06
1
Need help with auto-titlebar on unmaximized window with Compiz/Ubuntu 11.04/Unity
re, all. Here's a bug filed against Google Chrome for the same problem: http://code.google.com/p/chromium/issues/detail?id=80856 and here's some forum users complaining about the same problem, and regrettably their solution is to stop using Ubuntu's Unity mode: http://ubuntuforums.org/showthread.php?t=1742354. I work for VMware and for our Unity mode (which has the unfortunate name
2010 Jan 21
1
Ask about drawing kernel density estimation
Hi, I have a data set about age from 2006 to 2009 for certain individual. I would like to draw the kernel density estimation to age for each year. But I don't know how to draw the different plots in one graph. The data looks like: Year ID Age 2006 1 20 2006 2 30 2007 1 21 2007 2 31 2008 1 22 2009 1 23 I first use hist(age) to
2016 Jun 23
4
Since wine 1.9.11 - How to get rid of the new bar below the game window?
Greetings, beginning with wine 1.9.11 I have a new bar below the game window which effectively steals part of the usable area. Here is a screenshot of Gothic I. http://www.triffids.de/pub/screenshot/wine-1.9.11.png (931 KB) No desktop environment here, only IceWM. My games are started with shell scripts which cd to the directory of the game and then run 'wine program'. In the case of
2004 Dec 02
2
Drawing a rectangle around a barplot()
Hi I want to draw a rectangle behind a barplot such that it highlights those particular bars from the rest of the plot. I have figured out how to draw a barplot(), and then how to draw a rectangle of the correct shape and size (using rect()), but when I use rect() it draws over the top of the bars, and then when I re-draw the bars, it draws with a white background, thus eliminating my rectangle!
2010 Apr 19
2
Drawing a line with misc3d
Hi the list, I would like to draw some lines with misc3d. I find a lot of tools to draw surfaces, but nothing for simple line... Is it possible? Note that I know that it is possible to draw lines with rgl (using lines3d), but I need to do it with misc3d to export the drawing in .asy format. Any solution? Christophe
2006 Sep 20
1
Fedora Patches
Hi, We've been fixing a few bugs and glitches in our fedora compiz rpm and I wanted to post them here for review, in the hope that we could get them included before the upcoming release. Without further ado: cow.patch - add support for using the composite overlay window for GL output instead of rendering to the root window. This is lets compiz run on AIGLX without the
2012 Mar 27
2
drawing the graph with many nodes
Good morning, I'm trying to draw a graph, and I'm using the following code. test.matrix<-read.table("~/Desktop/Results/testgephi.csv", header = T, sep=",") colnames(test.matrix) <- gsub("X", "", colnames(test.matrix)) #drop first column drops <- c("") test.matrix<-test.matrix[,!(names(test.matrix) %in% drops)] test.matrix
2009 May 15
3
drawing arrows
Hi, I would like to draw arrows in a classic 2D plot. Which package should I use? is there R base functions that do job? On google, I could not find any useful discussion about this topic, except a link to the function 'grid.arrows' of the grid package. My problem is I would like to draw arrows at the edge of circles drawn by the 'symbols' function. Maybe there is already a
2008 Jun 30
2
Drawing state diagram with wxruby
Greetings, I am just started to use wxruby to create GUI for my project. i need to draw a state diagram based on some summary file. May i know is there any way in wxruby that allow people to draw circle and add text on it? Thanks a lot. -- Posted via http://www.ruby-forum.com/.
2011 Nov 09
2
Error in drawing
I have got following error in drawing wavelet fitting. can some one help? > library(faraway) > data(lidar) > newlidar<-lidar[c(1:128),] > library(wavethresh) > wds <- wd(newlidar$logratio) > draw(wds) Error in plot.default(x = x, y = zwr, main = main, sub = sub, xlab = xlab, : formal argument "type" matched by multiple actual arguments [[alternative HTML
2008 Feb 03
3
Drawing a loess line
Dear all, To draw a lowess line on a plot was a piece of cake; to draw a loess line, however, seems not that easy. Is the loess plotting implemented at all in relation to the loess function, or do I have to look in add-on packages? Thanks, Marcin
2004 Aug 03
1
Drawing
Anyone know how to draw in wxRuby? I want to draw a graph, and have it update as new data comes in. I see stuff about Device Contexts, but I can''t find anything about how to use them, associate them with a panel, or anything like that. -Kurt