search for: textedit

Displaying 20 results from an estimated 38 matches for "textedit".

2011 Jun 19
2
Debugging textedit (gathering its content)
Hi guys, I'm new in wine debugging, but i need to get content of textbox to console. I tried Code: WINEDEBUG=+edit ./app.exe 2>&1 It gets content of lineedit, but not textedit. Do you have some idea how read content of textbox from win app in wine? Thanks
2008 Dec 27
1
Trouble with MacPorts install, .profile file not created/ need help
I have just installed MacPorts 1.7.0 for Leopard using a downloaded .dmg file. Following the download and installation, I looked for the .profile file to change the environment variables, but found that no .profile file was created. When I tried to do so, I got an error message: /Applications/TextEdit.app/Contents/MacOS/TextEdit .profile 2008-12-27 14:19:02.393 TextEdit[47100:10b] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) ''Permission denied'', port = 0x5203, name = ''com.apple.TextEdit.ServiceProvider'' See /usr/include/servers/bootstrap_defs.h...
2002 Feb 19
1
Summary re: read.table on Mac OS 10
...come as default in file names. As long as I use the ":" (see 1) I can also use a space. I'm not sure of the Darwin/ Xwinows version of R. Looks like another Mac convention though. 3. The problem is partially solved: I never was able to read the data set I made with Mac's TextEdit. But, on entering the data at R's runtime window, I was able to write.table to an external file, shut down R and/or the computer, and come back later to read.table ... no problem. Perhaps TextEdit throws some extra code in, not sure <although I did save the data as simple text and fi...
2004 Jul 22
2
exporting high quality graphics from R in Mac OSX
...ving graphics from R (1.9.1) on my Mac is as a pdf file. If I open the file in Acrobat reader it looks really good and crisp, and is obviously saved as vector graphics, since I can zoom in as much as I like and it continues to look really nice. If I import it into MS Word (from office 2000), or Textedit, however, it imports it as a bitmap and unless I save it as a pretty big image and then shrink it in size by about three times after import it looks blurry and pixellated. The save it as a really big picture and shrink it option is bearable, but hardly elegant. I'm trying to persuade some...
2006 Jan 26
8
switching to edge rails
Hi, I want to start using has_many :through. I think that eventually I''ll be removing all uses has_and_belongs_to_many from my project. Here is my situation I''m using SVN I want to use edge rails Reading the wiki about switching to edge rails[1], I can''t figure out which combination of subsections I must perform. Do I want edge rails to reside in the vendor
2012 May 20
2
system() under windows [x] but not with Mac
Hey Guys, i am kind of confused. Under windows the system() function works great, but not with my mac. I have two questions: 1) What do i have to change. Using packages which require system or eval(parse() everything is fine, but when i try it myself "sh: cmd: command not found" Under windows i use e.g system('cmd /c copy "bild.jpg"',intern=FALSE ) 2) I really love
2006 Jun 08
3
Reading in a table with ISO-latin1 encoding in MacOS-X (Intel)
...SE FALSE FALSE 3 FALSE TRUE FALSE 4 FALSE TRUE FALSE 5 TRUE FALSE FALSE 6 TRUE FALSE FALSE 7 FALSE FALSE FALSE 8 FALSE TRUE FALSE 9 FALSE TRUE FALSE 10 FALSE FALSE FALSE Converting the the file from ISO-latin-1 to UTF8 (with Mac's TextEdit application)allows the file to be read in in its entirety, but still the Scandinavian character in the heading is coerced to a period '.', or two, in fact (i.e. 'mietti?' -> 'miett..') Have I possibly misunderstood how the 'file' function should be used in co...
2000 Oct 03
1
captions for than one figure
...> plot(1:10, exp(1:10), log = "y", xlab = "xlab") > mtext("(c)",side=1,line=4.5) > plot(1:10, exp(1:10), log = "y", xlab = "xlab") > mtext("(d)",side=1,line=4.5) But the captions in the bottom two plots are clipped. I could textedit the postscipt file and increase the boundary but that seems like overkill to me. Is there any command where I can vertically offset the entire plot. Thanks in Advance, Dermot MacSweeney. P.S. If I see another e-mail with the mention of an underscore I think that I will crack up. ************...
2003 Jan 17
2
read.table bug in Mac OS X (PR#2469)
...eader line, the first letter of the first column of the fifth row is appended to the start of the column name and is omitted from the data entry. See the example below. This appears to have something to do with the way text files are encoded on the Mac. Text flies created in Excel, emacs, Word, and TextEdit on OS X all seem to do this, even when you copy the text file over to a PC and run R 1.6.2 there under Windows. If you open the Mac text file in a text editor on the PC and save it under a different name, the problem goes away. I have tried this with a half dozen different files. > tmp1<-re...
2009 Jul 29
3
Newbie in R: Reading .txt files and storing the 'numbers' in a vector
...2834\\tx3401\\tx3968\ \tx4535\\tx5102\\tx5669\\tx6236\\tx6803\\ql\\qnatural\\pardirnatural" [7] "\\f0\\fs24" [8] "\\cf0" [9] "13\\" // This is where my file "should" start reading the numbers I see in the window when I open it with textedit [10] "27\\" [11] "39\\" [12] "48\\" [13] "34\\" [14] "17\\" [15] "23\\" [16] "45\\" [17] "23\\" [18] "4\\" [19] "}" > Thanks so much to any of you who could provoid a little help... I'm ge...
2005 Oct 01
8
Ajax.InPlaceEditor on Safari & Firefox
Hi, I''ve downloaded the latest svn trunk and was glad to see that Ajax.InPlaceEditor forms can now be correctly submitted on Safari as well, with the server response being correctly displayed as well. The problem is, however, that clicking again on the same element (after sumbitting it first) will duplicate the submit form. The next attempt will triplicate it etc, etc... Could
2002 Feb 15
2
error in read.table on Mac OS 10 ... request for help
...mmand line interface (shell). I'm not sure why it can't read the file. I'm new to Unix systems also, so perhaps I've misunderstood paths (though I've been reading over Unix tutorials enough not to scare me). Other info: 1. the file was created in simple text mode in Mac TextEdit and saved fixed width text format. 2. when I save the file to another working directory under a different user, I also cannot read.table 3. I checked the priveleges of the .txt file, they were Read & write for the owner and Read for everyone else so that would seem to take care of R bein...
2012 Dec 15
2
troubles reading a text file
Dear R experts, For quite some time I have been trying to solve a mistery of reading a seemingly trouble-free text file. The data is temperature reconstruction arranged as a huge grid, preceded by seven "header lines" (which you see better if file is opened in Firefox or Chrome). This is the data (gridded temperature reconstruction)
2008 Sep 04
1
Coda, Textwrangler, Writeroom, OS X
Hello Everyone, Has anyone installed Markdown for Coda, Writeroom, Textwrangler, or OS X? I'm really interested in using this more but I'm interested in finding the best way to use. Biggest win for me would be for it to work from within Writeroom. Textwrangler would be next, followed by OS X, and Coda would be almost useless. I did see that MacPorts has 2 different distros of markdown
2004 Jun 26
0
Can't create files using Mac OSX Client against Samba server on Debian Linux
...d-drop a file from the iBook to the Samba share via the Finder GUI, I get the error message: The operation cannot be completed because you do not have sufficient privileges for "filename". I also am unable to create files on the share using File->Save from any GUI-based apps (e.g. TextEdit). Strangely enough, if I open a Terminal window on the OSX client, and cd to the share (in /Volumes), I can copy/create/delete files to my heart's content. I'm sure it must have something to do with those pesky resource files. In my smb.conf file I have "hide dot files = no"...
2006 Sep 29
0
permissions behave differently from different programs
...ver is a Mac machine on which I have enabled "Windows sharing", Mac's way of saying turn on Samba. Here are a few cases to explain the problem: 1) I connect from my Mac laptop by going to finder and connecting to smb://myserver/my_shared_folder. I then try to modify a text file using TextEdit (a text editing program on Macs). When I try to save, I get an error saying "Couldn't save document 'file.txt' in folder 'my_remote_folder'." 2) I connect as above, but modify the file using emacs. It works fine; I can save the changes. 3) I connect to the server fro...
2008 Aug 25
0
ActionController::MethodNotAllowed
...t;><%= text_field_tag "recepient", @recepient.to_s, :disabled => true %></td> </tr> <tr> <td class="col1">Your Name:</td> <td class="col2"><%= text_field_tag :name, @name, :class => "textedit" %></td> ... ... ... And route.rb like this : map.resources :emailfeeder map.connect ''emailfeeder/new'', :controller => ''emailfeeder'', :action => ''new'' map.connect ''emailfeeder/create'', :controller =>...
2011 Sep 30
2
I have problem installing rails
I tried sudo gem install rails and I get the following : [code] Successfully installed rails-3.1.0 1 gem installed Installing ri documentation for rails-3.1.0... file ''lib'' not found Installing RDoc documentation for rails-3.1.0... file ''lib'' not found Stavros-Kefaleass-MacBook-Pro:~ skiabox$ rails -v -bash: rails: command not found [/code] Any ideas?
2009 Feb 26
2
Desktop app for viewing Markdown files
Is there a file/document browser that render and display Markdown files? (for the Mac) jem
2004 Jun 28
0
Can't create files using Mac OSX Client against Sambaserver on Debian Linux
...to the Samba >share via the Finder GUI, I get the error message: > >The operation cannot be completed because you do not have sufficient >privileges for "filename". > >I also am unable to create files on the share using File->Save from any >GUI-based apps (e.g. TextEdit). > >Strangely enough, if I open a Terminal window on the OSX client, and cd to >the share (in /Volumes), I can copy/create/delete files to my heart's >content. > >I'm sure it must have something to do with those pesky resource files. In >my smb.conf file I have &qu...