similar to: writing Unicode text to the Windows clipboard

Displaying 20 results from an estimated 200 matches similar to: "writing Unicode text to the Windows clipboard"

2019 May 23
2
writing Unicode text to the Windows clipboard
Hello, I'm interested in moving text from and to the clipboard that cannot necessarily be represented in the native encoding. So, really, this is about Windows. I can successfully read from the clipboard by specifying the format that corresponds to unicode text. From R >=2.7.0, it seems you should also be able to write unicode text to the Windows clipboard.
2008 Jan 24
0
readClipboard() from spreadsheet to data.frame with column names?
This code opens a CSV file from the working directory set by wd. I copy 2 or more columns in the spreadsheet and then close it. What I need help with is setting the first row as the column names in clipboardTextAsDF. There is probably a simple or better way to do this but I have been away from R for awhile now. I just be over-thinking this. I tried read.DIF to read the clipboard but that
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 ..............................................<??}))><........ ) ) ) ) ) ( (
2012 Apr 22
1
RPG Maker 2000: games won't run
Hello! I've come across a problem with Wine (version 1.5.2) running RPG Maker 2000. The editor itself works fine, but I can't run any games; neither from the editor (test play mode) nor starting them directly by running wine game.exe. When I directly run a game, this happens: Code: ranmaru at kodama: ~ % wine RPG_RT.exe intel_do_flush_locked failed: Input/output error When I run the
2006 Oct 11
1
Question about error of "non-numeric argument to binary operator"
Hi, I have the following data and there is no binary operator contained, however, I still receive the error message when running unitrootTest function, could someone give me a guidance on it?? >readClipboard() [1] "245" "246" "261.5" "275.5" "307" "284.5" "289" "313.5" "323.75"
2002 Nov 28
1
function writeClipboard()
Hello, I am looking for the function writeClipboard() in order to compile and use it but can't find it neither into R-devel directory nor in other R directories. Is this function present or do I search on the wrong place? Vincent Demolombe Inra - spo - Montpellier -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2001 Jul 12
0
BadMatch on X_CreateCursor (cvs 010712)
Hello: On attempt to display text in a box by clicking on a tree item in another box (all in one window) I get BadMatch(invalid parameter attributes) with X_CreateCursor. The application attempts to change the mouse pointer shape, shows the pointer as a circle with a diagonal bar (like the european sign for "no parking") and hangs. The app is not supposed to show this mouse pointer
2023 Mar 01
1
tab-complete for non-syntactic names could attempt backtick-wrapping
Consider: x <- list(`a b` = 1) x$a<tab> (i.e., press the 'tab' key after typing 'x$a') The auto-complete mechanism will fill the buffer like so: x$a b This is not particularly helpful because this is now a syntax error. It seems to me there's a simple fix -- in utils:::specialCompletions(), we can wrap the result of utils:::specialOpCompletionsHelper() with
2005 Mar 21
1
Program Crashes on Startup
Hi, I'm trying to run a software package for viewing weather data under wine, but the program crashes with an unhandled exception before I can even see a window. The program is freely available (for educational and non-commercial use) here: http://sdg.ocs.ou.edu/builds/final/win/WeatherScope/WeatherScope-1.2.1.exe This is running with Wine 20050310. I've included the relevent
2007 May 24
0
Out of memory
I'm trying to run 'Atlas of the Imperium' under Wine 0.9.37 on Ubuntu 6.10 - I can't remember where I downloaded this from, sorry, but I do have a copy I can supply (it's freeware, so no problems with that). It seems to install OK, but when I run it, I get a dialog popup with "Run-time error '2004': Out of memory." The output in the terminal is a little
2012 Apr 02
2
Forged Alliance crash while in transit
Hi all, I'm trying to get Supreme command forged alliance to run on ubuntu 11.10. I've finally got the game installed and can run it. However whenever I try and play a game (skirmish, training, campaign etc) the game will crash during the in transit loading screen. Dell studio 1745 64bit ATI mobility Radeon 4650 4GB ram Here is the end of the terminal output: Code:
2019 Jul 05
0
R 3.6.1 is released
The build system rolled up R-3.6.1.tar.gz (codename "Action of the Toes") this morning. The list below details the changes in this release. You can get the source code from http://cran.r-project.org/src/base/R-3/R-3.6.1.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in due course. For the R Core Team, Peter Dalgaard
2019 Jul 05
0
R 3.6.1 is released
The build system rolled up R-3.6.1.tar.gz (codename "Action of the Toes") this morning. The list below details the changes in this release. You can get the source code from http://cran.r-project.org/src/base/R-3/R-3.6.1.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in due course. For the R Core Team, Peter Dalgaard
2019 Jul 05
0
R 3.6.1 is released
The build system rolled up R-3.6.1.tar.gz (codename "Action of the Toes") this morning. The list below details the changes in this release. You can get the source code from http://cran.r-project.org/src/base/R-3/R-3.6.1.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in due course. For the R Core Team, Peter Dalgaard
2015 Jun 12
0
Wine release 1.7.45
The Wine development release 1.7.45 is now available. What's new in this release (see below for details): - Better debugging support on 64-bit Mac OS X. - Some more progress on DirectWrite implementation. - A number of RichEdit control fixes. - Beginning implementation of the old MSVCIRT C++ runtime. - Various bug fixes. The source is available from the following locations:
2005 Apr 21
9
Screen capture, save to file
Is there anything in the utils to capture a screen ( or maybe just a window) and save to a file. I have this, but I have no idea where it came from, but it gives a corrupted image Paul # -*- ruby -*- # screen capture -- # This script runs with a Ruby/DL which is included in ruby-1.7. require ''dl/import'' module ScreenCapture extend DL::Importable dlload
2016 Oct 28
0
Wine release 1.9.22
The Wine development release 1.9.22 is now available. What's new in this release (see below for details): - macOS clipboard support adapted to the new design. - Initial implementation of bitmap rendering in Direct2D. - More WebServices implementation. - A few more steps towards HID support. - Various bug fixes. The source is available from the following locations:
2016 Oct 01
0
Wine release 1.9.20
The Wine development release 1.9.20 is now available. What's new in this release (see below for details): - Reimplementation of the clipboard API. - Message handling in WebServices. - Many more API Set libraries. - Various bug fixes. The source is available from the following locations: http://dl.winehq.org/wine/source/1.9/wine-1.9.20.tar.bz2
2004 Sep 09
2
Handling the windows clipboard/32KB limit
(R 1.9.1; Windows 2000;) I'm just comparing ease of use, speed, etc for methods of transferring data frames in the Excel, MySQL, R triangle. It turns out that going from Excel to R (when doing this carefully). Using the clipboard is actually quite fast and efficient (2 seconds for transferring 120 000 cells on a common desktop computer as compared to much longer for going the RODBC route,
2008 Jul 27
1
Star Sonata
Hi. I've had issues with my Windows Laptop, so I've been trying to get Star Sonata working using Wine. It runs horribly under Cedega. I've recently upgraded my system to the latest Ubuntu (8.04), and upgraded Wine to 1.1.2. I've got an NVidia GeForce 6800 GT card, and I'm running Pentium 4, x86 architecture. At this time, with the default settings, there are no graphical