Displaying 20 results from an estimated 7000 matches similar to: "Some Agent clipboard issues"
2001 Dec 04
2
Agent Clipboard issues revisited
Howdy,
It seems that there's a bit of a problem with Agent accessing the KDE
Clipboard through Wine. (Or is it the X Clipboard?)
If I start a managed wine Agent session and try to copy from Agent,
the copied info shows up in the KDE Clipboard. If I try to paste
highlighted text from the console into Agent, it works also. Once.
The second (and subsequent tries) don't work. It
2001 Dec 05
1
Agent spell checker behavior
Howdy,
I've got an interesting behavior change in Agent in Wine as compared
to Agent in Windows. (And it doesn't have to do with the Clipboard
;-)
When I spell check an email in Agent(Windows), and I get a word not
found, I get a window that shows the not found word with a highlighted
suggested correction. When I spell check an email in Agent(Wine) the
same thing happens except the
2001 Dec 05
2
Agent sending mail behavior
Howdy,
(I'm just full of questions, today. :-)
When I send an email from Agent I get the following output:
===
fixme:mdi:MDIRefreshMenu partially function stub
fixme:ras:RasEnumConnectionsA (0x412b13f8,0x405c64cc,0x405c6514),stub!
fixme:ras:RasEnumConnectionsA RAS support is not implemented !
Configure program to use LAN connection/winsock instead !
===
I didn't realize I was using RAS
2002 Mar 25
1
sane?
Howdy,
I've been regularly using the CVS tree for updating wine for a few
months now, and with only a few problems caused by my relative Linux
OS newbieness, I must say that it's been a dandy experience.
So, I've tried again today, and I get the following error, with having
changed nothing in my method (but maybe my system?) since my last
update:
make[2]: Entering directory
2002 Feb 23
1
Agent
I am having problems loading Agent. No problem if I am logged in as
root, bit using a user I get the message 'unable to access directory
D:\gent|Data for writing.
However I do not have a D:\ drive. All Windows programs are on my
C:\drive.
2001 Dec 09
1
Drive letters
Howdy,
In my continuing effort to get Agent up and as functional as possible,
I'm now looking into launching applications.
For example, if I have a .jpg file attached to an email, double
clicking it should be able to open an application (like gimp) to view
the attachment.
I've run into a couple of problems with this. The first is that gimp
tries to open a file called F:\temp\xyz.jpg.
2004 Sep 15
2
wine clipboard
i cannot make cut'n'paste work to any programm, running with wine. for
example, i run `wine notepad.exe', then select something in xterm. but nothing
happens, when i trying to insert this selection into notepad.
googling doesn't really helps. all i found is to put
[Clipboard]
ClearAllSelections=1
PersistentSelection=0
in ~/.wine/config, but it doesn't helps
--
WBFH: -error,
2001 Dec 04
1
Wine newbie needs help, please!
Hi everyone-
This is to all of you out there who are experts with wine. I need to
run Lotus Notes 5.0.8 on my linux desktop. I hear the only way to do
this is to have wine run it for you. well...i downloaded the version
of wine for RH 7.0, got it installed, seem to have it configured, or
maybe thats my problem. I run windows NT, so I had to get the dll
files from a website that has win98
2002 Feb 17
1
Multiple Agent works!
Howdy,
I hadn't tired this in a while, but on a lark I thought I'd give it a
go. (I've been quite pre-occupied with some personal matters lately.)
I'm running successfully multiple instances of Agent simultaneously.
I'm not sure when the fix went in that fixed this, or who did it, but,
THANKYOUTHANKYOUTHANKYOUTHANKYOU!!!
Oliver "A very happy wine user who hopes to help
2006 Oct 29
2
write to clipboard under Linux
Dear all,
I am trying to use the clipboard when writing a table.
Typing:
write.table(object, file="clipboard")
leads to the message:
Fehler in file(file, ifelse(append, "a", "w")) :
'mode' f?r die Zwischenablage muss unter Unix 'r' sein
My interpretation is that I am not allowed to write into the
clipboard from a program called from R. Is there a
2009 Apr 28
2
problems with clipboard
Hi I'm a mac user. I have problems loading data from mac excel in R.
I'm using these script:
>library(utils)
>data2 <- read.table(file("clipboard"), header =T, sep ="\t")
____but this is the message that I have from R_____
Error in open.connection(file, "r") : cannot open the connection
In addition: Warning message:
In open.connection(file,
2004 Nov 19
2
Clipboard under Linux/Unix
Hello,
This may be a trivial question, but I don't find the answer in R online
help. Under Windows, I can copy/paste to the clipboard using
readClipboard()/writeClipboard(), or something like cat(..., file =
"clipboard"). Are there equivalent function for other platforms?
Best,
Philippe Grosjean
..............................................<??}))><........
) ) ) ) )
( (
2002 Mar 30
1
Winever
Howdy,
Is there any particular reason to run one winever parameter as opposed
to another. Is it for API compatibility's sake? Is it for bug
compatibility's sake?
Thanks,
====================================================
Oliver Sampson
olsam@quickaudio.com
http://www.oliversampson.com
2009 Jul 14
1
Multiple clipboards?
Hi all,
I''m back from vacation!
Anyway, I was just wondering if Windows supported multiple, separate
clipboards out of the box, or if that is only possible with 3rd party
add-ons.
I''m wondering if we should alter Clipboard.set_data so that it takes a
"clipboard_number" parameter.
Regards,
Dan
2001 Dec 07
2
Wine and Lotus Notes
Hi guys,
may or may not be on to the right place for this,
Im running the codeweaver wine beta snapshot 4.
I have Lotus Notes running fine and can cut text from it and paste it to
terminals etc without problems. However pasting from terminals back to
Notes usually results in a paste of the last text copied from within
notes.
Its livable with but if anyone else uses different versions of wine
2001 Dec 04
0
Running Agent with Opera under Wine
Howdy,
I've put a little help section on my web page for running Agent under
Wine and using Opera.
http://www.oliversampson.com/computer/#Agent
If there's anything I've forgotten or should add, just let me know.
Thanks,
====================================================
Oliver Sampson
olsam@quickaudio.com
http://www.oliversampson.com
2006 May 04
1
a clipboard problem while using R2HTML
I followed the examples of previous posts about R2HTML to practice
exporting a data to a clipboard, but the result is not as smooth as I
had expected:
library(R2HTML)
data(iris)
HTML(iris, file("clipboard","w"), append=FALSE)
I got an error message:
> HTML(iris, file("clipboard","w"), append=FALSE)
Error in file("clipboard", "w")
2003 Nov 08
5
accessing windows clipboard from load and save (PR#4999)
Full_Name: Gabor Grothendieck
Version: 1.7.1
OS: Windows 2000
Submission from: (NULL) (207.35.143.81)
save(x,ascii=TRUE,file("clipboard"))
works but
load(file("clipboard"))
does not.
Even better would be if
save(x,ascii=TRUE,"clipboard")
and
load("clipboard")
worked as that would provide consistency with
2009 Sep 18
1
Reading clipboard with read.delim("clipboard") crash (PR#13957)
Full_Name: Liam Gretton
Version: 2.9.2
OS: openSUSE 11.1 (x86_64)
Submission from: (NULL) (143.210.13.77)
Reading a large number of rows of delimited data via the clipboard results in a
segfault or double free error. I've tested copying from various applications,
but gedit will do.
This problem exists in the openSUSE-supplied 2.8.1, I've just built 2.9.2 to see
if it's still there,
2003 Nov 05
1
save(iris,file="clipboard",ascii=TRUE)
Is this a bug? I thought that "clipboard" could always be substituted
for a filename when dealing with ASCII files.
> data(iris)
> save(iris,ascii=TRUE,file="clipboard")
Error in file(file, "wb") : `mode' for the clipboard must be `r' or `w'
Also this (where gclip is a utility found at unxutils.sourceforge.net
that copies its standard input to the