Displaying 20 results from an estimated 8000 matches similar to: "Missing menus..."
2004 Oct 25
1
DLL question - deadbeef
Hi,
Making lots of headway today. One of my major problems with
wine-20041019 was solved by switching to non-managed mode. Now the
program that would previously only work under wine-20040505 is working
perfectly (AFAICT) under wine-20041019.
When installing another program from the same company (Native
INstruments) I start running into some sort of bail out, I guess,
where Wine starts using
2005 Apr 28
4
wine-20050419 - where to set audio driver type?
Hi,
In a completely clean account that's never run Wine before I run
wine --version. Wine installs a new .wine directory but this Wine
directory has no config file. I looked in the 3 obvious files but none
of them seem to have an option for changing between OSS, Alsa and
JAck. where do I make this setting change now?
Thanks,
Mark
2005 Oct 23
1
Re: winebuild problems - wine-20050930 [SOLVED]
Sorry for the noise.
On 10/23/05, Mark Knecht <markknecht@gmail.com> wrote:
> On 10/23/05, Mark Knecht <markknecht@gmail.com> wrote:
> > Hi,
> > Does anyone know what happened to the --debug option in winebuild?
> > It seems to have disappeared in more recent versions of Wine.
> >
> > I am attempting to build a program that uses winebuild with
2009 Jul 22
5
Multi-line comments?
Hi,
I looked in the language definition and was surprised. Is there
really no multi-line/block comment defined in R?
I wanted to comment out 20 lines that I'm moving to a function but
didn't want to delete them. Is there no defined way to get around
using a # on each of the 20 lines?
Thanks,
Mark
2005 Jan 02
5
WineTools 2.0.9 released
A happy and successful new year for everyone!
I just release WineTools 2.0.9. You can download it at
http://www.von-thadden.de/Joachim/WineTools/. This release has some
minor improvements such as:
- cdrom is detected from fstab during Base setup
- IE6 now in english and german
- user info about installed scripts
WineTools is an menu driven installer for installing Windows programs
under wine.
2004 Nov 01
1
Time zone info problems...
Hi,
Installed Caesar 3 this morning under wine-20041019. C3 has worked
for a long time, but doesn't work under this version due to, of all
things, time zone information that's missing???
caesar@flash caesar $ wine .wine/drive_c/SIERRA/Caesar3/c3.exe
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PST" to
an entry in TZ_INFO
fixme:ntdll:TIME_GetTZAsStr
2004 Nov 14
1
Direct X setup question
Hi,
I have 4 machines here. Two are Gentoo, one of which is my laptop
which has had lots of wine stuff installed. I have a second new Gentoo
box, as well as two Fedora 2 boxes. These last 3 boxes have never had
Wine on them. all 4 boxes are currently using Wine-20041019 compiled
from the same tarball so they should be very identical.
The problem is that my laptop, which has had almost every
2009 Jul 10
2
ReShape/cast question - sum of value in table
Hi,
I've tried to capture the basics of this problem I'm having. Been
working on this for a couple of days and just cannot get past it. As a
test of this list software I've attached is a small text file zipped
up. I hope it gets through but if it doesn't I'll post the actual text
which is only 26 lines. Put it somewhere sensible and change the first
line in the code to point
2009 Jul 02
2
Plot two graphs with different ranges in one
Hi, I'm trying to plot two variables in one graph. One ranges between 0 and
1, while the other ranges between 50 and 500. Can I plot them in one graph
with similar scale?
Thanks
Harry
[[alternative HTML version deleted]]
2009 Jul 09
3
'scan' in a script?
When I use the scan function in the Rgui console it works as expected.
However it seems that when I put the same command in a script file it
doesn't wait for input.
Is there an option to scan to make it wait for input when used in a
script? Or is there possibly a different function that will do in a
script the same sort of thing as scan does in the console?
Thanks,
Mark
2004 Nov 10
4
pix in MS Office
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: wine_weirdness.ppt
Type: application/vnd.ms-powerpoint
Size: 33792 bytes
Desc: wine_weirdness.ppt
Url : http://www.winehq.org/pipermail/wine-users/attachments/20041110/d6ae19a2/wine_weirdness.ppt
2009 Jul 03
5
What command lists everything in a package?
Hi,
Two easy questions I'm sure.
1) As an example if I use the code
require(zoo)
then once it's loaded is there a command that lists everything that
zoo provides so that I can study the package?
Certainly help(zoo) gives me some clues about what zoo does but I'd
like a list. Maybe there's a way to query something but in Rgui under
Win Vista ls() returns nothing after zoo
2009 Jul 26
2
More complicated multi-plot layouts?
Hi,
I made the attached picture by mocking up three separate plots sort
of like how I'd like to make a new plot. Hopefully it will get through
to the list.
Is there a way to do this directly using par somehow? Or one of the
other plotting packages? Basically, multiple larger plot above
multiple groups of smaller plots? The smaller plots are just
par(mrow=c(2,3)) things, and I can
2004 Oct 30
1
Myst - config [x11drv] section documentation anywhere?
Hi,
I'm attempting to bring up Myst but running into some issues that
are presumably graphics related. I had thought that I'd read the
manual before I started asking questions here but found that the Wine
Configuration File page is inconveniently missing the [x11drv]
section. Is there anything written but happens to be elsewhere that I
might read?
The question I'm trying to
2009 Sep 09
3
lag a data.frame column?
Sometimes it's the simple things...
Why doesn't this lag X$x by 3 and place it in X$x1? (i.e. - Na's in
the first 3 rows and then values showing up...)
The help page does talk about time series. If lag doesn't work on
data.frame columns then what would be the right function to use to lag
by a variable amount?
Thanks,
Mark
X=data.frame(x=seq(1:10))
X$x1=lag(X$x, 3)
X
2009 Jul 06
2
ReShape chicks example - line plots
Hi,
In the examples from the ReShape package there is a simple example
of using melt followed by cast that produces a smallish amount of
output about the chicks database. Here's the code:
library(reshape)
names(ChickWeight) <- tolower(names(ChickWeight))
chick_m <- melt(ChickWeight, id=2:4, na.rm=TRUE)
DietResults <- cast(chick_m, diet + chick ~ time)
DietResults
My challenge
2009 Sep 20
2
Date/Time to date & time
Hi,
Can strptime (or some other function) help me turn the following
column of a data.frame into two new columns, one as date and the other
as time, preserving the AM/PM value?
Thanks,
Mark
> B
ENTRY DATE
1 3/23/2009 6:30:00 AM
2 3/23/2009 6:30:00 AM
3 3/23/2009 6:39:00 AM
4 3/23/2009 6:39:00 AM
5 3/23/2009 6:48:00 AM
6 3/23/2009 6:48:00 AM
7 3/23/2009 7:00:00 AM
2004 Nov 03
3
help
-----Original Message-----
From: wine-users-admin@winehq.org [mailto:wine-users-admin@winehq.org] On
Behalf Of wine-users-request@winehq.org
Sent: Wednesday, November 03, 2004 1:59 PM
To: wine-users@winehq.org
Subject: wine-users digest, Vol 1 #1921 - 10 msgs
Send wine-users mailing list submissions to
wine-users@winehq.org
To subscribe or unsubscribe via the World Wide Web, visit
2006 May 06
2
Winetools - Java?
Hi,
I wonder if I'm just missing it. Does Winetools have any built in
support for installing Java to run under Wine?
I want to use a web site (Streetsmart.com) that is restricted to
using IE. I've got IE running under Wine but now need Java support to
continue forward.
Thanks,
Mark
2009 Jul 07
4
Test for X=1 fails, test for >0 works, data in text file is 1
Hi,
I am apparently not understanding some nuance about either the use
of subset or more likely my ability to test for a numerical match
using '='. Which is it? Thanks in advance.
I've read a data file, reshaped it and then created MyResults by
keeping only lines where the value column is greater than 0. So far so
good. The data in MyResults looks good to me by eye.
The