Apple have a big flaw adding images to Apple TV coding error.

Hi all, it seems Apple have a big flaw in there new version of itunes 8.2.0.23.
So heres the problem if you have a Apple Tv system. Adding images is great however the softwares flaw is when you have a lot of images. i have over 3000, and tick boxes apear half way in the list, for know reason.
i have add a link to show you guys and girls a screen shot...
can anyone from apple sort this out?
it really bugging me. as it happens of vista, xp, windows 7, and osx.
Cheers
Adam
null

apple don't monitor the forums for bug reports... this is a user-to-user support forum.
you should report it via the official method - http://www.apple.com/feedback/appletv.html

Similar Messages

  • Adding image to panel gives an error

    any ideas whatz wrong with this
    Panel p = new Panel();
    Graphics g = getGraphics();
    g.drawImage(splashImage, 0,0, p);
    add(p,BorderLayout.CENTER );
    the error i get is
    "AWT-Windows" (TID:0x14bda60, sys_thread_t:0x56a0cb8, state:R, native ID:0x540) prio=5
    at sun.awt.windows.WToolkit.eventLoop(Native Method)
    at sun.awt.windows.WToolkit.run(WToolkit.java:130)
    at java.lang.Thread.run(Thread.java:479)
    "SunToolkit.PostEventQueue-0" (TID:0x14bde28, sys_thread_t:0x569f970, state:CW, native ID:0
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:417)
    at sun.awt.PostEventQueue.run(SunToolkit.java:406)
    "AWT-EventQueue-0" (TID:0x14be1f0, sys_thread_t:0x5673818, state:CW, native ID:0x270) prio=
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:417)
    at java.awt.EventQueue.getNextEvent(EventQueue.java:216)
    at java.awt.EventDispatchThread.pumpOneEventForComponent(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEventsForComponent(EventDispatchThread.java:89)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:84)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:76)
    "SymcJIT-LazyCompilation-0" (TID:0x14ae228, sys_thread_t:0x4a1cf90, state:CW, native ID:0x4
    at SymantecJITCompilationThread.DoCompileMethod(Native Method)
    at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled Code)
    "SymcJIT-LazyCompilation-PA" (TID:0x14ae1f0, sys_thread_t:0x4a1b9e8, state:CW, native ID:0x
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:417)
    at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled Code)
    "Finalizer" (TID:0x14a9590, sys_thread_t:0x4964e10, state:CW, native ID:0x4dc) prio=8
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:105)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:120)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:167)
    "Reference Handler" (TID:0x14a9338, sys_thread_t:0x4961460, state:CW, native ID:0x598) prio
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:417)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:107)
    "Signal dispatcher" (TID:0x14a9370, sys_thread_t:0x4960130, state:R, native ID:0x55c) prio=
    "main" (TID:0x14a9420, sys_thread_t:0x2f2888, state:CW, native ID:0x528) prio=5
    Monitor Cache Dump:
    sun.awt.PostEventQueue@14BDE28/153CBC0: <unowned>
    Waiting to be notified:
    "SunToolkit.PostEventQueue-0" (0x569f970)
    java.lang.ref.Reference$Lock@14A9348/14DEB30: <unowned>
    Waiting to be notified:
    "Reference Handler" (0x4961460)
    java.awt.EventQueue@14BE108/153C848: <unowned>
    Waiting to be notified:
    "AWT-EventQueue-0" (0x5673818)
    SymantecJITCompilationThread@14AE228/1505068: <unowned>
    Waiting to be notified:
    "SymcJIT-LazyCompilation-PA" (0x4a1b9e8)
    java.lang.ref.ReferenceQueue$Lock@14A92F0/14DEEB8: <unowned>
    Waiting to be notified:
    "Finalizer" (0x4964e10)
    Registered Monitor Dump:
    SymcJIT Method Monitor: <unowned>
    SymcJIT Lazy Queue Lock: <unowned>
    Waiting to be notified:
    "SymcJIT-LazyCompilation-0" (0x4a1cf90)
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method List Monitor: <unowned>
    SymcJIT Lock: <unowned>
    utf8 hash table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "Signal dispatcher" (0x4960130) 1 entry
    Thread queue lock: owner "Signal dispatcher" (0x4960130) 1 entry
    Waiting to be notified:
    "main" (0x2f2888)
    Monitor registry: owner "Signal dispatcher" (0x4960130) 1 entry

    Following is the code i am using
    i create an instance of this class in another class.
    when i run this class, i get to see only a blank window but no image on that...
    any ideas!!
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.event.*;
    import javax.swing.*;
    class SplashWindow extends Window
         Label l;
         Label l2;
         Label l3;
         Label l4;
         SplashWindow(Frame parent)
                   super(parent);
                   Dimension screenDim = Toolkit.getDefaultToolkit().getScreenSize();
                   Rectangle winDim = getBounds();     
                   setSize(300,200);
                   setLayout(new BorderLayout());
                   //l = new Label(" Solutions Demo");
                   //l.setFont(new Font("",1,20));
                   Image splashImage = Toolkit.getDefaultToolkit().getImage("spalsh.jpg");
                   //add(l, BorderLayout.WEST);     /* Center the window */     
                   JLabel label = new JLabel(new ImageIcon(splashImage));
                   add(label, BorderLayout.CENTER);     
                   setLocation((screenDim.width - winDim.width) / 2,     (screenDim.height - winDim.height) / 2);     
                   setBackground(Color.gray);     
                   setVisible(true);
                   try
                        Thread.sleep(4000);
                        dispose();
                   catch (InterruptedException ie)

  • I have photos on my iPad (the first apple device in our household) and then added an iMac and a macbook air. How do I get all of my photos on all devices. Myoriginal iPad has images not on my 2 newer devices and my 2 new devices do not share the same phot

    I have photos on my iPad (the first apple device in our household) and then added an iMac and a Macbook air to our network. We have an airport 2TB back up device.  How do I get all of my photos on all devices. My original iPad has images that my 2 newer devices do not have on iphoto.

    My original iPad has images that my 2 newer devices do not have on iphoto.
    How are the images stored on your original iPad? Are they in the camera roll, in events downloaded using the camera connection kit, or are they in albums synced to your ipad from a computer?
    If the photos are in the camera roll or in events downloaded from a camera, you can transfer them to your iMac and MBA by directly connecting the iPad using USB. Then you can download the photos to iPhoto like from a camera.
    Only, if your photos have been synced to the iPad from a computer, you will have to save them first to the camera roll; then you can download them by connecting the iPad via USB.
    What IOS version has your iPad?
    For new photos you might consider using Photo Stream to transfer your photos between the devices.
    See: iCloud: Photo Stream FAQ
    iCloud: Using and troubleshooting Shared Photo Streams
    -- Léonie

  • HT1420 HOW do i get Apple to understand that i have a big family and my kids do not have credit cards or their own apple id so i have more than 5 computers?

    I just spent over 2
    $2000 on the new iPhone 5 for myself and my wife, we sitll use the other iphone4's  that we have with other numbers and as we have a big family we have 7 computers that all need to work with itunes. We also have 5 ipads and i was thinking of getting another one but because of this problem the two new iphones and my macbook pro are usles devices when it comes to music and syncing is impossable... My kids do not have there own apple id as it needs a credit card, which they do NOT have. They are kids. so how can i get iTunes to allow me to get more computers online. I just bought an new/ refurbushed 17" mackbookpro as my old one was dropped and still works but do not want to take a chance for my work... anyway iTunes will not let me use this computer with iTunes either... AAAHHHHH I do not want to authorize and de-authorize computers as i use them and it looks like that is not possible anyway based on their statment that htis can only be done twice a year... HELP PLEASE. Thanks Richrd

    The only people who can possibly assist you with this is Apple Customer Relations, call your local Apple contact number and ask for Customer Relations then explain your situation clearly and politely (be firm but don't rant).
    You might want to investiage what the local laws are regarding defective goods and 'fit for use' definitions on warranties etc. Consumer Protection can be a useful tool to use or bargain with if needed ...

  • I have just bought a hdmi tv and would like to view very high quality images, using apple tv, stored on my external hard drive. I also have blue ray movies stored on my external hd. will i be able to stream these to my tv and view them in 1080p?

    I have just bought a hdmi tv and would like to view very high quality images, using apple tv, stored on my external hard drive. I also have blue ray movies stored on my external hd. will i be able to stream these to my tv and view them in 1080p?

    sorry, why isn't correct?
    i try convert video with quick time to apple tv, import in itunes( that's ok)  but is impossible to synchronize my apple tv ( unsupported file).
    where I wrong?
    please could you explain me the correct procedure?
    i have some video ( holiday movie an photo movie in mpeg2 full HD) to convert for apple tv, and from 2 years some video editing with imovie.
    normally I prepare my video with Imovie, create a file .mov full hd (like master)  and with roxio convert file for apple TV.
    apple world is new for me, after 25 years with microsoft!
    thank so much
    mauro

  • Hi, firstly my ipod touch is working fine in itunes. i reformated my computer so i lost all my old drivers ect ect, so now my ipod shows up as an image device. i have reinstalled itunes several times and installed apple mobile device but still doesnt work

    hi, firstly my ipod touch is working fine in itunes. i reformated my computer so i lost all my old drivers ect ect, so now my ipod shows up as an image device. i have reinstalled itunes several times and installed apple mobile device but still doesnt work, i have also searched for the usbappl or whatever it is and i cant find it, i have usbappl .dll but no .sys or .inf please help

    All it is supposed to show up as in Windows is an image device.
    If it's working fine in iTunes, what is the issue?

  • My mac book air can't start installation, because i use windows installation in DOS to make partion, now no mac os on it. How to get back the mac os? i have a window based iso image from a friend, because in my country there is no Apple service.

    my mac book air can't start installation, because i use windows installation in DOS to make partion, now no mac os on it. How to get back the mac os? i have a window based iso image from a friend, because in my country there is no Apple service.

    It sounds like you destroyed your boot partition and the recovery partition.  Depending on it's age, your MacBook Air might be able to do a net boot.  Plug and ethernet connection into it and attempt to boot.  If it has the right firmware, it will find a net boot configuration on the net and boot that.  Then it will give you a Recovery Partition like display and allow you to reinstall the OS X version that came with it.... assuming that it was Lion or ML.  If your computer came with Snow Leopard, then even the net boot won't work. 
    At that point you need a bootable USB Key, or an external DVD drive AND a Snow Leopard installation DVD. 
    An Apple Store, if there is one nearby, MAY be able to get you going again.  However, whatever is on the SSD now will be toast too.

  • Hello, i have been sent the following email from apple: - You've taken the added security step and provided a rescue email address. Now all you need to do is verify that it belongs to you... and asks for apple login details, is this a genuine request?

    Hello, i have been sent the following email from apple, see below and asks for apple login details, is this a genuine request?
    Thank you.
    You’ve taken the added security step and provided a rescue email address. Now all you need to do is verify that it belongs to you.
    The rescue email address that you gave us is [email protected]
    Just click the link below to verify, sign in using your Apple ID and password, then follow the prompts.
    Verify Now >
    The rescue email address is dedicated to your security and allows Apple to get in touch if any account questions come up, such as the need to reset your password or change your security questions. As promised, Apple will never send any announcements or marketing messages to this address.
    When using Apple products and services, you’ll still sign in with your primary email address as your Apple ID.
    It’s about protecting your identity.
    Just so you know, Apple sends out an email whenever someone adds or changes a rescue email address associated with an existing Apple ID. If you received this email in error, don’t worry. It’s likely someone just mistyped their own email address when creating a new Apple ID.
    If you have questions or need help, visit the Apple ID Support site.
    Thanks again,
    Apple Support

    In that case, someone is trying to hi-jack your Apple ID.
    You should change your password immediately.

  • I have an Imac in my bedroom and apple tv hooked to my big screen in my living room. When I select mirror Imac on the Imac to view on the big screen in living room, can I get a wireless keyboard and track pad to control Imac from living room?

    I have an Imac in my bedroom and apple tv hooked to my big screen in my living room. When I select mirror Imac on the Imac to view on the big screen in living room, can I get a wireless keyboard and track pad to control Imac from living room?

    I do something like that, and can confirm 20 feet won't be a problem. More than 30 or so might be.

  • Itunes wont sync my music on 5S Apple YOU HAVE A BIG PROBLEM

    Hi,
    Apple YOU HAVE A BIG PROBLEM !!!!
    Having tried all proposed solutions found in the communities, but none of all didn't work !
    I had no problem at all on my previous 4S with IO 7.0.2 , but since last week I get my brand new 5S with IO 7.0.4 & its only a mess to sync all my music on this phone . Latest Itunes is installed on my computer.....
    All music albums are on my 5S, but marked with this red circle with a red dot in the middle ...
    It's a shame that no solutions works & that Apple didn't react to help all the customers to fix this bug!
    I hope that someone @ Apple will read this ....

    This may sound like a terrible solution, but have you tried switching the file format to .m4a (itunes default format) on all of your music?
    If not, it just might work.

  • Home pc is under my husband's user id, I have an iPad and iPhone under my apple id.  I have more music on my iPad then on pc or iPhone.  If I set up synching over wifi for my devices... What do they sync to?  Will the songs on iPad be added to phone/pc?

    Home pc is under my husband's user id, I have an iPad and iPhone under my apple id.  I have more music on my iPad then on pc or iPhone.  If I set up itunes synching over wifi for my devices... What do they sync to?  Will the songs on iPad be added to phone/pc?  Or will the iPad and iPhone be synced (matched) to pc and reflect what is on that device?

    Home Sharing is designed to work on your local network not across the internet/cloud.
    Stuff is accessed under the Computers column where your local iTunes library on a local computer would appear.
    Home Sharing would share your iTunes content (i.e. stuff stored in itunes on the computer, not in the cloud) with AppleTV or an iPad etc on the SAME network.
    AppleTV2 will not be able to see itunes content on the work computer over the internet.  It's not designed to.  if the work computer was on the home network it would.
    iCloud is in it's infancy and is not a mature product - iTunes TV Show purchases appear on AppleTV, but currently music does not unless you are subscribed to iTunes Match. I find this rather odd to be honest, along with the inability to buy music on AppleTV2.  Movies purchased in iTunes are not authorised for iCloud viewing currently either.
    Maybe it has something to do with iTunes Match 'getting in the way' - i think they assume you'll use that whereas you really want to be able to access Purchased music from the cloud without subscribing to itunes Match which is overkill for some.
    AC

  • TS1702 Hello, I have an iPhone 5 Apple store I bought three months ago over a month I play Fifa 13 ultimate team with origin account but yesterday morning I have a big problem, I can not finish a game, once the game's final whistle goes alone application

    Hello, I have an iPhone 5 Apple store I bought three months ago over a month I play Fifa 13 ultimate team with origin account but yesterday morning I have a big problem, I can not finish a game, once the game's final whistle goes alone application without the option to move on . I spoke with Fifa Support Center 13 but they said that because it is an iPhone they can not remotely control. Would love to help me as soon as

    Hello, I have an iPhone 5 Apple store I bought three months ago over a month I play Fifa 13 ultimate team with origin account but yesterday morning I have a big problem, I can not finish a game, once the game's final whistle goes alone application without the option to move on . I spoke with Fifa Support Center 13 but they said that because it is an iPhone they can not remotely control. Would love to help me as soon as

  • While adding new fonts, somehow dumped necessary fonts from OS 10.6 library. now have only blank menus, dialog boxes, even apple support site. How to fix?

    Imac Snow Leopard .....While adding new fonts, somehow dumped necessary fonts from OS 10.6 library. now have only blank menus, dialog boxes, even apple support site. How to fix?

    Thanks again baltwo,
    Thank you all very much,
    Strangely enough even though I had gotten the " Install failed....Mac OS X could not be installed on your computer....The install could not copy the necessary support files"  I had left it on the screen and left the room for awhile. I walked back into my computer room a few minutes ago and the window on the screen stated that the SL OS 10.6.4 had successfully installed. I am now very carefully checking things out to make sure the fonts are where they should be. With the exception of some updating it appears all may be well.
    PS. Below is a note I was writing to Kurt (also assisting me) to try and detail what had happened. Added it in case it could be of any value to you
    Kurt,
    Thank you for response. following is series of events to my best recollection.
    I would typically not have been this stupid/ignorant but was doing this in a hurry with someone asking me questions...wasn't paying attn. to what I was doing
    • downloaded new fonts
    • opened downloaded fonts, clicked font icons to open and install them.
    • typed "fonts" in spotlight (with the intention of moving new fonts into font folder)The Spotlight results window revealed 5 or 6 font folders. I ignorantly started to try a clean up by installing all fonts into a single folder (not thinking about system fonts)
    Sometimes when you are moving a folder the window you moved it from will jump around..well this occurred and I mistakenly released the folder on the desk top. This caused a copy to be made. After some investigation I realized it was a copy of the required system fonts that were still located in the original "spotlight results" window.
    • I attempted to delete the copy..when I did an administrator password box appeared I entered the password and the result was both system font folders were deleted (the original & the desk top copy I erroneously made)
    • Now windows open but are blank with sometimes faded mini sized icons. If I click one of the mini icons i get a new blank window. I am unable to give any instruction, have total blank menus, dialog boxes, etc.
    I can open the some of the items that have icons in the apple dock at bottom of page in the 

  • Error while adding Image: ORA-00001: unique constraint

    Dear all,
    I have an error while adding images to MDM I can´t explain. I want to add 7231 images. About 6983 run fine. The rest throws this error.
    Error: Service 'SRM_MDM_CATALOG', Schema 'SRMMDMCATALOG2_m000', ERROR CODE=1 ||| ORA-00001: unique constraint (SRMMDMCATALOG2_M000.IDATA_6_DATAID) violated
    Last CMD: INSERT INTO A2i_Data_6 (PermanentId, DataId, DataGroupId, Description_L3, CodeName, Name_L3) VALUES (:1, :2, :3, :4, :5, :6)
    Name=PermanentId; Type=9; Value=1641157; ArraySize=0; NullInd=0;
    Name=DataId; Type=5; Value=426458; ArraySize=0; NullInd=0;
    Name=DataGroupId; Type=4; Value=9; ArraySize=0; NullInd=0;
    Name=Description_L3; Type=2; Value=; ArraySize=0; NullInd=0;
    Name=CodeName; Type=2; Value=207603_Img8078_gif; ArraySize=0; NullInd=0;
    Name=Name_L3; Type=2; Value=207603_Img8078.gif; ArraySize=0; NullInd=0;
    Error: Service 'SRM_MDM_CATALOG', Schema 'SRMMDMCATALOG2_m000', ERROR CODE=1 ||| ORA-00001: unique constraint (SRMMDMCATALOG2_M000.IDATA_6_DATAID) violated
    Last CMD: INSERT INTO A2i_Data_6 (PermanentId, DataId, DataGroupId, Description_L3, CodeName, Name_L3) VALUES (:1, :2, :3, :4, :5, :6)
    Name=PermanentId; Type=9; Value=1641157; ArraySize=0; NullInd=0;
    Name=DataId; Type=5; Value=426458; ArraySize=0; NullInd=0;
    Name=DataGroupId; Type=4; Value=9; ArraySize=0; NullInd=0;
    Name=Description_L3; Type=2; Value=; ArraySize=0; NullInd=0;
    Name=CodeName; Type=2; Value=207603_Img8085_gif; ArraySize=0; NullInd=0;
    Name=Name_L3; Type=2; Value=207603_Img8085.gif; ArraySize=0; NullInd=0;
    I checked all data. There is no such dataset in the database. Can anybody give me a hint how to avoid this error.
    One thing I wonder: The PermanentId is allways the same but I can´t do anything here.
    BR
    Roman
    Edited by: Roman Becker on Jan 13, 2009 12:59 AM

    Hi Ritam,
    For such issues, can you please create a new thread or directly email the author rather than dragging back up a very old thread, it is unlikely that the resolution would be the same as the database/application/etc releases would most probably be very different.
    For now I will close this thread as unanswered.
    SAP SRM Moderators.

  • Hello all .. i have a big problem in my ipad version 5.1.1 that is when i connect the ipad with my computer the i tunes give me this message ( itunes couldnt connect to this ipad .an unknown error occurred (0xE8000012).) how i can solve this problem pleas

    hello all .. i have a big problem in my ipad version 5.1.1 that is when i connect the ipad with my computer the i tunes give me this message ( itunes couldnt connect to this ipad .an unknown error occurred (0xE8000012).) how i can solve this problem please
    and this is an pic for the problem

    There is some troubleshooting for 0xE8 error codes on this page : http://support.apple.com/kb/TS3221 - you could see if anything on that page fixes it

Maybe you are looking for

  • Need help in connecting Dell Monitor to Dell Inspiron

    I recently purchased an Inspiron 17R laptop to reduce the high usage of my Precision M6600 laptop. A Dell U2312HM monitor was used with the Precision as a second monitor and I want to use it with the newly acquired Inspiron system as a second monitor

  • Can't connect to AEBS from XP or Linux -- WPA encrytpion issues

    Hello all... New to this forum because not actually an Apple user but, well, I've moved in with someone who is. So I want to be able to connect to her AEBS from my PC, which is usually running Linux, but sometimes Windows XP when necessary. I bought

  • My Thunderbolt Display will not turn on.

    I'm using a Mid 2012 Macbook Pro and just recently updated the OS X to 10.8.2. It was working great before this update, however, I cannot get it to link anymore. This is a critical problem as I'm a graphic designer and working on a small 13" screen m

  • Two web dispacther pointing to one ERP 6.0 System.

    Dear friends, a customer has the need to connect a second web dispatcher form the DMZ. They have one web dispatcher installed locally serving internal request (customer network). But now, they need to install a second web dispatcher for external requ

  • Form printout for advance tax return (rfumsv00)

    Many countries like for example India have standard government prescribed formats for VAT returns or for service tax returns (like ST3 format) . But from my analysis, i dont find an option in ECC 6- Advnace tax return - rfumsv00 to output the data on