JTextArea font won't change

I know this problem has been answered in similar form previously., but my version is a little different. I have a JList of fonts. When a font is selected on the list, changes should be applied to a JTextArea. I have my <JTextArea>.setFont(Font f) command in the valueChanged method of my class. However, the font does not change, neither visually nor internally. What's the problem? Thanks in advance for all help.

Update: I've gotten the font working, stupid mistake on my part so sorry for the trouble, but the color chooser still refuses to work...
Here's the code as requested (I've omitted much that i'm pretty positive is unrelated):
class FontDialog extends JDialog implements ListSelectionListener, ChangeListener { //this is an inner class
    MyFont font = new MyFont("Times New Roman", Font.PLAIN, 12); //font object for manipulation - this is a class of mine
            Object[] fontItems = font.getFontList(),
                     styleItems = {"Regular", "Bold", "Italic", "Bold Italic          "},
                     sizeItems = {"6", "8", "10", "12", "14", "16", "18", "20", "24", "48"};
            JList fontList, styleList, sizeList;
            JTextField fontField, styleField, sizeField;
            JTextArea preview;
            JColorChooser jcc;
            public FontDialog(JFrame owner, String name) {
                super(owner, name);
                font = new MyFont("Times New Roman", Font.PLAIN, 12); //font object for manipulation
                JTabbedPane tabbedPane = new JTabbedPane();
                JPanel panel = new JPanel();
                panel.setLayout(new GridBagLayout());
                GridBagConstraints c = new GridBagConstraints();
                c.gridx = 0;
                c.gridy = 0;
                panel.add(createFontPane(), c); //code omitted
                c.gridx = 1;
                c.gridy = 0;
                panel.add(createSizePane(), c); //code omitted
                c.gridx = 0;
                c.gridy = 1;
                panel.add(createStylePane(), c); //code omitted
                c.gridx = 1;
                c.gridy = 1;
                panel.add(createPreviewPane(), c);
                tabbedPane.addTab("Text", panel);
                jcc = new JColorChooser(Color.BLACK);
                jcc.setPreviewPanel(new JPanel());
                tabbedPane.addTab("Color", jcc);
                tabbedPane.setBorder(BorderFactory.createEmptyBorder(15, 15, 15, 15));
                add(tabbedPane, BorderLayout.CENTER);
            private JTextArea createPreviewPane() {
                preview = new JTextArea("  AaBbCcDd  ");
                preview.setFont(font);
                preview.setEditable(false);
                preview.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10));
                return preview;          
            public void valueChanged(ListSelectionEvent e) {
                JList list = (JList)e.getSource();
                int i = list.getSelectedIndex();
                if(list == fontList) {
                    fontField.setText((String)fontItems); //update given list
font.setFont((String)fontItems[i]); //update preview area
else if(list == sizeList) {
sizeField.setText((String)sizeItems[i]); //update given list
font.setSize(new Integer((String)sizeItems[i])); //update preview area
else {
styleField.setText((String)styleItems[i]); //update given list
switch(i) { //update preview area
case(0):
font.setStyle(Font.PLAIN);
break;
case(1):
font.setStyle(Font.BOLD);
break;
case(2):
font.setStyle(Font.ITALIC);
break;
case(3):
font.setStyle(Font.BOLD + Font.ITALIC);
break;
preview.setFont(font);
public void stateChanged(ChangeEvent e) {
preview.setForeground(jcc.getColor());

Similar Messages

  • Font won't change

    I am trying to change the font type from default to Myriad Pro. Sound pretty simple, I know, but I just can't get it to work. My only text I am trying to change are in the divs .featured and .about. I have tried putting font-style: Myriad Pro; in both as well as in the body and it still will not work. Any ideas?  I bolded the areas I'm having trouble with.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" href="stylehome.css" type="text/css" />
    <script type="text/javascript" src="javascript.js"></script>
    <title>Embroidery by CJ</title>
    </head>
    <body onload="MM_preloadImages('contact1.png','about1.png','producst1.png','index1.png')">
    <div class="header">
    <div class="wrapper">
    <div class="logo">
      <img src="logo.png" width="438" height="56" alt="Embroidery by CJ" />
    </div>
    <div class="nav">
      <div class="link4">
      <center>
      <a href="contact.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Contact','','contact1.png',1)"><img src="contact.png" alt="Contact" name="Contact" width="73" height="15" border="0" id="Contact" /></a>
      </center>
      </div>
      <div class="link3">
      <center>
      <a href="about.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('About','','about1.png',1)"><img src="about.png" alt="About" name="About" width="56" height="16" border="0" id="About" /></a>
      </center>
      </div>
      <div class="link2">
      <center>
      <a href="products.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Products','','producst1.png',1)"><img src="products.png" alt="Products" name="Products" width="83" height="20" border="0" id="Products" /></a>
      </center>
      </div>
      <div class="link1">
      <center>
      <a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Home','','index1.png',1)"><img src="index.png" alt="Home" name="Home" width="54" height="16" border="0" id="Home" /></a>
      </center>
      </div>
    </div>
    </div>
    </div>
    <br /><br />
    <div class="container">
    <div class="slider">
    <!-- DWUser_EasyRotator -->
        <div class="dwuserEasyRotator" style="width: 792px; height: 400px; position:relative;" data-erconfig="{autoplayEnabled:true, lpp:'102-105-108-101-58-47-47-47-67-58-47-85-115-101-114-115-47-74-97-107-101-47-68-111-9 9-117-109-101-110-116-115-47-69-97-115-121-82-111-116-97-116-111-114-80-114-101-118-105-10 1-119-47-112-114-101-118-105-101-119-95-115-119-102-115-47'}" data-ername="rotator1">
          <div data-ertype="content" style="display: none;"><ul data-erlabel="Main Category">
        <li>
            <img class="main" src="banner.png" /> <img class="thumb" src="banner.png" />
        </li>
        <li>
            <img class="main" src="banner1.png" /> <img class="thumb" src="banner1.png" />
        </li>
    </ul>
    </div>
          <div data-ertype="layout" data-ertemplatename="NONE" style="">
            <div class="erimgMain" style="position: absolute; left:0;right:0;top:0;bottom:70px;" data-erconfig="{___numTiles:3, scaleMode:'fillArea', imgType:'main', __loopNextButton:false, arrowButtonMode:'rollover'}">
              <div class="erimgMain_slides erFixCSS3" style="position: absolute; left:0; top:0; bottom:0; right:0;">
                <div class="erimgMain_slide">
                  <div class="erimgMain_img" style="position: absolute; left:0;right:0;top:0;bottom:0;"></div>
                </div>
              </div>
              <div class="erimgMain_arrowLeft" style="position:absolute; left: 10px; top: 50%; margin-top: -15px;" data-erconfig="{image:'circleSmall', image2:'circleSmall'}"></div>
              <div class="erimgMain_arrowRight" style="position:absolute; right: 10px; top: 50%; margin-top: -15px;" data-erconfig="{image:'circleSmall', image2:'circleSmall'}"></div>
            </div>
            <div class="erdots" style="overflow: hidden; margin: 0; font-size: 10px; font-family: 'Lucida Grande', 'Lucida Sans', Arial, _sans; color: #FFF; position: absolute; left:0; right:0; bottom:50px;" data-erconfig="{showText:false}" align="center">
              <div class="erdots_wrap" style="wasbackground-color: #CFC; float: none;" align="left">
                <!-- modify the float on this element to make left/right/none=center aligned. -->
                <span class="erdots_btn_selected" style="padding-left: 0; width: 13px; height: 13px; display: inline-block; text-align: center; vertical-align: middle; line-height: 20px; margin: 0; cursor: default; background: url(http://easyrotator.s3.amazonaws.com/1/i/rotator/dots/export/13_7_blue.png) top left no-repeat;">   </span> <span class="erdots_btn_normal" style="padding-left: 0; width: 13px; height: 13px; display: inline-block; text-align: center; vertical-align: middle; line-height: 20px; margin: 0; cursor: pointer; background: url(http://easyrotator.s3.amazonaws.com/1/i/rotator/dots/export/13_7_gray.png) top left no-repeat;">   </span> <span class="erdots_btn_hover" style="padding-left: 0; width: 13px; height: 13px; display: inline-block; text-align: center; vertical-align: middle; line-height: 20px; margin: 0; cursor: pointer; background: url(http://easyrotator.s3.amazonaws.com/1/i/rotator/dots/export/13_7_blue.png) top left no-repeat;">   </span> </div>
            </div>
            <div class="erabout erFixCSS3" style="color: #FFF; text-align: left; background: #000; background:rgba(0,0,0,0.93); border: 2px solid #FFF; padding: 20px; font: normal 11px/14px Verdana,_sans; width: 300px; border-radius: 10px; display:none;"> This <a style="color:#FFF;" href="http://www.dwuser.com/easyrotator/" target="_blank">jQuery slider</a> was created with the free <a style="color:#FFF;" href="http://www.dwuser.com/easyrotator/" target="_blank">EasyRotator</a> software from DWUser.com. <br />
              <br />
              Need a powerful <a style="color:#FFF;" href="http://www.dwuser.com/flashslideshow/" target="_blank">Flash slideshow</a> creator with built-in iPhone/iPad/Android support?  EasyRotator is supported by the <a style="color:#FFF;" href="http://www.dwuser.com/flashslideshow/" target="_blank">XML Flash Slideshow v4 Software</a>. <br />
              <br />
              <a style="color:#FFF;" href="#" class="erabout_ok">OK</a> </div>
            <noscript>
              Rotator powered by <a href="http://www.dwuser.com/easyrotator/">EasyRotator</a>, a free and easy <a href="http://www.dwuser.com/easyrotator/">jQuery slider</a> builder from DWUser.com.  Please enable JavaScript to view.
              </noscript>
            <script type="text/javascript">/*Avoid IE gzip bug*/(function(b,c,d){try{if(!b[d]){b[d]="temp";var a=c.createElement("script");a.type="text/javascript";a.src="http://easyrotator.s3.amazonaws.com/1/js/nozip/easy_rotator.min.js";c.getElementsByTagName("head")[0].appendChild(a)}}catch(e){alert("EasyRotator fail; contact support.")}})(window,document,"er_$144");</script>
          </div>
        </div>
    <!-- End DWUser_EasyRotator -->
    <div class="tape1">
      <img src="tape.png" width="49" height="149" />
    </div>
    <div class="tape2">
      <img src="tape.png" width="49" height="149" />
    </div>
    </div>
    <div class="ad">
    <div class="thumbtack">
    <center>
    <img src="thumbtack.png" width="34" height="44"/>
    </center>
    </div>
    <p> <br /></p>
    </div>
    <div style="clear: both;"></div>
    <div style="width: 792px;">
    <div class="about">
    <p class="myriad">About us<br /><br />
    We offer high quality custom embroidery on a wide range of products.
    </p>
    </div>
    <div class="featured">
    Featured Product
    <p> </p><br />
    </div>
    </div>
    </div>
    </body>
    </html>
    and stylehome.css:
    @charset "utf-8";
    /* CSS Document */
    html, body {
        margin: 0;
        padding: 0;
        background-color: #F0F0E3;
    /* Header */
    .header {
        height: 110px;
        background-image: url(bg.png);
        background-repeat: repeat-x;
        -webkit-box-shadow: 0px 1px 10px #1E1E1E;
           -moz-box-shadow: 0px 1px 10px #1E1E1E;
            -ms-box-shadow: 0px 1px 10px #1E1E1E;
             -o-box-shadow: 0px 1px 10px #1E1E1E;
                box-shadow: 0px 1px 10px #1E1E1E;
    .wrapper {
        width: 960px;
        margin: 0 auto;
    .logo {
        float: left;
        width: 438px;
        margin: 34px 0 0 0;
    .nav {
        float: right;
        width: 510px;
        margin: 70px 0 0 0;
    .link1 {
        width: 25%;
    .link2 {
        float: right;
        width: 25%;
    .link3 {
        float: right;
        width: 25%;
    .link4 {
        float: right;
        width: 25%;
    /* Container */
    .container {
        width: 960px;
        margin: auto;
        margin-top: 10px;
    .slider {
        position: relative;
        float: left;
    .about {
        float: left;
        width: 340px;
        padding: 5px 10px;
        margin: 10px;
        margin-top: -25px;
        background: #FF5E5E;
        color: #FFF;
        font-size: 21px;
        border: 2px dashed #fff;
        -webkit-box-shadow: 0 0 0 4px #FF5E5E, 2px 1px 4px 4px rgba(10,10,0,.5);
           -moz-box-shadow: 0 0 0 4px #FF5E5E, 2px 1px 4px 4px rgba(10,10,0,.5);
            -ms-box-shadow: 0 0 0 4px #FF5E5E, 2px 1px 4px 4px rgba(10,10,0,.5);
             -o-box-shadow: 0 0 0 4px #FF5E5E, 2px 1px 4px 4px rgba(10,10,0,.5);
                box-shadow: 0 0 0 4px #FF5E5E, 2px 1px 6px 4px rgba(10,10,0,.5);
        -webkit-border-top-left-radius: 3px;
            -moz-border-radius-topleft: 3px;
                border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
            -moz-border-radius-topright: 3px;
                border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
            -moz-border-radius-bottomright: 3px;
                border-bottom-right-radius: 3px;    
    .featured {
        float: right;
        width: 340px;
        padding: 5px 10px;
        margin: 10px;
        margin-top: -25px;
        background: #88B4D5;
        color: #FFF;
        font-size: 21px;
        border: 2px dashed #fff;
        -webkit-box-shadow: 0 0 0 4px #88B4D5, 2px 1px 4px 4px rgba(10,10,0,.5);
           -moz-box-shadow: 0 0 0 4px #88B4D5, 2px 1px 4px 4px rgba(10,10,0,.5);
            -ms-box-shadow: 0 0 0 4px #88B4D5, 2px 1px 4px 4px rgba(10,10,0,.5);
             -o-box-shadow: 0 0 0 4px #88B4D5, 2px 1px 4px 4px rgba(10,10,0,.5);
                box-shadow: 0 0 0 4px #88B4D5, 2px 1px 6px 4px rgba(10,10,0,.5);   
        -webkit-border-top-left-radius: 3px;
            -moz-border-radius-topleft: 3px;
                border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
            -moz-border-radius-topright: 3px;
                border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
            -moz-border-radius-bottomright: 3px;
                border-bottom-right-radius: 3px;
    .tape1 {
        position: absolute;
        left: 0px;
        top: -50px;
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
    .tape2 {
        position: absolute;
        right: 0px;
        top: -50px;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
    /* Ad */
    .ad {
        width: 15%;
        float: right;
        background-color: #FFF;
    .thumbtack {
        margin-top: -14px;

    I don't see a definition for
    .myriad
    as mentioned here -
    <p class="myriad">About us<br /><br />
    We offer high quality custom embroidery on a wide range of products.
    </p>
    Also - the way to specify a font family is not with font-style, it's with font-family.
    I have tried putting font-style: Myriad Pro; in both as well as in the body
    You know that Myriad is not web-safe, right?

  • Safari font won't change

    I recently installed a few fonts i found on the internet on my mac and now my safari pages are loading with one of the fonts install.
    I have tried to fix this by deleting the font i'm seeing going into the preferences and change there but those are the defaults already so now thing working atm

    Hi
    Welcome to Apple Discussions
    Follow Bee's suggestions first, before using Font Nuke. Clearing the font cache is only helpful if you have removed the offending font first.

  • Imessage fonts won't change

    I have a new imac--mountain lion--used it a couple times in iMessage and was able to adjust the font size.  All of a sudden it reverted to a small font and when I click on the change font button, it is selectable but does not give me the screen to change the fonts.  Any ideas?

    stevecook3dw wrote:
    I need to get off the Helvetica because testing showed it tends to turn into Times when it hits Windows.  Arial tends to stay the same.
    Unfortunately Mail preferences do not let you set a default font that will show up at the other end.  In order to do that you have to set the font to Arial or whatever for each outgoing message individually.
    Some users find this makes Mail too much trouble for their purposes and switch to Thunderbird or Outlook/Entourage.
    Also some apps have been circulated to help deal with the problem.
    http://noware-it.zxq.net/
    http://messagefont.com/

  • Fonts won't display in CS3-- particularly Photoshop & Illustrator

    Hello Everyone,
    Thank you for any help you may be able to provide for this question.  Recently my laptop with my installed softwares crashed.  Luckily I was able to recover most everything and restored it on my newer iMac. 
    One of the few software that didn't play nice was CS3, so I had to re-install it.  Now, many of the fonts won't show up.  I'm doing a logo for a client and I need some fonts but fonts from the following- New Peninim, Corsiva Hebrew, Ariel Hebrew and/or Raanana-- don't appear after you engage the Type tool.  What shows up in both Photoshop and especially Illustrator is a square box with nothing in it.
    I've gone to MANY of the help columns on line and followed 4 or 5 different "solutions"-- nothing seems to work.  I even, against my suspicions, called the Adobe customer service and the best they could offer was to post a question here if my answer was not apparent.
    So, does anyone have an opinion on the matter?  Bearing in mind that I've put fonts in the Adobe folder, reset characters and a few other things since yesterday. 
    Any help would be greatly appreciated,
    Thanks,
    Andre

    If you have the fonts installed and activated and they are not functioning, you may need to clear your font caches.
    Are you using any font management software?  Can you confirm that the fonts are active?  If you're not aware of any font management, open up Font Book (applications -> Font Book) and see if you see the fonts in there.  If they are in the list, are they active?  If they are not in the list, you need to add them there (I think just by dragging them from the finder) and activate them.  Not being a Font Book user I'm not sure, but you may need to restart Illustrator to see the newly activated fonts.
    If you don't have the fonts active, your type will be displayed in the default font (Myriad, unless you changed it) which likely doesn't have the hebrew characters, thus all you see is the squares indicating missing characters.

  • Din font won't display in pdf file since December update to version 11.0.10

    I upgraded my Acrobat to version 11.0.10 just before the Christmas break. Din font is my corporate typeface and I used it yesterday to create an invoice in Mac Pages only to discover that I cannot view the pdf as the font won't display in Acrobat. And to add to the problem my clients who are using the same version of Acrobat are unable to view the font either on the pdf. It all worked fine before the upgrade.
    What can be done to rectify the problem? I need to fix this asap.
    This error message appears when I try and open the file "Cannot extract the embedded font 'DQPJNL+DIN-Medium'. S"
    The DQPJNL bit changes depending on the file being opened but essential Din font won't display.

    Hi,
    Please check if DIN font is embedded in your PDF by going to File > Properties > Fonts
    If no, then you might need to go to 'Tools > Print Production > Preflight'
    Then, open the PDF fixups section, click on Embed fonts fixup and choose 'Analyze and fix button'.
    Please check and let me know if you are able to view the font now.
    Regards,
    Anubha

  • ID3 tags won't change...

    Hi everyone,
    i've a problem with my mp3 tags, i'm trying to organize my library trough updating the ID3 tags but it won't work.
    For example, I've 2 artists: ACDC and AC/DC, when I change the info artist into ACDC, it won't change anything and i'll still have both names aperaing.
    Worse, on some compilation, in my iphone, the album nam will appear as many times as there is songs... if I've 20 songs in an album called "Compilation 1" for example, the album "Compilation 1" will appear 20 times in my iphone list...
    any idea?
    thanks

    cedricsh wrote:
     However, they are not on my computer's hard drive but on an ethernet connected external drive, do you think it could be the problem ?
    seems very likely to me. - but I've never tried that. That's worth a seperate topic here, perhaps someone who's used one could reply, Barring that, See below (for a way to test)
    cedricsh wrote:
     I've already tried some of your , my last chance will be to reinstal iTunes, however, will all of my library be lost (i mean, will i have to re-upload all the songs ?, i've over 8000 songs so it's pretty long).
    No removing the program won't do anything to your music.  After you reinstall itunes first try copying a few songs to default location on your internal HD,  and see if problem still exists (make sure iTunes is pointed to it) THEN reestablish the external,
    PS: I forgot to ask Does your iTunes Prefs > Advanced Tab show the correct path to your media folder? Do you have the "Copy files to Media Folder when adding... "  checked?
    Warning: I don't know about iTunes Match: but I would definitely turn off all Automatic updating (everywhere iTunes, iPhone etc ) while you're messing with this.

  • I accidentally changed a setting on my ipod touch and now it won't change back. I have had my ipod for more than two years and i dont know what to do. If i go to the apple store, would they fix it, or would i need to get a new one?

    I accidentally changed a setting on my ipod touch and now it won't change back. I have had my ipod for more than two years and i dont know what to do. If i go to the apple store, would they fix it, or would i need to get a new one? If it could be fixed, how much would it cost?

    If it is still under warranty you can call the 800 number to apple and enter the serial number and it will tell you if it is under warranty or not if not its like $30 basically for them to help or something like that it said today when i called...
    Or take it to a genius bar if you have one near?
    Or further explain what setting you are needing fixed back and im sure someone here can help you for free!

  • I have a lock rotation on my iPad 2 and it won't change from landscape and I tried to reset it but nothing and I tried from lock rotation to mute but nothing and I don't no what to do now. Can u help me plz?

    I have a lock rotation next ti my battery on my iPad 2 and it won't change from landscape and I tried to reset it but nothing and I tried from lock rotation to mute but nothing and I don't no what to do now. Can u help me plz?

    With Settings > General > Use Side Switch To set to 'Lock Rotation' have you then moved the switch on the right-hand side of the iPad above the volume control 'off' ?
    Or with the switch set to control 'notification mute' you should be able to unlock rotation via the far left of the taskbar : double-click the home button; slide from the left; and it's the icon far left; press home again to exit the taskbar. The function that isn't being controlled by the side switch is set via the taskbar instead : http://support.apple.com/kb/HT4085

  • I switched my keyboard to french and now it won't change back to english. Quite the hassle when trying to write in english. Why would it be stuck?

    I switched my keyboard to french and now it won't change back to english. Quite the hassle when trying to write in english. Why would it be stuck?

    When the keyboard pops up, tab the Globe icon, and select the English keyboard.

  • My external drive switched from g drive to f, my itunes won't change to drive f, and it says drive g is unavailable, what can I do?

    This is not the easiest sight to sign up for and submit a question. However my external drive switched from g drive to f. As I downloaded the new version of itunes it won't change from g drive to f drive when I click the button to change.  It just says g drive is unavailable to download itunes which I already aware of but it won't let me browse and find the right drive my external drive is on.  It won't configure or anything what do I do?

    Change the drive letter back to G:
    See this -> http://windows.microsoft.com/en-US/windows-vista/Change-add-or-remove-a-drive-le tter

  • I had to change my Apple ID. However, it won't change in my phone. I changed it in setting, but when it comes to downloading updates for apps or music, it won't update from my old Apple ID.

    However, it won't change in my phone. I changed it in setting, but when it comes to downloading updates for apps or music, it won't update from my old Apple ID. For instance, I had to change my apple ID from (for instance, "[email protected]") to something else ("[email protected]"). I changed it in settings to the new one, but when I go to update apps, my phone is still connected to "[email protected]"
    What should I do?

    In the Finder do a Get Info on one of those files & the folder it's in, report what it says for privileges.
    Oh, did you maybe change your short username/Home Folder's name?

  • I just downloaded the new OS X Mountain Lion, and my iMessages status won't change!! How do I fix this?

    I just downloaded the new OS X Mountain Lion, and my iMessages status won't change!! How do I fix this?

    if you set up only iMessage account, you cannot change the status, because iMessage has no status.
    You should set up another service (for example AIM) with status service. Initially I didn't understand this "issue" too, but it is correct.

  • I just "upgraded" my iPhone with the new software. As a low vision person, your phone was always previously helpful. I now discover that I cannot use the phone easily. The font has been changed to a very narrow typeface and the greyscale has been altered

    I just "upgraded" my iPhone with the new software. As a low vision person, your phone was always previously helpful. I now discover that I cannot use the phone easily. The font has been changed to a very narrow typeface and the greyscale has been altered to reduce contrast. The background is now grey as well rather than white. The accessibility options permit only three choices. First, increase type size. With the the low greyscale, thin typeface, increasing type size makes it HARDER to read. There is no option for contrast enhancement. Third, the background switch options suffers from the same deficit as the white background. The third choice is to enhance brightness but without the option to change contrast, this is useless. Am I missing something? Can this be fixed? How? When? Are you planning a similar negative "update"/change to other devices?

    I am having the same problem. I have gone through every setting, set the bold font, contrast, larger font....everything I could find in any post to try and help - and between the new color scheme that makes it virtually impossible to use the pictures of my grandchildren as background (the picture colors now become the theme colors - which now match the colors of many of the "flat" icons...) I am finding the phone very difficult to use--espeically things like the calendar which has now become very hard to "see" and use. If I can't revert this thing to iOS6, I may have to get a different phone.

  • On my iPhone 5, the battery symbol and percentage won't change, even while charging or during usage throughout the day. The battery is however charging and draining properly from what I can tell.

    On my iPhone 5, the battery symbol and percentage won't change, even while charging or during usage throughout the day. The battery is however charging and draining properly from what I can tell.
    Has anyone had this issue or know of a fix?
    Thanks

    Try this
    Restart iPhone: Hold down the Sleep/Wake button and the home button together until the apple logo appears (ignore the ON/OFF slider) then let both buttons go and wait for phone to restart (no data will be lost).
    Using the phone while charging doesn't create a problem.. I do it all the time

Maybe you are looking for

  • SRM 4.0- How to set the default values for product type (01) only for SC

    The radio button “Service” should not be visible. Also for search help (e.g. search for internal products) where a search should only be possible for product type 01 (goods). The system should not display the product type and internally always search

  • Application working on WLSS 3.0 is not working on OCCAS 4.0

    Hi, I have an application working perfectly on WLSS 3.0, but now that we decide to work with OCCAS 4.0, the application stop working. For every INVITE that we generate we got an exception. In the begining I thouht that was something related with the

  • Error while deploying modified Axis2.war

    Hello, I am trying to deploy Axis2 example1 to WebLogic 8.1sp4 but I am getting an error during deploy. Context: http://ws.apache.org/axis2/1_0/userguide2.html#Writing_Web_Services_Using%20Axis2's_Primary_APIs Since WebLogic by default deploys in a N

  • Iphone 5 touch problem with cold?

    Hey guys I have an iPhone 5 which works perfectly but in a sudden, now in winter the touch screen began to stop working well, I warm it and my hands and sometimes it works sometimes it doesn't. What could it be?

  • How can I remove weather from iCal?

    After updating recently, I notice weather information in my iCal.  Nice but not wanted.  How can I remove this? Thanks all.