Can't get photos on TV using component cable?

Searched forum, and tried solution from http://discussions.apple.com/message.jspa?messageID=5564661#5564661
It didn't work! I have a SONY HDTV with component video contection. SONY says I have it properly configured. I get ipod music, but picture is odd colors and multiple images that flicker across screen. I have loaded pictures at full resolution on ipod. Any suggestions?

Got wrong cable from Apple.

Similar Messages

  • Can't get window reference in used component

    Hi,
    I have a window which embeds a view of a used Z component. I am using the window as popup, that is, I am creating it as:
    lo_window = lo_window_manager->create_window(
                    window_name = 'USED_COMPONENT'
                    title       = l_title
                    button_kind = if_wd_window=>co_buttons_okcancel ).
      lo_window->open( ).
    Then, in the used component's WDDOINIT I am trying to register OK button to an action like:
    lo_view_api       = wd_this->wd_get_api( ).
      lo_window_ctlr    = lo_view_api->get_embedding_window_ctlr( ).
      lo_window         = lo_window_ctlr->get_window( ).
      IF lo_window IS BOUND.
        lo_window->subscribe_to_button_event(
                    button            = if_wd_window=>co_button_ok
                    action_view       = lo_view_api
                    action_name       = 'BUTTON_OK_PRESSED'
                    is_default_button = abap_true ).
      ENDIF.
    However, my lo_window reference remains initial, that is, the get_window method returns nothing. Everything else works good and even this works good if I have a window within the original WD component. But if I do it with used component, I can't get the window reference.
    Any ideas?
    Thanks!
    KR,
    Igor
    Edited by: Igor Barbaric on Jul 8, 2009 3:09 PM
    Note that these 2 code portions do NOT belong to the same method so the lo_window variable is not the same.

    I believe that the problem is the fact that the inner component WDDOINIT gets called before the component is actually embedded into the window.
    You would likely have to try a later event - like perhaps the WDDOINIT of the View. 
    I've personally taken a different approach in the past.  When I have had a component usage to emebed, I didn't create a static window for it. I used the create_window_for_cmp_usage API.
    DATA: l_ref_cmp_usage TYPE REF TO if_wd_component_usage.
      l_ref_cmp_usage =   wd_this->wd_cpuse_faculty_details( ).
      IF l_ref_cmp_usage->has_active_component( ) IS INITIAL.
        l_ref_cmp_usage->create_component( ).
      ENDIF.
    DATA: l_ref_interfacecontroller TYPE REF TO ziwci_cs_course_faculty_dtl .
      l_ref_interfacecontroller =   wd_this->wd_cpifc_faculty_details( ).
      l_ref_interfacecontroller->external_initialization(
        faculty_id = item_faculty_id ).
      DATA: l_window_manager TYPE REF TO if_wd_window_manager,
            l_cmp_api        TYPE REF TO if_wd_component,
            l_window         TYPE REF TO if_wd_window.
      DATA: l_text_t01 TYPE string.
      l_text_t01 =
        wd_assist->if_wd_component_assistance~get_text( 'T01' ).
      l_cmp_api        = wd_comp_controller->wd_get_api( ).
      l_window_manager = l_cmp_api->get_window_manager( ).
      l_window         = l_window_manager->create_window_for_cmp_usage(
                         interface_view_name    = 'W_POPUP_DTL'
                         component_usage_name   = 'FACULTY_DETAILS'
                         title                  = l_text_t01
                         message_display_mode   = if_wd_window=>co_msg_display_mode_selected ).
      l_window->open( ).
    Notice that I call an interface method (external_initialization) of my inner component. You could also call this method after the window_open and even pass a reference of the window object into the method.  This might be a workaround to your problem.

  • I installed PSE13 yesterday and can't get photo editor to open.

    I installed PSE 13 yesterday and can't get photo editor to open.

    Which operating system are you running on?
    If a windows system, use Windows Explorer to find the following file.
    "C:\Program Files\Adobe\Photoshop Elements 13\PhotoshopElementsEditor.exe"
    Try double clicking on it to run the editor directly rather than using the Welcome screen.
    Brian

  • How can i share photos to fb using camera roll?

    my iphone 4s can't share photos to fb using camera roll, why my friends iphone 4s can do that, what's wrong with my phone. i just purchased it today,,, pls help

    When you are looking at a photo in the camera roll, tap on the button at the bottom left that looks like a box with an arrow coming out of it.
    You can then send the picture to Facebook using either email or text messaging.
    To get the email address and text phone number for your account, go to www.facebook.com/mobile.

  • I have lost my iPhone 5. How can I get photos that are backed up on iCloud?

    Hello,
    I have lost my iPhone 5. How can I get photos that are backed up on iCloud?
    Thanks!

    I wish, essentially you have an image file of your personal information integrated with parts of IOS in the cloud server. If you had it on your computer - you could use one of the software extractors (bunch with google search, paid and free). From icloud server it can be restored to other iphone, ipod touch, ipad - then backed up or imported to computer for you. Then that other device can return to your friend or family member. That is the only way I can think of.

  • How can we get ADFSecurity work when used in OC4J, OID and OAM?

    I am getting error in http server log "mod_oc4j: Response status=499 and reason=Oracle SSO, but failed to get mod_osso global context."
    But I am not using Oracle SSO and my client doesn't want to use it either, I am using OAM SSO(CoreIDSSO) in my configuration. Please read the details below.
    I am using ADFSecurity in an app that is protected by OAM. To migrate ADFSecurity permissions from
    system-jazn-data.xml to OID, I used JAZNMigrationTool to populate OID with Grantees and Permissions. OAM gives login page, and authentication works fine.
    But ADFSecurity is not working. ADFComponent Delete button is enabled even for roles that dont have permissions for the iterator delete.
    - The app works fine when I use without OAM. ADF Security permissions work fine.
    - The app works fine when used with OAM, but with ADFSecurity disabled (enforce=false).
    - When I enforce ADFSecurity alongwith OAM, ADFSecurity is not working.
    In the doc "Oracle Containers for J2EE Security Guide b28957", there is a mention of use of CoreIDPrincipal for permissions. Our OID Permissions entries show
    LDAPRealmRole for attribute orcljaznprincipal. I am not sure if this could be the reason.
    We have configured AccessServerSDK for the SOA instance and have policy for the urls in the policy manager. We have entries in orion-application.xml, orion-web.xml and system-jazn-data.xml as per the documentations.
    How can we get ADFSecurity work when used with OID and OAM?

    Have you been able to successfully integrate OAS with OAM & OID? We have similar requriement and so far we have not been able to get it working.
    We have application specific roles which we map to OID roles using orion-application.xml.
    Any pointers to achieve this would be greatly appreciated.
    thanks,
    Dipal

  • How can I get photo of callers to vshow full page since I just did the update it doesn't show but a thumbnail pic

    How can I get photo of callers to vshow full page since I just did the update it doesn't show but a thumbnail pic

    That is the design in iOS 7.1 and there isn't any way to change it. You can provide feedback to Apple if you want: http://www.apple.com/feedback/

  • Than how can i get java class by using it's class file?

    Hi
    After compilation of a java program, it creates a class file.
    After getting class file suppose class file has been deleted.
    Than how can i get java class by using it's class file?
    Thanks in advance.

    get a decompiler and run your class file through it--I'll assume you want the source code back and that you are not trying to recover a missing class file by attempting to use the class file that is missing--if it's missing, then I've not a clue on how to get it back by using what is already missing.
    BTW: many of your compilers have source control--if it does, just restore your missing file.

  • Photos tells me it is connecting to Library for shared photos. It's been saying this for about ten hours. I can't stop it from searching or get it to do anything else. I can go back to my photos but I can't get Photos to find the shared items.

    Photos tells me it is connecting to Library for shared photos. It's been saying this for about ten hours. I can't stop it from searching or get it to do anything else. I can go back to my photos but I can't get Photos to find the shared items.

    Be sure Safari does not have the Block Pop-Up Windows preference set.
    Where I work now there are several unencrypted VLANs that require authentication, and Safari promptly pops up a window for me to register every time.

  • How can i get a file header using this method cl_gui_frontend_services= gui

    Hi Experts,
    How can i get a file header using this method cl_gui_frontend_services=>gui_download
    Thanks
    Basu

    Hi,
    You can use the FM - GUI_DOWNLOAD to specify the headers. It can be done in the following manner -
    TYPES: BEGIN OF ty_head, "Structure for header
                 h(10) TYPE c,
                 END OF ty_head.
    DATA: it_head  TYPE TABLE OF ty_head WITH HEADER LINE.
    "Adding header details
    it_head-h = 'Field1'.
    APPEND it_head.
    it_head-h = 'Field2'.
    APPEND it_head.
    it_head-h = 'Field3'.
    APPEND it_head.
    it_head-h = 'Field4'.
    APPEND it_head.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        filename                        = p_file
       filetype                        = 'ASC'
       write_field_separator           = 'X'
       header                          = '00'  "<= note this
      TABLES
        data_tab                        = it_tab
       fieldnames                      = it_head[] "<= Pass your header table here
    EXCEPTIONS
       OTHERS                          = 1.
    Hope this helps.
    Regards,
    Himanshu

  • I can't get yahoo to open using firefox or safari.  I just installed updates...then the problems began.  gmail is working fine

    I can't get yahoomail to open using foxfire or safari.  I just installed updates then the problem began.  Gmail is working fine

    What happens when you try?

  • Is there an issue going on with the iPhones? And iPads? I cannot send text pics.  I can't get on Facebook, and I can't get on anything that uses Facebook ex Slotomania.  This has been going on for a few days!!!  It is happening with and without upgrades.

    Is there an issue going on with the iPhones? And iPads? I cannot send text pics.  I can't get on Facebook, and I can't get on anything that uses Facebook ex Slotomania.  This has been going on for a few days!!!  It is happening with and without upgrades.

    Contact facebook to address the facebook issues.

  • How can I get photos from my IPhone6 to automatically go to my IPad and Apple Mac computer

    How can I get photos to automatically go to my IPad and Apple Mac Computer from my I Phone 6
    Thank you,
    jenjon63

    This article describes the features of "My Photo Stream" and how to set it up in iCloud:
    iCloud: Photo Stream FAQ

  • HT201302 Hi People! please help...I want to know how can i get photos from ipad to the computer, that were synchronized previously to ipad but from another pc that i dont have access anymore and these pics are now only found in this ipad and no other plac

    Hi People!
    Please help...I want to know how can i get photos from ipad to the computer, that were synchronized previously to ipad but from another pc that i dont have access anymore and these pics are now only found in this ipad and no other place.

    Hi Alan,
    Thanks for the help, but i've actually done that before.
    It does not help, because it only shows the photos on the camera roll and do not show the photos synchronized with that pc that i dont have access anymore.
    The photos/albums all appear on the ipad, i can see it without problems but i cant get them out of the ipad to save onto pc for backup.
    And i reaaly need it, as it is the only place that i actually have these photos now...

  • How can I get Firefox to NOT use DDE? If I uncheck it in Windows XP "Folder options" it keeps getting re-checked. When checked, it takes minutes to get Firefox to open on a page linked from Outlook.

    How can I get Firefox to NOT use DDE? If I uncheck it in Windows XP "Folder options" it keeps getting re-checked. When checked, it takes minutes to get Firefox to open on a page linked from Outlook.

    Open link/bookmark in new tab in same window:
    *Middle-click (press the mouse scroll wheel) the link
    *Ctrl+left click the link
    *right-click the link, choose "Open Link in New Tab"
    Open link/bookmark in new window:
    * Shift+Enter on the link
    * Shift+left click on the link
    See: http://www.7is7.com/software/firefox/shortcuts.html

Maybe you are looking for

  • Event Handling in OADialogPage

    Hi, I have a scenario for my project. where user should get a alert message with Ok(Proceed) and Cancel Buttons, when the budget for ticket is insufficient. After the alert, if user clicks on "Proceed", then it should navigate to confirmation page. I

  • MB PRO Battery life!

    Hello, for my battery, the system profiler says: Full charge capacity (mAh): 3585 emaining Capacity (mAh): 3562 Cycle count: 276 Battery health: 64% when i unplugged the MB, the battery indicator said i had 1:40 remaining. Is this normal? should the

  • HT2534 i try'd to find the none option but is not there

    the none option is not avalaible on the site it is not there

  • Outer Stage showing as transparent grid

    So when I open a file that's say, 100px x 100px, usually the PS window would be gray except for a 100pxX100px white square, which is, of course, the stage. However, now instead of the gray outer region (whatever that's called), it is showing as if it

  • Cannot use iSQL*Plus to connect Oracle 9i for Intel Linux

    When I try to use brower connecting to isql*plus , nothing appear. By performing the following steps : 1. Change directory to the Oracle HTTP Server home bin directory by entering: cd $ORACLE_HOME/Apache/Apache/conf 3. Parse the Oracle HTTP Server ht