SetMnemonic doesn't show underscore until Alt pressed

My "Overview" button doesn't show the underscore under the letter "O" until the user presses the Alt key once. How can I get it to show the underscore ahead of time? Here's some code:
OverviewButton.setMnemonic(KeyEvent.VK_O);
OverviewButton.setText("Overview");
OverviewButton.addActionListener(new HelpFrame_OverviewButton_actionAdapter(this));
I'm using 1.4.1.

I think the latest version of the jdk (1.4.1_02) fixed this.

Similar Messages

  • When I open my email in the text box it doesn't show anything until i hit the forward button.  Can anyone help?

    When I open my email in the text box it doesn't show anything until i hit the forward button.  Can anyone help?

    See if any of the following help.
    Try turning the account off and on : Settings > Mail, Contacts, Calendars , then tap the account on the right, slide Mail to 'off', exit settings and go back into the Mail app, and then go back to Settings and slide Mail back to 'on'
    If that doesn't work then try closing the Mail app completely : from the home screen (i.e. not with the Mail app 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Mail app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    Also do a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Photoshop Elements 10 editor lags... doesn't show changes until you click a different tool?

    I've been using PSE for many years now... started in 3, moved to 7, and just upgraded to 10. I got it all installed fine, but when I open a file to edit it in the editor, and make a change (add text, change text, run action, erase something, ANYthing I do to the file) the changes don't show until I click a different tool. This is VERY frustrating and there's no way  will be able to use it if that's just how 10 works... but if it's a preference somehow I can't find it! Anyone know what's going on? I can try to explain further if this doesn't make sense.
    Thanks in advance!
    Maggie

    Try resetting prefernces
    http://help.adobe.com/en_US/PhotoshopElements/8.0/Win/Using/WS3427C0BF-03F8-421b-8CDF-6AC4 D42C9983_WIN.html
    http://www.northlite.net/ps/prefs.htm

  • Child list as a table doesn't show data until window is resized.

    Hi,
    I am trying to develop a page made up of a list of objects. Each object has some properties that I want to display as a form and then a child list of objects. This child list of objects, i am displaying as a table. I have the following page and backing bean. Normally, to display a list of objects each of which has a sublist of objects, I can use a "nested iterator". But I am not able to refer to the child iterator as a part of the parent iterator.
    The page is as follows:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1" binding="#{backingBeanScope.backing_frmBuilder9.d1}">
    <af:messages binding="#{backingBeanScope.backing_frmBuilder9.m1}"
    id="m1"/>
    <af:form id="f1" binding="#{backingBeanScope.backing_frmBuilder9.f1}">
    <af:table value="#{bindings.frms.collectionModel}" var="row"
    rows="#{bindings.frms.rangeSize}"
    emptyText="#{bindings.frms.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.frms.rangeSize}" rowBandingInterval="0"
    binding="#{backingBeanScope.backing_frmBuilder9.t1}" id="t1"
    columnStretching="none" horizontalGridVisible="false"
    verticalGridVisible="false">
    <af:column sortProperty="name" sortable="false" id="c3"
    width="500">
    <af:panelFormLayout id="pfl2">
    <af:inputText value="#{row.bindings.name.inputValue}" label="Name"
    required="#{bindings.frms.hints.name.mandatory}"
    columns="#{bindings.frms.hints.name.displayWidth}"
    maximumLength="#{bindings.frms.hints.name.precision}"
    shortDesc="#{bindings.frms.hints.name.tooltip}"
    id="it1">
    <f:validator binding="#{row.bindings.name.validator}"/>
    </af:inputText>
    <af:inputText value="#{row.bindings.comment.inputValue}"
    label="#{bindings.frms.hints.comment.label}"
    required="#{bindings.frms.hints.comment.mandatory}"
    columns="#{bindings.frms.hints.comment.displayWidth}"
    maximumLength="#{bindings.frms.hints.comment.precision}"
    shortDesc="#{bindings.frms.hints.comment.tooltip}"
    id="it3">
    <f:validator binding="#{row.bindings.comment.validator}"/>
    </af:inputText>
    <af:inputText value="#{row.bindings.logFile.inputValue}"
    label="#{bindings.frms.hints.logFile.label}"
    required="#{bindings.frms.hints.logFile.mandatory}"
    columns="#{bindings.frms.hints.logFile.displayWidth}"
    maximumLength="#{bindings.frms.hints.logFile.precision}"
    shortDesc="#{bindings.frms.hints.logFile.tooltip}"
    id="it2">
    <f:validator binding="#{row.bindings.logFile.validator}"/>
    </af:inputText>
    <af:inputText value="#{row.bindings.id.inputValue}"
    label="#{bindings.frms.hints.id.label}"
    required="#{bindings.frms.hints.id.mandatory}"
    columns="#{bindings.frms.hints.id.displayWidth}"
    maximumLength="#{bindings.frms.hints.id.precision}"
    shortDesc="#{bindings.frms.hints.id.tooltip}"
    id="it4">
    <f:validator binding="#{row.bindings.id.validator}"/>
    </af:inputText>
    </af:panelFormLayout>
    <af:table value="#{backingBeanScope.backing_frmBuilder9.childData}"
    var="row1" rows="#{bindings.formulas.rangeSize}"
    emptyText="#{bindings.formulas.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.formulas.rangeSize}"
    rowBandingInterval="0" id="t2"
    inlineStyle="width:200px; height:100.0px;" width="400">
    <af:column sortProperty="rhs" sortable="false"
    headerText="#{bindings.formulas.hints.rhs.label}"
    id="c8">
    <af:inputText value="#{row1.rhs}"
    label="#{bindings.formulas.hints.rhs.label}"
    required="#{bindings.formulas.hints.rhs.mandatory}"
    columns="#{bindings.formulas.hints.rhs.displayWidth}"
    maximumLength="#{bindings.formulas.hints.rhs.precision}"
    shortDesc="#{bindings.formulas.hints.rhs.tooltip}"
    id="it6"/>
    </af:column>
    <af:column sortProperty="lhs" sortable="false"
    headerText="#{bindings.formulas.hints.lhs.label}"
    id="c6">
    <af:inputText value="#{row1.lhs}"
    label="#{bindings.formulas.hints.lhs.label}"
    required="#{bindings.formulas.hints.lhs.mandatory}"
    columns="#{bindings.formulas.hints.lhs.displayWidth}"
    maximumLength="#{bindings.formulas.hints.lhs.precision}"
    shortDesc="#{bindings.formulas.hints.lhs.tooltip}"
    id="it5"/>
    </af:column>
    <af:column sortProperty="lineComment" sortable="false"
    headerText="#{bindings.formulas.hints.lineComment.label}"
    id="c7">
    <af:inputText value="#{row1.lineComment}"
    label="#{bindings.formulas.hints.lineComment.label}"
    required="#{bindings.formulas.hints.lineComment.mandatory}"
    columns="#{bindings.formulas.hints.lineComment.displayWidth}"
    maximumLength="#{bindings.formulas.hints.lineComment.precision}"
    shortDesc="#{bindings.formulas.hints.lineComment.tooltip}"
    id="it7"/>
    </af:column>
    </af:table>
    </af:column>
    <af:column sortProperty="comment" sortable="false"
    headerText="#{bindings.frms.hints.comment.label}" id="c2"
    rendered="false"/>
    <af:column sortProperty="logFile" sortable="false"
    headerText="#{bindings.frms.hints.logFile.label}" id="c4"
    rendered="false"/>
    <af:column sortProperty="id" sortable="false"
    headerText="#{bindings.frms.hints.id.label}" id="c1"
    rendered="false"/>
    <af:column id="c9" headerText="Save" rendered="false">
    <af:commandButton actionListener="#{bindings.save.execute}"
    text="save" disabled="#{!bindings.save.enabled}"
    binding="#{backingBeanScope.backing_frmBuilder9.cb1}"
    id="cb1" rendered="true"/>
    </af:column>
    <af:column id="c5" headerText="Formulas" rendered="false"/>
    </af:table>
    <af:table var="row" rowBandingInterval="0"
    binding="#{backingBeanScope.backing_frmBuilder9.t3}" id="t3"
    rendered="false">
    <af:column sortable="false" headerText="col1" id="c10" width="400">
    <af:panelFormLayout id="pfl1">
    <f:facet name="footer"/>
    <af:inputText value="#{row.bindings.name.inputValue}"
    label="#{bindings.frms.hints.name.label}"
    required="#{bindings.frms.hints.name.mandatory}"
    columns="#{bindings.frms.hints.name.displayWidth}"
    maximumLength="#{bindings.frms.hints.name.precision}"
    shortDesc="#{bindings.frms.hints.name.tooltip}"
    id="inputText1">
    <f:validator binding="#{row.bindings.name.validator}"/>
    </af:inputText>
    <af:inputText value="#{row.bindings.comment.inputValue}"
    label="#{bindings.frms.hints.comment.label}"
    required="#{bindings.frms.hints.comment.mandatory}"
    columns="#{bindings.frms.hints.comment.displayWidth}"
    maximumLength="#{bindings.frms.hints.comment.precision}"
    shortDesc="#{bindings.frms.hints.comment.tooltip}"
    id="inputText2">
    <f:validator binding="#{row.bindings.comment.validator}"/>
    </af:inputText>
    </af:panelFormLayout>
    <af:table value="#{backingBeanScope.backing_frmBuilder9.childData}"
    var="row1" rows="#{bindings.formulas.rangeSize}"
    emptyText="#{bindings.formulas.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.formulas.rangeSize}"
    rowBandingInterval="0" id="table1">
    <af:column sortProperty="rhs" sortable="false"
    headerText="#{bindings.formulas.hints.rhs.label}"
    id="column1">
    <af:inputText value="#{row1.rhs}"
    label="#{bindings.formulas.hints.rhs.label}"
    required="#{bindings.formulas.hints.rhs.mandatory}"
    columns="#{bindings.formulas.hints.rhs.displayWidth}"
    maximumLength="#{bindings.formulas.hints.rhs.precision}"
    shortDesc="#{bindings.formulas.hints.rhs.tooltip}"
    id="inputText3"/>
    </af:column>
    <af:column sortProperty="lhs" sortable="false"
    headerText="#{bindings.formulas.hints.lhs.label}"
    id="column2">
    <af:inputText value="#{row1.lhs}"
    label="#{bindings.formulas.hints.lhs.label}"
    required="#{bindings.formulas.hints.lhs.mandatory}"
    columns="#{bindings.formulas.hints.lhs.displayWidth}"
    maximumLength="#{bindings.formulas.hints.lhs.precision}"
    shortDesc="#{bindings.formulas.hints.lhs.tooltip}"
    id="inputText4"/>
    </af:column>
    <af:column sortProperty="lineComment" sortable="false"
    headerText="#{bindings.formulas.hints.lineComment.label}"
    id="column3">
    <af:inputText value="#{row1.lineComment}"
    label="#{bindings.formulas.hints.lineComment.label}"
    required="#{bindings.formulas.hints.lineComment.mandatory}"
    columns="#{bindings.formulas.hints.lineComment.displayWidth}"
    maximumLength="#{bindings.formulas.hints.lineComment.precision}"
    shortDesc="#{bindings.formulas.hints.lineComment.tooltip}"
    id="inputText5"/>
    </af:column>
    </af:table>
    </af:column>
    </af:table>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    The child list i am getting onto the page via the backing bean. *"#{backingBeanScope.backing_frmBuilder9.childData}"*
    The problem I am facing here is, the first time the page loads I am not able to see the child data in the table. If I resize the page, then I am able to see the data in the child table. Anybody faced this issue before ? And any way to overcome this problem ? Please let know.
    Thanks,
    pawan.

    There is no check box for Advanced Options as they're already there when editing. Except for the partition options, which obviously aren't.
    This was mentioned time ago and I'm pretty sure they have an enhancement planned for this. Might be a looong time until you get it though. Better request this officially on the SQL Developer Exchange, so other users can vote on the request and add weight for sooner implementation.
    Regards,
    K.

  • Artwork Doesn't Show on all Listings

    When I download the "artwork", I get less than 1/2 of my selections. I'm trying to find out why I don't have artwork for all the albums like they show in the tutorial.
    I know this artwork is available...for example, I can't find any album covers for any Beatles..."Abby Road", etc. I'm sure that artwork is available.
    Is it because I didn't purchase this music from ITunes Store?
    Any assistance would be greatly appreciated.
    Junroe

    I've found that artwork often doesn't show up until I actually play a song, and then it sometimes takes up to ~30 seconds.  Once it's there, it sticks.

  • My ipod touch wont turn on!! i have tried EVERYTHING!!! rebooting , trying to put it in DFU mode , pressing volume , power and home buttons , charging it but nothing works!it doesn't show up in itunes. my warranty is expired. what to do please help!

    MY ipod touch 5 wont turn on. i tried holding the power and home button together to reboot but didnt work. i tried pressing only the home or power button but no response . it doesn't show up in itunes. i tried keeping i in charge but it doent even show the charging icon! it does not show the no battery icon either. i tried leaving it with no disturbance for a few hours but still no luck . it has no response . My 1 year warranty is already expired. is my ipod officially and completely DEAD????

    See if you missed anything here
    Try:                                               
    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable                     
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order. The appointment is free. No warranty required
      Apple Retail Store - Genius Bar                              

  • I download an app. But doesn't show up on my homepage. I go to download it again from the cloud and all I get is a message saying "you already download this application so you will be able to redownload the app free of charge" I press ok.Still don't have

    I download an app. But doesn't show up on my homepage. I go to download it again from the cloud and all I get is a message saying "you already download this application so you will be able to redownload the app free of charge" I press ok. Still don't have it

    What is the app? What "homepage" do you mean?

  • Alt text doesn't show

    Hi Creatives,
    it's a simple question? How can I add an alt text to images?
    Right click image properties doesn't show.
    Thanks,
    Rado

    You can only use Alt text, if you place an image. Alt text is not available, if you fill a box with an image.

  • HT201363 I don't remember my security question answers and when I press the send to the alternate email the email doesn't show up in the inbox or junk mail so I don't know I can reset my security questions

    I don't remember my security question answers and when I press the send to the alternate email the email doesn't show up in the inbox or junk mail so I don't know I can reset my security questions

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    (98287)

  • My iphone doesn't show me the effect on picture that are taken with effect is shows me it as a normal pic with out any effect but when I press edit it shows that the effect is already on but u can see it

    my iphone doesn't show me the effect of the picture that Are taken with effect it just show them to me as a normal picture with out any effect and when I go to edit it shows there that the pic already has an effect and when I see the picture in group it shows that it has effect only when I tap on one to see it larger the effect disappear

    I'm having the same issue, i restored my phone to Factory settings, even tried restoring it to my backup, half of my music bought from itunes won't play on my iphone and i'm super annoyed, this only happened once i updated to ios 7.2 so i assume its another glitch to go with my imessages not sending, getting sick of this.

  • Apple TV doesn't show up in my iTunes devices list

    Hey, I tried to post this question an hour ago but apparently my crappy 2.16 GHz intel 2 core duo iMac with 3 GB, 667 MHz DDR2 SDRAM can't handle anything else while it is pointing out in iMovie '09 that none of my HD video is stable enough to take advantage of the stabilization feature.
    Anyway, here's my second attempt at seeking assistance for the most pressing of the many complications I am faced with as a Mac user.
    I can no longer see my Apple TV in the list of devices in iTunes on my iMac. This happened after I downloaded the most recent software update for my Apple TV, and after my step-father-in-law hooked me up with a home entertainment system. I have noted below with "CHECK!" the tasks I have performed in my attempts to maintain a love affair with Apple:
    Verify that you have the latest version of iTunes installed. CHECK!
    Verify that you have the latest version of Apple TV software installed. CHECK!
    Verify Apple TV is powered and properly connected to your television and you can navigate the Apple TV interface. CHECK!
    Verify Apple TV is properly connected to your network and the network is properly configured. When configuring Apple TV, if you do not see your wireless network, exit the selection screen by pressing the Menu button then go back in and the software will rescan. DUMB THIS ONE DOWN, APPLE. HOW DO I VERIFY APPLE TV IS PROPERLY CONNECTED TO MY NETWORK? WHY NOT SAY, "CHECK THAT APPLE TV SHOWS UP IN THE iTUNES DEVICES LIST" AS A TROUBLESHOOTING OPTION WHEN SOMEONE SAYS THAT THEIR PROBLEM IS THAT THEIR APPLE TV DOESN'T SHOW UP IN THEIR iTUNES DEVICES LIST". THAT'D BE HELPFUL.
    Verify network connectivity on Apple TV by playing a movie trailer in Movies > Trailers. CHECK (BUT *** IS THAT "BIG MAN JAPAN" MOVIE TRAILER ABOUT?)
    Verify that the computer you are using can access the iTunes Store. CHECK!
    If you're using Apple TV in a school or office environment, make sure Apple TV is on the same network segment as your computer (check with your network administrator) or else iTunes won't see Apple TV. NOT APPLICABLE
    For more information on how to properly set up your Apple TV, see the Apple TV Users Guide. UH, I BOUGHT THIS THING 1.5 YEARS AGO. DO I NEED TO REALLY GO BACK TO THAT?
    Restart iTunes (Quit or Exit and then reopen iTunes). CHECK!
    Reconnect Apple TV to iTunes OH THANKS. THIS IS GOOD ADVICE. *** DO YOU MEAN BY RECONNECT APPLE TV TO iTunes?
    If that doesn't address the issue, then:
    Reset HOW?
    Restart your computer. CHECK!
    Rejoin network (wireless) and/or Restart your network router ***? HOW? WHERE TO I CLICK?
    Reinstall iTunes OH SNAP! I'LL DO THAT IF NOBODY HAS ANY BETTER ADVICE.
    If you have Mac OS X 10.5 (Leopard), click here for information on configuring Firewall. SHOOTSKIE, I WILL NEED TO GO BACK TO THE WEBSITE TO CLICK THAT LINK.
    For Mac OS X 10.4 and earlier, make sure UDP port 5353 (Bonjour) is open on your firewall. If you use Windows Firewall, follow the steps here. SHOOTSKIE, AGAIN, NEED TO GO TO WEBSITE TO CLICK LINK, BUT I AM HOOKED UP THROUGH A WIRED CONNECTION DO I STILL NEED THIS STUPID PORT STUFF?
    Otherwise, if you use other firewall software or hardware, check the software documentation on how to open UDP port 5353. IT IS SO COMPLETELY, RIDICULOUSLY LAME THAT "OPEN UP UDP PORT 5353" EVEN NEEDS TO BE PART OF THE INSTRUCTIONS FOR GETTING MUSIC FROM YOUR COMPUTER ONTO YOUR TV."
    If you use Windows, try disabling services and startup items that may be conflicting. UHH, WHY WOULD I EVER HAVE WINDOWS? I SPEND 10-12 HOURS A DAY ON WINDOWS AT WORK, CRASHING MAYBE ONCE EVERY FEW WEEKS. I SPEND 30-60 MINS A DAY ON MY iMAC, CRASHING 1-2 TIMES A DAY. SERIOUSLY THOUGH, WINDOWS ***** TOO. TECHNOLOGY *****. PERIOD.

    Hi everyone. I am typing here on my brand new 24-inch iMac. So far it's great! However, the issue I had with the Apple TV is unrelated to the iMac itself, and I wanted to let everyone know what the solution was to my Apple TV issue.
    Until early this Sunday morning when I discovered this solution, my iMac would not sync with the Apple TV. This problem began after the most recent Apple TV software update. I neglected to mention in my previous posts that my Apple TV was connected to the Internet via an Ethernet connection.
    Prior to the most recent software update, I believe that my Apple TV communicated wirelessly with my iMac and via an Ethernet connection to the iTunes store. With the latest Apple TV update, the sync between the iMac and the Apple TV does not work if the Apple TV is connected to the Ethernet. My solution was as follows:
    1. Disconnect the Ethernet cable from the Apple TV. Do not reconnect.
    2. Restore Apple TV to the factory settings. I'm not in front of my Apple TV at the moment but navigating through the Apple TV menu to reset the settings was fairly straightforward for me.
    3. After resetting the factory settings and following the instructions, I was able to see the Apple TV in my computer's iTunes, but I was stuck with the super old software version from summer '07 when I bought this thing (i.e. before you could rent movies or watch anything in HD on the Apple TV).
    4. Look for the software update on the Apple TV (again, fairly intuitive by navigating the menu on your TV) and download/install the latest update.
    5. If your problem was due to having your Apple TV connected to the Ethernet, I think this should do the trick! It should now show up on your computer's iMac and it should automatically start syncing your iTunes content although I did have to direct it to sync my photos.
    p.s. Does anyone know how I can let Apple know that this issue exists with the latest Apple TV update? The guys at the Genius Bar at the mall I went to in Pleasanton, CA couldn't find any notes in their knowledge database about issues with the latest Apple TV software update and I think it's important that Apple knows about this.
    p.s.s. I think Apple should make all of us, their consumers, more aware of how to let Apple know about these issues because this issue was so frustrating and throughout the whole troubleshooting process I felt very helpless and would have felt so much more positive about Apple if I just had a forum in which I could let Apple know I was having this issue (above and beyond this user forum through which I ended up losing much of my iTunes album artwork after following one person’s advice).
    So if that forum exists, please let me know and let's brainstorm as to how to get more people like me to be aware of that forum so other people don't experience the same frustrations I have experienced.
    p.s.s.s. I haven't tried reconnecting my Apple TV to the Ethernet in my home. While it will probably be slower to rent and download movies wirelessly, I don't care that much as I'm thinking I will start renting movies through Netflix instead and just use the Apple TV to watch my homemade videos on my TV.
    But I am curious, why does Apple charge so frickin' much to rent a movie on the Apple TV? $4.99 for an HD movie? Everyone who has NetFlix tells me it is sooooo much cheaper and very easy to use. And to be honest, this makes me mad. Not that there is a cheaper option for renting movies/TV shows. That makes me happy. What makes me mad is that Apple charges so much to rent a movie when it doesn’t benefit them and it doesn’t benefit me. I think Apple does a lot of good things, but I think being able to rent (or even better, to subscribe to) media that you can watch (almost) instantaneously in your home is the wave of the future and still relatively new. If Apple wants to make money off of this service in the long term, they need to start by offering movies for super cheap, even taking a loss off the price they pay the production companies if they have to, because right now it's still all about adoption (i.e. getting as many people as Apple possibly can to think about renting a movie or *please please* a TV show through Apple ).
    So I guess I feel like it's a lose-lose for Apple and me. Through Apple, to rent a movie (or *please please* a TV show) I will pay much more than I would with Netflix. But if Apple can walk away with an untarnished reputation after creating a special headphone input into their original iPhone device to make extra money out of nothing, then maybe they can do no wrong and we just need to keep blindly giving them our moolah? Can somebody please let me know how I could get a better job or at least a raise so that I can give Apple all of the money they are trying to squeeze out of me?
    p.s.s.s.s. I am soooo sorry Apple, but the other day when I was at your store looking for the Firewire adaptor I needed to transfer files from my Firewire 400 on my old iMac to my new iMac via the Firewire 800 adaptor, I just couldn’t stomach the huge markup. I imagine you guys make a ton of money by ridiculously marking up your accessories over what one could pay elsewhere.
    I know the rest of your consumers are happy to pay $50 for buying the cable in your store and I would like to apologize right now for using your in-store computers to search for the alternative pricing which I found for $19.99. I don’t believe any of your other customers saw me doing this, but if they did, please accept my sincere apologies. In the current economic environment, reputation is everything and it would be unfortunate for all of us if the Apple masses felt they were being taken advantage of.
    Wow, I think I’ve got some issues with Apple that I need to work out. Anyone know a good therapist?

  • I have tv shows in my library but when I try to put them on my ipad it doesn't show the tv shows in to sync

    I have recently reinstalled itunes on to my laptop. I have tv shows in my library which i downloaded from itunes but when I try and sync them to my ipad it doesn't show them in the sync page. can anyone help ?

    Have you tried closing the iBooks app completely and seeing if it works ok when you re-open it ? From the home screen (i.e.not with the iBooks app 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the iBooks app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work then you could try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.
    If neither of the above work then you could also try deleting the app and re-installing it - as long as the books are still in the store and you use the same iTunes account as you originally used then you can re-download them for free : http://support.apple.com/kb/HT2519

  • HT4539 Downloaded movie from iTunes in iPad but doesn't show up

    I tried purchasing a movie from ITunes on my computer first and it wouldn't finish so then I tried downloading it directly from the IPad and it doesn't show up at all. Am I missing something?

    I haven't seen this or read about it here, but this is what I'd try, in order:
    (I am assuming you activated the ipad, right? If not, do that first.)
    1) Press and Hold the Home and Wake Sleep buttons until the Apple Logo appears.
    2) If that doesn't work, try a reset, To reset go to Settings, General, Reset, Reset.
    3) Reinstall itunes on the computer.

  • I want to restore my phone by connecting my Iphone4 to iTunes in Mac but it doesn't show phone device. What should i do now??????

    I have problem when I updated iOS7 yesterday. At first, there was a message popped out in my Iphone 4 said "iOS7 available for u to update, then i clicked "update", then it said "wait while it verifying", after that my phone tuned blank and what i saw was only the "logo of apple". Until now i see only that Apple logo, i can't either switch my phone on or off.
    My iTunes in Mac is just updated to version 11.1
    I want to restore my phone by connecting my Iphone4 to iTunes in Mac but it doesn't show phone device.
    I don't know why it doesnt connect to pc(Mac pro).
    Any solution?

    You need to restart the phone in DFU mode and update the software.
    To restart the phone in DFU mode press the power and home button simultaneously for like 10 seconds once the phone is switched off release the power button keep holding the home button while you connect to the computer which has Itunes running and then you can restore or update the software, you can download the update and connect after the software has been downloaded if your phone disconnects, And enjoy you new IOS7.

  • I changed my username and now afp doesn't show any users. I have file sharing on. And also when I select "get more info" on the shared folders they don't have my username in there. it just has "applepc(me)" it my old username before changing it.

    I changed my username and now afp doesn't show any users. I have file sharing on. And also when I select "get more info" on the shared folders they don't have my username in there. it just has "applepc(me)" my old username before changing it showed the correct username? please any help would be great.

    Turn Time Machine OFF temporarily in its preference pane. Leave the window open.
    Navigate in the Finder to your backup disk, and then to the folder named "Backups.backupdb" at the top level of the volume. If you back up over a network, you'll first have to mount the disk image file containing your backups by double-clicking it. Descend into the folder until you see the snapshots, which are represented by folders with a name that begins with the date of the snapshot. Find the one you want to restore from. There's a link named "Latest" representing the most recent snapshot. Use that one, if possible. Otherwise, you'll have to remember the date of the snapshot you choose.
    Inside the snapshot folder is a folder hierarchy like the one on the source disk. Find one of the items you can't restore and select it. Open the Info dialog for the selected item. In the Sharing & Permissions section, you may see an entry in the access list that shows "Fetching…" in the Name column. If so, click the lock icon in the lower right corner of the dialog and authenticate. Then delete the "Fetching…" item from the icon list. Click the gear icon below the list and select Apply to enclosed items from the popup menu.
    Now you should be able either to copy the item in the Finder or to restore it in the time-travel view. If you use the time-travel view, be sure to select the snapshot you just modified. If successful, repeat the operation with the other items you were unable to restore. You can select multiple items in the Finder and open a single Info dialog for all of them by pressing the key combination option-command-I.
    When you're done, turn TM back ON and close its preference pane.

Maybe you are looking for

  • How do I disassociate my iTunes account with an iPhone?

    I have my account associated with two iPhones: one that's mine and one that another person owns. I want to disassociate my account with their phone so they can use their Apple ID. How do I do this?

  • My online classroom does not support 4.0 - how can I uninstall it and go back to 3.5?

    When I try to log in to my online class, I get an error message that I am using an unsupported browser.

  • How to create a blinking property on the XY graph?

    Hello. I am monitoring two lines that has a chance to collide from each other. The lines are represented through the XY Graph. The user would like to see a "blinking" rectangle or square shape (depending on the lenght of the line) enclosing the line,

  • Receipt needed

    I need a receipt for my MacBook which I bought July 2008, at that time I didnt get the receipt by email, now my Mac was stolen and the insurance company wants the receipt. I have credit card transaction no., date of purchase, amount and the apple sto

  • Problem with saving text areas

    I'm trying to use the FileDialog() class to save a file but I'm having a few problems - I'm only really familiar with it to open files not save them - I have the following code. save = new JButton("Save");       save.addActionListener(       new Acti