similar to: Text cut off

Displaying 20 results from an estimated 2000 matches similar to: "Text cut off"

2011 Oct 04
1
Required to know how to ask at wineproject for modify wine
Hi, i have two applications: microc and pickit2 for win-xp. That two applications are for program in c language the PIC and transfert the .EXE code inside it when the compilation has gone true. I want port microc and pickit2 under wine in linux ubuntu 10.04. I ask how and where in this site can i send a request for ask at wine-project about the add and the modify wine for have the support for
2009 Mar 23
1
Iterative Proportional Fitting, use
Hi list, I would like to normalize a matrix (two actually for comparison) using iterative proportional fitting. Using ipf() would be the easiest way to do this, however I can't get my head around the use of the function. More specifically, the margins settings... for a matrix: mat <- matrix(c(65,4,22,24,6,81,5,8,0,11,85,19,4,7,3,90),4,4) using fit <-
2011 Sep 27
1
Re: GnuTLS internal error in wine test case
http://bugs.winehq.org/show_bug.cgi?id=28383 seems related, but you ought to know about that, since you already replied there once...
2011 Jul 12
4
Wine 1.3.21 - Irfanview 4.25 stopped working!
I reconfigured WINE, and deleted and reinstalled Irfanview 4.25 and I get this message when installing: wine iview425_setup.exe fixme:system:SystemParametersInfoW Unimplemented action: 88 (SPI_SETICONS) err:ntdll:RtlpWaitForCriticalSection section 0x163d3c "?" wait timed out in thread 0039, blocked by 0010, retrying (60 sec) It also sets program to 'sleeping" in System
1999 Apr 15
2
Excel 'save as HTML' problem with Samba 2.0
Hello, Eversince I upgraded Samba to 2.0 version I've gotten so many calls from the users regarding Excel 'save as HTML' problem. What seems to be happening is that the users cannot save their Excel spreadsheet as html file when they were able to with the previous Samba version we had installed (Samba 1.9.18p10). According to MS 'knowledge database', this is a known MS Excel
2005 Apr 23
1
question about about the drop1
the data is : >table.8.3<-data.frame(expand.grid( marijuana=factor(c("Yes","No"),levels=c("No","Yes")), cigarette=factor(c("Yes","No"),levels=c("No","Yes")), alcohol=factor(c("Yes","No"),levels=c("No","Yes"))), count=c(911,538,44,456,3,43,2,279))
2009 Jan 14
1
loglm fitting
Dear all, sorry to bother you all with this but I've been trying to use the loglm in MASS package (v2.8.0) and cannot get any sensible output. I'm wondering am I doing something very foolish or missing something obvious. For example, I tried the documentation help(loglm) example - here's the code # Case 1: frequencies specified as an array. sapply(minn38,
2010 Nov 18
3
New Sampling question
I have another question about drawing samples from a data frame. This might sound really tricky. Let me use a data frame I have posted earlier as an example: SubID CSE1 CSE2 CSE3 CSE4 WSE1 WSE2 WSE3 WSE4 1 6 5 6 2 6 2 2 4 2 6 4 7 2 6 6 2 3 3 5 5 5 5
2013 Nov 05
0
Sampling question
Hi, You may try: dat1 <- structure(list(SubID = 1:8, CSE1 = c(6L, 6L, 5L, 5L, 5L, 5L, 3L, 3L), CSE2 = c(5L, 4L, 5L, 4L, 6L, 4L, 6L, 6L), CSE3 = c(6L, 7L, 5L, 3L, 7L, 3L, 6L, 6L), CSE4 = c(2L, 2L, 5L, 4L, 5L, 6L, 3L, 3L), WSE1 = c(6L, 6L, 5L, 4L, 6L, 4L, 6L, 6L), WSE2 = c(2L, 6L, 5L, 4L, 4L, 3L, 5L, 5L), WSE3 = c(2L, 2L, 4L, 5L, 4L, 7L, 2L, 4L), WSE4 = c(4L, 3L, 5L, 2L, 1L, 3L, 1L, 7L)),
2007 Jan 10
4
[osol-discuss] Re: bare metal ZFS ? How To ?
this is off list on purpose ? > run zpool import, it will search all attached storage and give you a list > of availible pools. then run zpool import poolname or add a -f if you > didn''t export before the install/upgrade. assume worst case someone walks up to you and drops an array on you. They say "its ZFS an'' I need that der stuff ''k? " all
2004 Sep 20
1
Cannot disable the debugger
I have a situation where I am using wine on Linux and I want to prevent wine from trying to start the interactive debugger. I am using wine version: Wine 20040505 When an executable fails an assertion (assert(0) for example) wine attempts to display a dialog box asking the user if they want to debug the application: Assertion failed: 0, file c:\documents and settings\fsola\my documents\visual
2005 Nov 02
1
x/y coordinates of dendrogram branches
Dear R-users, I need some help concerning the plotting of dendrograms for hierarchical agglomerative clustering. The agglomeration niveau of each step should be displayed at the branches of the dendrogram. For this I need the x/y coordinates of the branch-agglomerations of the dendrogram. The y-values are known (the heights of the agglomeration), but how can I get the x-values? > mydata
2013 Apr 07
4
Same boxplot colors by panels in lattice (bwplot)
Dear all, I would like to have the same color for the all boxplots from the same panel, but my code below shows the two colors alternating. Thanks! set.seed(42) D1 <- rnorm(200) D2 <- factor(sample(letters[1:2],200,TRUE)) D3 <- factor(sample(letters[3:5],200,TRUE)) DF <- data.frame(x=D1,a=D2,b=D3) print(bwplot(b~x|a,data=DF,col=c("black","black"),
1999 Jul 27
0
tick marks and layout
Hi, all. Layout seems to put tick marks only in the leftmost column (for the y axis) and bottom row (for the x axis). This is easy to see using the following trivial program: function (nr, nc) { layout(matrix(1:(nr * nc), nr, nc)) for (i in 1:(nr * nc)) { plot(rnorm(10), rnorm(10)) } layout(matrix(1, 1, 1)) } I'd like to be able to override this behavior and
2004 Sep 20
0
Problems disabling the debugger
I have a situation where I am using wine on Linux and I want to prevent wine from trying to start the interactive debugger. I am using wine version: Wine 20040505 When an executable fails an assertion (assert(0) for example) wine attempts to display a dialog box asking the user if they want to debug the application: Assertion failed: 0, file c:\documents and settings\fsola\my documents\visual
2017 Oct 10
1
About multiple panels with limited space in-between
Hi R users, I have a question about plotting. The following two datasets are an example. What I have in mind is like the attached figure, but just have two rows, top row is for DF1, bottom row is for DF2. The top and bottom rows, have x-axis as var1, var2, var3, etc, while the y-axis represents A. For each row, only the leftmost panel has y-axis ticks and label. For the two rows, only the bottom
2007 Jun 26
3
[PATCH] Always use mipmaps in cube plugin
Currently, the cube plugin uses mipmapping only when cube is unfolded. When the cube is rotated, mipmaps are not used, which leads to ugly look of textures. The attached patch fixes this. This leads to another kind of artifacts, which are fixable with anisotropic filtering. http://team.pld-linux.org/~wolf/aniso.png The leftmost image is the current state of cube plugin. The center image is with
2011 Nov 23
2
Idea to cut down on Distro list
I'm sorry if this is not the correct place for suggestions, but I didn't see any other place. I'm sure everyone has realized how massive the distro list is when submitting test data. My proposed solution is to add two drop down menus, one will contain disto names e.g., "Ubuntu" and "Fedora", the second box will contain release/version e.g., "10.04"
2004 Sep 10
2
[Flac-users] osx 1.0.4
on this topic... i configured and built 1.0.4 in osx 10.2. seemed to build fine, but each time i attemped to use the newly compiled flac binary I received this error "bus error" i nabbed the binaries for 1.0.3 and, each time i use flac to compress something in tests, i receive this error when it is done compressing a file: "WARNING: skipping unknown sub-chunk
2009 Oct 16
1
Breusch-pagan and white test - check homoscedasticity
Hi r-programmers, I performe Breusch-Pagan tests (bptest in package lmtest) to check the homoscedasticity of the residuals from a linear model and I carry out carry out White's test via bptest (formula, ~ x * z + I(x^2) + I(z^2)) include all regressors and the squares/cross-products in the auxiliary regression. But what can I do if I want find coefficient and p-values of variables x, z, x*z,