TextClipping files opening in TextEdit?

Hi all,
I have some reminders that I want to have pop up into my field of vision...
For several years, I've had iCal events open textClipping files.  This works well (though if there's a good app that just does this, I'd be interested in hearing about it; I used to use Chronos Notes but it's too heavyweight for this).
Problem: now, for some reason, TextEdit wants to open these files.  This only happens when using iCal, or launching the document from the "Recent Documents" folder.  Launching from the Finder still works fine.
Of course, TextEdit isn't happy with these files, it doesn't render them. 
I chose to use text clippings because they have the least amount of chrome around the windows, and these are read-only.  Trying for very simple here.
Any ideas?
Thanks!
_KMP

Thanks...
But what is the default app for a .textClipping file?  I'd think it's the Finder, but you can't select Finder as a default application for a file.  (Perhaps one could find the correct component in CoreServices, but that doesn't seem correct).

Similar Messages

  • DefaultFont File Opens in Textedit on Boot?

    Can't figure out why this is happening!  OSX 10.8.2 on a 2008 Macbook Pro.  Reset PRAM, restored ML directly from Apple, ran permissions and disk verification with DU...
    At the end of every boot process, TextEdit opens a file called "DefaultFont-locked" that is:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>FALL_BACK</key>
              <string>en-US</string>
              <key>TABLE_FLAG</key>
              <integer>0x34</integer>
              <key>TABLE_ENTRIES</key>
              <dict>
              </dict>
    </dict>
    </plist>
    Boot process seems to be handling it as a previously open app before shutdown that it is simply restoring. Plist.lockfile? Can't find a file called DefaultFont after unhiding invisible files.  I recently upgraded to a larger HDD and some plist must have gotten corrupted in the file transfer.  I do have a TM backup as well as the original HDD that I replaced.  Any help greatly appreciated!  Thanks.

    You deleted caches, but did you delete the com.apple.iwork.pages.plist found in HD > Users > (your account) > Library > Preferences? This is Pages preference file & would appear to be corrupt.

  • Create rtf file, open in textedit

    i am very new to applescript, if anyone would have mercy, please respond.
    i am trying to create a script that will create a rich text file named by the date (in format of YY.MM.DD for purposes of sorting alphabetically) and open this file for edit in textedit. Preferably, I would like to be able to create a file named by date followed by a short description (for example, activate script - it asks for a summary and then creates a file named by date followed by a summary (for example "07.12.28 - this is an example") and opens that file in textedit.app for editing).
    i worked a lot with iptscrae but it's been a long time...and was nothing like this.
    edit: please note, i've had trouble with spaces in scripts when it deals with file names (date - summary)
    Message was edited by: eightyfiveonions
    Message was edited by: eightyfiveonions

    This is your script after I altered it a bit (and as you'll see it's for the purposes of journaling)
    I'm not sure exactly why I moved the current date and return instructions back to the bottom here but that's what I had to do to get it to work. I'm a trial and error learner more than anything else, I'm going to read up on this a bit but it's working like a charm.
    I guess it was because I set TheText variable back up for the RTF formatting and couldn't figure out how to incorporate the date there.
    edit: the formatting on this post is a bit messed up.. your rtf formatting stuff is moved from location in first script to accommodate the second script but nothing else is different about it. shrugs
    <pre title="this text can be pasted into the Script Editor" style="font-family: Monaco, 'Courier New', Courier, monospace; font-size: 10px; padding: 5px; width: 720px; color: #000000; background-color: #E0E0E0; overflow: auto">-- get the current date text
    tell (current date) to get ((its year) * 10000 + (its month) * 100 + (its day)) as text -- yyyyMMdd
    tell the result to set TheDate to text 3 thru 4 & "." & text 5 thru 6 & "." & text 7 thru 8 -- yy.mm.dd
    set TheFolder to "OSX:Users:joseph:Documents:Journal:" -- or set TheFolder to (choose folder)
    set TheName to text returned of (display dialog "Enter the name for the new document:" with title "New text document" default answer TheDate & " - " buttons {"Cancel", "OK"} default button "OK")
    set TheFile to (TheFolder & TheName & ".rtf") as text
    set TheText to "{\\rtf1\\mac\\ansicpg10000\\cocoartf824\\cocoasubrtf440
    {\\fonttbl}
    {\\colortbl;\\red255\\green255\\blue255;}
    \\margl1440\\margr1440\\vieww9600\\viewh8400\\viewkind0
    try -- create a new text document
    tell application "System Events" to get exists of file TheFile
    if not (the result) then
    set TheOpenFile to open for access TheFile with write permission
    write TheText to TheOpenFile as «class utf8» starting at eof
    close access TheOpenFile
    else
    display alert "The file \"" & TheFile & "\" already exists" as critical
    error
    end if
    on error
    try
    close access TheOpenFile
    end try
    return
    end try
    tell application "Finder" to set extension hidden of (TheFile as alias) to true
    tell application "TextEdit" -- open the file and print date
    activate
    open file TheFile
    set the text of document 1 to ((current date) as text) & return
    end tell</pre>
    Unless u see any errors with what I've done, I'm going to run with it.
    Message was edited by: eightyfiveonions

  • Xmp files open with textedit, can I make it stop?

    Greetings,
    I've gotten into the habit of opening up dozens (or hundreds) of RAW files directly from Finder, with a quick command+A, command+O. On previous machines this has been fine. On my new machine (new to me), doing that causes TextEdit to open up all of the XMP files as well.
    I have tried repeatedly to use the "get info" function to set XMPs to open with PS or even with nothing at all. So far I am failing miserably and am forced to take additional steps to either avoid this or to close a ton of XMP files.
    I know I can use Bridge, or sort the file types then select just the raw files, but that, for me at least, is quite a bit slower, and I do this every day, so, I'm open to any suggestions.
    I'm using a dual 2.3 G5 Power PC, OSX 10.4.10, and CS3 with the latest updates.
    Many thanks in advance to anyone who can offer some guidance.
    Best regards,
    Michael

    Thank you for taking the time to respond Mr. Castaneda.
    Using Bridge in this context, while obviously an effective work-around, only serves as an unnecessary resource hog.
    The simple issue is this: What used to take half a second in keyboard taps now requires either the use of an additional program (Bridge) or several additional steps in Finder.
    I can't help but to suspect that there is some way to configure my system to behave in the desired manner.
    I do use Bridge regularly, but when all I want to do is process hundreds of RAW files in the largest batches possible, I don't see the need to waste resources on it. And it does slow things down noticeably.
    I like to use Bridge for sorting, renaming, editing, labeling, etc. But to use it just to open up files seems a little inefficient.
    Maybe I'm picking at nits here, but I'm just baffled that this system behaves differently than the one I used a few days ago (same OS, programs, and updates).
    Many thanks!
    Best regards,
    Michael

  • Why does xls files open with textedit

    Here lately when I download files that are .xls the textedit program opens up? I can close and click on the download and it opens with microsoft excel. I download a lot of excel files and this happens all the time. Prior to 2 months ago when I downloaded a file it would open correctly with Microsoft Excel. Thanks for any assistance. /r Terry

    If it has an .xls extension and you follow Thomas' instructions, the document should open in Excel:
    Just change the "Open with..." to Microsoft Excel (I'm assuming that you have Excel?) and you should be able to open it by double-clicking on it.
    Clinton
    P.S. I just realized what an old file that is - all of my 'new' Excel docs are in .xlxs format!

  • Downloaded text files open in TextEdit. I need them to open in Word.

    Hello,
    I have to download some word documents from an online class and the way it's set up in the class is that i just click on the link and it automatically downloads it to Text Edit and doesn't let me choose which program to save it to. Is there somewhere I can change the settings on my Mac so that it either uses Word as the default program automatically or lets me choose the program.
    Thanks.

    the reason I need it to save to Word, is because it seems to change the table settings in the template when it saves it in text edit, which i don't want.

  • File open dialog box broken in all apps! ( 10.5.6/7

    Hi, I've got a very odd problem that Apple phone support seem to be unable to solve.
    Basically, every file open dialog box system wide is broken, from file->open in textedit to the browse button on websites for uploading files.
    When trying to display this finder panel, it beachballs for ten seconds then gives me a grey area where the usual finder browser usually resides and the open / cancel buttons at the bottom of the panel.
    I've repaired permissions which had no effect.
    The finder works perfectly other than it's little file open dialog which other applications use...
    Updating to 10.5.7 did nothing to fix the issue.
    Does anybody have any idea how to resolve this?
    Thanks!
    chris.

    V.K. had you create another user to eliminate the possibility that it is a preference file causing the problem. It was reported the problem remained with another user, so the problem is system wide, not with a single user's preferences.
    The Archive & Install is relatively painless. It only replaces the system and leaves everything else untouched. What is replaced is saved in a new folder it creates named Previous System, in case there is something there you might want to bring back (most often 3rd party files, but I have never needed anything from the Previous System folder).
    The only hassle with the A & I is resetting preferences. If you check the option during the A & I to retain user settings, there is usually not very much that needs resetting.

  • I close the textedit programme , open Pages, click on the 09 pages file to be opened and the message "The document "7-09 receipts" could not be opened. TextEdit cannot open files in the "Pages document"

    I close the textedit programme , open Pages, click on the 09 pages file to be opened and the message "The document “7-09 receipts” could not be opened. TextEdit cannot open files in the “Pages document”
    What's this??? How do I open the pages doc???   Kalavati

    You have obviously not done what you think you have done.
    You have tried to open a .pages document in TextEdit which can't read them.
    If you are confused which program you are in look to the top left of the menu.
    You can either drag the .pages file onto the Pages icon on the Dock, open it from within Pages' Open dialog, double click on it or right mouse click > open with.
    Peter

  • My tpl file are no longer opening with TextEdit but with Stickies...Why?

    Hello,
    The strangest thing just happened and it must be a coincidence or some sort of glitch. I recently tried an LCD monitor on my Mac (which incidentally I just found out first hand why NOT to buy inexpensive LCD monitors). I disconnected it, hooked up my Sony CRT again and restarted. Everything seemed fine but when I tried to open some files with the .tpl extension they opened Stickies but did not even display any text.
    A while ago I had gone to the Get Info of a tpl file and set all files with this extension to open using TextEdit. Until now that has always worked fine. When I try to do the same thing again it keeps reverting back to Stickies as the default. I am able to change an individual tpl file but can not make the global change. I dumped my finder preferences but that did not help.
    Does anyone know how to set this or how to correct the glitch that is not allowing me to make this change?

    Here is an interesting twist. Before I do as you suggest let me throw this out to you.
    The tpl files are part of a php forum package. I have a clean copy of the forum so I can reference it and I work off a copy. I decided to take a look at the tpl files in the original folder. Not only are they all showing TextEdit as the app to open with but they are showing TextEdit in the list with (default) next to it.
    When I look in the folder that contains the copy, which I am working with and editing, those files show Stickies (default) and do not show TextEdit in the list. I took a look around my drive for other rograms that also use tpl files and they were all fine. So for some reason it would seem that the problem is just inside the one templates folder and nowhere else. I was able to select all the tpl files, then control click and select Open With..., selected TextEdit, closed the Get Info window and all the tple files in the folder were changed. When I go back or restart and look they keep this setting even though TextEdit is not listed as a recommended or default app.
    So even though this is working and I can open my files I am bothered by this and the fact that the same file type (same extension) presents a different list and handles this differently from other files of the same type in another location.
    Does this make sense? Ever see this happen before? Even though I was able to make the change do you still recommend that I reset the LaunchServices database and re-install the COMBO update?

  • Jnlp file downloads then opens in TextEdit

    Have multiple Macs running 10.5.7 w/latest software update. Each trying to use the same web application. Web app downloads a .jnlp file. For most Macs, it launches Java and life is good. On a lone Mac (so far), the .jnlp file downloads, but is opened by TextEdit. Check File Info, and it's associated with TextEdit, so there's the culprit. On the working Macs, the file is associated with Java Web Start.app. So, I figured I'd change the association on the Mac that's broken, but I can't find Java Web Start.app. It doesn't show up in Spotlight, so I use the locate command in Terminal and find it listed as being found in /Applications/Java. This folder does not exist on any of the Macs in this scenario. Where is it?! How do I fix the association for .jnlp files to be Java Web Start.app?
    Thanks!

    I have the same problem. After running the latest Java update, Java Web Start is gone. I have Xcode installed on my machine, but still don't have Java Web Start anywhere on my drive.
    I attempted to restore it to /Applications/Utilities/Java using Time Machine, but when I launched it, it merely crashed.
    I understand that part of the Java update was to patch a vulnerability that could be exploited through Java applications launched from the web, but I was under the impression that there was a fix that didn't simply involve disabling Java Web Start. Is there a new version of Java Web Start out there that doesn't crash with the new Java update? Alternately, is there a way to run a jnlp file without a working version of Java Web Start?
    I have a program that I absolutely need to have running in the next 30 minutes -- which doesn't give me enough time to roll back the whole update. Is it too much to expect Apple to fix what they broke with this update?
    -JMP

  • How can I turn dropped text into .txt instead of .textClipping files?

    I like the idea of being able to select text, drag it and drop it, and have the finder save it as a file. But I don't like the .textClipping files that it creates by default. Is there a preference or a .plist flag I can set somewhere to tell it to just use good old plain text instead?

    Nope. That's the way it is. However, you can select the clipping, open it, select all, and paste it into a TextEdit or other text editing program.

  • File open on more than one computer at a time

    I maintain a network of four Macs (Cube, G4 Tower, Mini, and G5 Tower) all running OS 10.4.11. Recently two people working on the network discovered that they both had a certain file open at the same time. In order to determine the extent of the problem, on each computer I created and kept open a TextEdit file. I then attempted to open each TextEdit file from the three computers on which the file was not stored. To my dismay I received no error or warning message of any sort. I was able to open all four files on all four computers at the same time!
    Each of the computers has a single user, and each computer is logged into the other computers as the user on that computer (i.e., each guest is logged in as the host). I wonder if that might be the source of the trouble.
    I never noticed any file being open on more than one computer at a time when all the computers were running 10.3.9, only after I upgraded to 10.4.
    Any ideas?

    This is absolutely standard behavior and I don't expect this to change any time soon.
    Let me try to explain based on a model of a file stored on Server1 and being accessed by Client1 and Client2:
    Here's what's happening:
    Client1 connects to the server and opens the file for reading.
    Client1 reads the file and closes it
    Client2 connects to the server and opens the file for reading.
    Client2 reads the file and closes it
    Since Client1 closed the file there's nothing to indicate to Client2 that the document is in use anywhere else because, in fact, it isn't.
    There's nothing on the server that knows whether Client1 opened the file to look at it, to copy it, to back it up to some other media or to actually edit it. It is only that last step that should prevent another client from opening the file.
    If you think about it, that makes perfect sense. If you copy the file over the network to Client1 you do not want the server to think that Client1 has an exclusive hold on that file and to prevent Client2 from opening it.
    The only time the file is in use is a) when the file is being read, and b) when the file is being saved. When it's just being viewed the client doesn't have an active hold on the file.
    The actual fix here is for the application to set a flag that the file is in use and for the server to honor that flag. It's supported by the networking protocols but it's rarely implemented in applications except those that expect a multi-user setup.

  • External HD not mounted on desktop but available in File Open

    I have an Intel MacMini which I have recently upgraded to Snow Leopard. The internal hard drive is about 80% full so I have bought a WD My Book Studio II 1TB external drive which I currently have attached by USB (as I saw some people were having issues with FW connections).
    I use SONOS music players and have my iTunes library on this external HD. It seemed to work fine for the first few days but now the SONOS cannot find the music library. When I login to the Mac I do not see the WD drive mounted on the desktop but it appears with a green light in the WD drive manager and I can also see it as a mounted drive if I click in File>Open in an application such as Text Edit. My applications such as iTunes and iPhoto canont see the data stored on this drive  but within TextEdit I can open folders so the drive must be attached and working to some degree :-/
    Does anyone have any idea why it would be behaving like this and what I can do to rectify this?
    Thanks
    Amanda

    Try verify/repair the hard drive with disk utility.  http://support.apple.com/kb/HT1782

  • Exe file opens by txt

    I have deinstalled quicktime from my mac pro and now i'm trying to install in again, but the file with the program is opened by text program instead selfunpacking exe. Please help mу to solve this problem.

    As you are talking about an EXE, I suppose that you downloaded the Quicktime installer for Windows.
    As the Mac does not know about EXE files, it might open these file types in TextEdit.
    If you would like to install QuickTime X and/or QuickTime 7 for Mac, you would need to do this from the OS X install disk. Afterward run Software Update to make sure that you have the latest versions.

  • Open downloaded documents in Pages (will only open in TextEdit)

    When I open a document (Word) from the downloads stack on the dock it opens in TextEdit. I've set Pages as my default word processing program (by going into Finder, selecting a Pages document, and selecting that all documents are opened with Pages) but downloads continue to open in TextEdit.
    Could someone please help with this? I've followed 2 sets of instructions from public Mac help strings but the system persists in opening documents in TextEdit.
    Thanks. Appreciate your time.
    Alex.

    Probably the same instructions:
    Find a Word file > Right click > Get info or File > Get info.
    On the get info window > Open with > Set to *Pages app*. Then tick the button marked *Change All.*
    S.

Maybe you are looking for

  • Imac g5 (no iSight) - powers off randomly, please help!

    greetings! my imac g5 (approx 2.5 yrs old) has recently started to power off all of a sudden while i'm working on it. after it powers off, i am not able to turn it back on until after approximately 10-15 minutes. i'm thinking about taking it to the a

  • Connection Closed forcibly by the remote host

    Hi, I am trying to print a file on the Client machine by getting the file object from the Server. For this, I used an Applet to call the Servlet and in return the Servlet will send the file object as response. It worked well for me, but I got the fol

  • Adding a digital time counter for split screen...

    I am recording two events that I will be displaying as on a split screen. I need to have a digital "stop watch" timer at the bottom of each screen. Is there a way to create this on the computer without actually taking video footage of a timer? Any id

  • Overhead Rates Maintenance in DEV,QAS & PRD Systems

    Hello All, I need your expert advice on this topic. "What is the best practice to maintain OH rates in SAP Systems across the landscape". Any link to document, whitepaper or knowledge link is very welcome. I am aware that it can be maintained after m

  • Blocking extensions in CUCM

    Hi, is it possible to restrict one extension added in CUCM to another extension added in same CUCM. Like 1234 is being used by one Manager. 1230 is used by staff. Manager doesnt want to talk woth staff. so he wants to block his extension. Cisco IP Ph