TextEdit on a Small Screen?

Hi,
I have been trying to use dictation.
I can't use it in LibreOffice, due to old bugs and a new regression, but I can use it in TextEdit, and copy and paste. Unfortunately, TextEdit shows the text at about half size. If I try to zoom in, then TextEdit shows the text at about the right size, but TextEdit extends the text beyond the size of the window. How do I get TextEdit to show the text at a readable size, wrapping within its own window, without specifying twice the font size?

Hello Marja E,
It sounds like you need the default text on new TextEdit documents to be larger, and to have the text wrap, rather than having to scroll left and right all the time. You can set both of those options using the TextEdit Preferences using this article:
Set new document, open, and save preferences
Set new document preferences
At any time, you can change any document’s format using the Format menu.
Choose TextEdit > Preferences, then click New Document.
Select a default format.
Rich text allows formatting, such as bulleted lists, plain text doesn’t.
Select “Wrap to page” to wrap text within the document’s page margins.
Otherwise, text wraps to the document’s window size.
Set a default window size.
Choose default fonts for plain text and rich text documents.
For rich text documents you can, add document properties, such as the author’s name.
Select any additional options.
Thank you for using Apple Support Communities.
Take care,
Sterling

Similar Messages

  • DPS android app for small screens, works, but poorly...

    There is a way to get the DPS android app compatable with 1400 devices, including mobile phones.
    In theory if you here reading this its because you have an android app made by the DPS app builder live in the play store and...
    A: found out that the android app is only available on large/xlarge screens
    B: are getting yelled at by your employer who bought the Adobe DPS subscription and claims this should work on his phone "because I looked at the Adobe site and it says android, my phone is an android, read their site and make it work"
    C: found this because you were smart enough to read through the forums before suggesting this as a publishing solution to your employer and want to know if it really works on android phones, in whcih case, you may want to make it easy on yourself and just say "no, it does not" and then waid for Adobe to officially support small/normal screens perhaps head over to this post and bring some attention to it so we can collectivly improve this already awesome tool: http://forums.adobe.com/thread/1097433
    however, before you attempt this please keep in mind the following:
    1- it does not work well, if at all, on certain devices. specifically the small phone devices with the slower processors. So what typically happens is that you need to delete the data for the app and wait nearly 10 min for the "checking for updates" to process and grab new edditions. Depending on your serivce provider, this can be a nightmare. So, do NOT even attempt this if you have a cap on your data plan, think about how long it would take to download a 100mb folio file on a 3g connection, not to mention the processor which the tablets have and phones do not have.
    Here is some more data:
    --Android 1 from Sprint: really super slow, thats all I gotta say
    --Android 2 from Verizon, again, slow, but works
    --Galaxy Nexus 4.1.1, Verizon 4g connection, works great, (10% of the time) lol. about 90% of the time the Galaxy Nexus needs to be restarted after installing, and will get stuck on the "updating library" screen. the only way to fix this for any of the above phones seems to be to clear all data, uninstall, re install, do not launch, restart phone, and then launch app.
    I am going to test the following soon:
         Samsung Galaxy Note II N7100 (1.6GHz Quad-core)
         (1.5GHz Quad-core)
              LG Optimus G E973
              Xiaomi MI-2
              LG Optimus 4X HD P880
              HTC One X
    (the idea being that perhaps we can go through the list from google in the play store and limit the devices its on, but at least with this solutuon as described below we can get rid of the "not availabe on your device" notice.)
    So before you read on, consider that for your end users. If you find a way to fix this, let me know, I have considered turning off hardware acceleration but have not tested this yet.
    2- if you choose to attempt this make sure you have a good understanding of command line AND you have a new version of the app ready if you want to roll back.
    consider this concept: (you should have these ready)
    app a- made by Adobe DPS app builder, works on only large and x-large android screens, lets say its version 100000 and 2.5.5.000. This is already in your google.play store account as a live app,
    app b- the app you are about to build in this example below, it will in theory work on small, medium, large, and x-large android screens, lets say its version is 110000 and 2.9.9.000 (it will be MADE FROM APP A, you will open it, edit it, and wrap it back up.)
    app c- made by Adobe DPS app builder, works on only large and x-large android screens, lets say its version 200000 and 3.5.5.000 (which would be good to have in case your version b above does not work the way you want)
    notice the VERSION codes. These are important because you can only go UP, you can not "roll back" to a previous version.
    Again, I do not suggest this, but if you are daring and have some development background, feel free to give it a shot.
    (I am not going to be able to support this info, but I can verify 100% that I got mine working, very poorly and slow, but it installs, pulls folios, and loads)
    PC WINDOWS ONLY, I have not tried this on a MAC.
    get this:
      http://www.7-zip.org/
    install it
    get this:
      http://code.google.com/p/android-apktool/
    read all about it.
    go here:
      http://code.google.com/p/android-apktool/downloads/list
    get:
              apktool1.4.3.tar.bz2
    and
              apktool-install-windows-r04-brut1.tar.bz2
    put them all in 1 folder, extract both items, all the way
    the grab the
              android-viewer.apk
    that Adobe DPS made, or whatever yours is named...
    and the
              release.keystore
    you made and put them in the same "stuff" folder. there should be 20 items total in here now.
    get this:
    http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u30-download-1377139.html
              jdk-6u30-windows-x64.exe
    do NOT use any other version, do NOT use version 7, use version 6.
    install it all. then find it. should be here- (C://program files/Java/)
    I recomend grabbing it all and putting it in your ROOT like this:
    C://Java/jdk1.6.0_30/bin
    then, put everything from the "stuff" folder into C://Java/jdk1.6.0_30/bin
    yep, all of it.
    now we are ready to get funky...
    run cmd line.
    open start menu, type
    cmd
    into the search bar, hit enter
    -------- run command line, get to proper directory
    cd ..
    cd ..
    cd Java/jdk1.6.0_30/bin
    (or wherever your 'stuff' is)
    --------open up
    apktool d android-viewer.apk android-viewer
    (this will make a folder called 'android-viewer' and you will be able to go into that folder and find the XML files in there)
    --------edit XML
    in file: /android-viewer/AndroidManifest.xml
    open up in dreamweaver and change this stuff:
    android:versionCode="_ENTER_NEW_NUMBER_" android:versionName="_ENTER_NEW_NUMBER_"
    <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" />
    in file: /android-viewer/assets/META-INF/AIR/application.xml
    open up in dreamweaver and change this stuff:
              <versionNumber>_MATCH_ABOVE_</versionNumber>
              <versionLabel>_MATCH_ABOVE_</versionLabel>
    <supports-screens android:smallScreens='true' android:normalScreens='true' android:largeScreens='true' android:xlargeScreens='true'/>
    --------package it back up
    apktool b android-viewer android-viewer-new.apk
    (this will repackage the folder into a new APK, note the name -new.apk added to the end)
    --------Sign
    jarsigner -keystore release.keystore -signedjar android-viewer-signed.apk android-viewer-new.apk YOUR_ALIAS
    (now you need to sign the -new apk and recreate it as signed)
    --------Verify
    jarsigner -verify -verbose -certs android-viewer-signed.apk
    (if the last line does not say 'successfully verified' and there is an error, make sure you are using version 6 of JDK and not 7)
    --------Update APK in play store
    Visit this page
    http://developer.android.com/distribute/googleplay/about/distribution.html#instant
    read the line that says "Instant publishing, instant updates"
    while you do, understand you are being lied to, it takes anywhere from 30 min to 4 hours for your update to be "instant".
    take the new "android-viewer-signed.apk"
    rename it, upload it, activate it, de activate the old one.
    important: beofe you click save, switch over to the "product details" tab and update your version notes.
    head over to your app page in the play store.
    sit there and click refresh every 10 min or take a nap and come back in a few hours.
    when you finally see the version number has updated, go to the browser on your phone
    find your app in the browser, refresh the page, make sure its got the new version number on it.
    install it on your small screen device, cross your fingers, and hope you do not get a message that says "not signed properly"
    if you do, feel free to start googling the stuff above to see where you went wrong.
    If it does work, go to your boss and have him download it and run it and say "see, there ya go, its on your phone now" and when he says it does not work hand him a minni screw driver and a 1.6GHz Quad-core from the Galaxy Note II and tell him to simply upgrade the procssor in his phone because its too slow. lol.
    -good luck and enjoi

    Hi,
    This is very interesting.  I'm not an expert but i could do almost all the steps, but i can not do the sign step.  i dont know where my release.keystore is.  i created a .key.p12 file, is it?
    I'm trying to do this for a Galaxy SIII
    Thank you

  • Windows 8.1 Small Screen Touch language

    hi,
    i have bought HP Pavilion 10 TouchSmart 10-e002sl 
    and it has windows 8.1 small screen touch with office home & student 2013
    but it's Italic language and i want it in English ,, how can i solve this problem? 

    Hi Ahmed Abdel Nasser,
    You can manually add or install a language pack from the control panel in the way listed below:
    http://support.microsoft.com/kb/2839636
    After installing the language pack, you can choose the one you want as a default language:
    http://windows.microsoft.com/en-us/windows-8/using-multiple-languages
    Regards
    Wade Liu
    TechNet Community Support

  • How to make PowerBook remember screen layouts from small screen to Cinema

    I'm using a 23" Cinema Display with my G4 Powerbook. But I often disconnect the display if I need to take the Powerbook with me around the office.
    When I do this, I have to reposition all my windows - finder and apps - where I want them on the small screen. Then, when I reconnect to the Cinema Display, I have to reposition them all over again.
    Some apps seem to do this fairly well themselves - like Photoshop and InDesign - but others don't.
    Is there some way for me to get the Mac to remember the positions of all the windows in each configuration, so I can just switch between them... a bit like the "Location" (under the Apple menu) does for my network settings?
    Thanks for any advice.

    I don't think that you'll be able to use the HDMI port - I don't think!
    Rather, what you would need is a Thunderbolt/Mini DisplayPort to VGA (if that's what the monitor has) adapter -> http://www.monoprice.com/Product?c_id=104&cp_id=10428&cs_id=1042802&p_id=5107&se q=1&format=2.
    Good luck,
    Clinton
    P.S. Does your monitor have any other input ports? DVI would be best.

  • My web pages appear out of alignment on small screens.

    Hi,
    My web pages are correct on my large monitor but, the right side of the pages go out of alignment on smaller screens such as my laptop or even if I reduce the window size of my monitor. I used a 2 col, hdr, ftr, liquid layout in html 5. I did a browser check and fixed the suggested errors but it didn't fix the alignment thing. The site is http://www.thelandingivylea.com

    You have the wrong design for a liquid layout. Since you certainly want to retain your design, give the DIVs fixed widths.

  • How can I get extra scroll bars in Firefox to read Yahoo mail on a small screen, the way Explorer has?

    When I read my Yahoo emails on my little Asus eee pc, I have to use Explorer because it has extra scroll bars that allow me to scroll back and forth to see things that there is no room for on the screen. Firefox doesn't have these scroll bars.

    Hi ncleeno,
    I understand that on a small screen you would like to know how to add scrollbars to the page so that you can read parts of the email that are not on the screen.
    I have not tried this myself, but I think in about:config: In order to change your Firefox Configuration please do the following steps :
    # In the [[Location bar autocomplete|Location bar]], type '''about:config''' and press '''Enter'''. The about:config "''This might void your warranty!''" warning page may appear.
    # Click '''I'll be careful, I promise!''' to continue to the about:config page.
    # Search for scrollbar and I believe layout.testing.overlay-scrollbars.always-visible set to true would put these on.
    dom. disable_window_open_feature.scrollbars is the one that is set to false by default as well that prevents the scrollbars on a popup from being disabled. i am not sure if viewing Yahoo mail is a popup. I do not use it, but I will assume its not.
    Did this help?

  • When I open a document from any of my files, it only opens in a small screen and I can't make the screen bigger.

    Hello!  I'm hoping someone can help me with a recent problem on my MacBook Pro.  When I try to open a document from one of my files, it only seems to open in a small screen and I can't seem to make that screen any bigger to work on it.  Has this happened to anyone else before?  Thank you for your answer in advance!

    Oh, I wanted to add that trying to drag the little diagonal lines to the right of the page doesn't seem to work.

  • Since upgrade to 3.6.7 the emoticons window on a forum I use always opens full screen, not as a small window. How can I get it to open as a small screen again.

    Since upgrading to 3.6.7, when I go to a forum I'm active on and click the emoticons icon in the reply box, the emoticons window opens full screen, and not as a small screen like it did before. I can click on the box to make it small again, but next time I open it, it's back to full screen. Ok, not a major problem, but really rather annoying. I've tried to find a way to get it back to opening the way it did before, but to no avail. Does anyone know how I can solve this little problem?
    == I upgraded to 3.6.7

    No-one got any ideas on this then? It's definitely a firefox problem, as when I open the forum page (mentioned in the OP) with Opera or Chrome, the emoticons window opens as a small window, same as FF used to before the upgrade.

  • Small screen when running software program

    I am trying to load a software program which says is compatible with MAC to create an invitation (Printstation3).
    It's coming up as a really small screen. When I try to click on something its almost like the screen resolution is out as I when I hover the cursor in certain sections of the black part of the screen I can.  Except I can't tell what I'm actually pressing. 
    This is kind of hard to explain... 
    Anyone got any ideas why this is happening and how I can fix?????

    Direct you to the proper forum for MacBook :
    MacBook Series Forums 
    https://discussions.apple.com/community/notebooks?view=discussions
    http://www.apple.com/support/macbookpro
    Mac OS X Forum
    https://discussions.apple.com/community/mac_os?view=discussions
    This forum deals with a desktop/tower 65lb Mac Pro
    http://www.apple.com/support/macpro

  • How to scale my stage to fit smaller screens?

    I'd like to resize the whole stage (while keeping my width/height ratio) to fit smaller screens until it reaches its minimum dimensions (let's say 75% of the original size). I thought of using the css property "zoom" but nothing have worked yet. My default stage dimensions are set to 1024px by 728px.
    Thank you very much!

    It works great but it seems like we can't set a maximum width/height... I would like my stage to "grow" until it reaches its maximum size (1024 x 768) even if the screen is larger than those dimensions.

  • C4795 Printer Won't Turn Off And Small Screen Is Frozen

    My HP Photosmart C4795 printer that I purchased Sunday, April 10th is having an issue where once I turn it on, I cannot turn it off. The small screen has the HP logo on it and a little bar on it that doesn't seem to fill up; it just seems to shimmer if that makes sense. Since the menu on the built-in screen is inaccessible, I cannot copy anything as well.
    My Service ID number is 20101 and it is connected using the USB cable.
    Could someone please let me know what I can do?
    I have already uninstalled and reinstalled the software to no avail. Thank you for your time.

    Same issue, printer goes into la-la land when attempting to shutdown. I've downloaded the Firmware update dated Feb 2011 which is supposed to fix communication issues. I've connected the printer back via USB and it's still not responsive. I've uninstalled/reinstalled a few times. All I see in these forums is people stating the same issue over and over, but no solution. Here I am adding to the clutter. I know I'm out of warranty, so I gues I get what I pay for, but I do know I've worked with a DELL and a LEXMARK printer and the only reason I had to replace, was because they died of old age or had a close encounter with the tile floor after an exhuberant New Yea's Eve party.  I've tried the Diagnostic Utility - taht was a waste of time. it's a diagnostic utility but it asks YOU if everything is ok. If you answer know, it directs you to the support site and forums. Does anyone know if there is some hard-reset function? I'ts Superbowl Sunday, and I'm feeling like kicking a field goal except the football has an HP logo and a paper tray...

  • Paralells Small screen

    Hi Me again
    When I open up paralells it comes up with a small screen and when I try to make it bigger it goes pixelated and with huge text. How can I get it to open normal?
    Thanks

    Since Parallels is not an Apple product you may want to post your question on the Parallels forums rather than an Apple forum:
    http://forums.parallels.com

  • DW CC: Easy way to hide an element on small screens like smartphones?

    Hi,
    Is there an easy way in Dreamweaver CC to hide an element like an image or div on small screens like smartphones so that it is only shown in desktop browsers? I know the way to build classes with media query but may be in DW there is another way.
    Thank you.

    Sure - just target the element you want to hide once the device viewport hits a specified width in the media query; (example below hides an element with the id of 'header')
    @media screen and (max-width: 480px) {
        #header {
        display: none;

  • Calendar has been non-functional for hours, with small screen saying "Moving calendars to server account..." Help?

    Calendar on Mavericks MacPro has been non-functional for hours, with small screen saying "Moving calendars to server account..." How can I restore its function?

    Sorry. I found some other advice that solved the problem ere I saw your response.
    The advice was:
    Go to Finder. Holding "Option" key, find Library in "Go" pull down menu.   In Library. Select Calendars. To desktop, drag all files with the word "cache." Then go to Preferences (still in Library) and drag to desktop "com.apple.ical.plist".  Restart. Now Calendar is working perfectly, and rechecking under Library, the caches files and the com.apple.ical.plist  that were dragged to the desktop have reappeared in Calendars and Preferences.
    All is well. Many thanks for your reply! Sorry that I did not get to check it out.

  • My change to small screen facility has suddenly stopped working. Can anyone help as I use this a lot.

    the change to small screen icon in top right hand corner of screen has stopped working. Can anyone help.

    When you use the maximize/restore button, the window is restored to its last size. Some websites use a script to enlarge the window to its maximum size so when you switch from maximized to restored you hardly notice any change. You may have to manually resize the window by dragging the lower right corner. Does that help, or is the button just completely not working??

Maybe you are looking for

  • Quicktime doesn't start up / iTunes freezes or closes down

    Having been a satisfied iTunes user for quite a time, it suddenly froze a few days ago when I tried to play already listed songs. I have installed the latest version but the problem remains. Furthermore, whem importing a file by the menu, an error me

  • Exchange 2010 - Exchange 2013 Outlook 2010 resolves wrong server

    Hello, We are upgrading from exchange 2010 to 2013. Now I have migrated a testmailbox, but when I try to configure it in outlook it tries to connect to the Exchange 2010 server instead of the Exchange 2013 server. I have configured outlook manually l

  • Accessing WSDL gives problem..........

    Hi all, I'm using NWDS SP12. I'm trying to create deployable proxy out of one WSDL file, which is residing in the server that needs authentication to access that. So, when I give URL to that particular WSDL when generating proxy, I'm not able to do s

  • CUP 5.3 (SP11) Risk Owner Approval in CUP workflow

    Hello Experts, I have a question... When you create a risk in RAR, is there any way you can send an approval request automatically to a Risk Owner already set in RAR? Unfortunately, there is no such option for risk in the CUP custom approver determin

  • Dreamweaver cs3 international edition crashes while "Find and Replace"

    When i try to perform Find and Replace in Adobe Dreamweaver CS3 the program halts and crashes everytime. aditional info: Adobe Dreamwever CS3 international version (translated GUI) Version 9.0 Build 53 Windows Vista Pentium Core2duo 2gb ram best wish