"End contact" not working on first click

Hello everyone,
We're currently developing the ICWC in CRM 5.0 with a CLM extension pack.
We're having a problem with the End Interaction button. The functionality behind it (raising the events, saving transactions, ending the current customer) are all working perfectly, so when End Interaction is pressed, the IC navigates back to the default views and so on.
And now the problem: the contact information is not cleared from the Contact Information Box in the contextareapage. I already debugged the whole thing for some days now and I'm quite sure that the problem is somewhere with a refresh and maybe at javascript level.
The context area custom controller display_name and company_name variables are empty, even when the view is loaded (breakpoint in contextareapage.htm) but still the information is shown on the screen. When I play around with other functions in the contextareapage (like pressing back on the history breadcrumb, opening the scratchpad, pressing the end contact button again and so on) makes the contact information dissapear so this makes me think that a javascript refresh function was not called correctly.
We already replaced quite some views now but we did not touch the contextareapage itself. I debugged the end contact procedure in our Z profile together with the SAP default profile and I don't see ANY difference, all the correct custom controllers are registered for the correct events and so on.
I already tried to launch some javascript functions from the contextareapage (ic_base_contextarea_scripts.js) like updateCallerInfo(), interactionEnded() but without luck. (I launched the javascripts by placing them in <script> tags on the bupasearch.htm page, this page is called when the interaction is ended)
Could someone help me on track again?
I know that the MCM thing is responsible for injecting(?) javascripts in the required pages but don't know how to use it, maybe someone has any info on this?
Many many thanks in advance,
Kind regards,
Joost

Thanks for your suggestion! Creating a new profile and adding everything step by step was my last resort but I wasn't that desperate yet
Anyway, just if people would encounter the same problem, I solved the problem by changing the javascript ic_base_contextarea_scripts.js and cleared myself the contact information box variables when the end contact button was clicked.
I added following lines to the function wsb_handler(event) at the context
if(value=="End"){
  closeLTXFrames();
  forwardCall(cAppEventCode,cAppEvtReqEndInt,"","","","","","","","","");
  contextArea.ContactDisplay.setContactName( '' );
  contextArea.ContactDisplay.setCompanyName( '' );
  contextArea.ContactDisplay.setContactType( '' ,  '' );
Kind regards,
Joost

Similar Messages

  • Hyperlinks Not Working After First Click AND Message Editable in Inbox

    Recently, we have noticed some marketing emails we'd sent out are acting weird when we receive them in Apple Mail.
    We are using a reputable email marketing company to send the messages so I assume the formatting should be OK but occasionally the emails we send out:
    1.) Will allow clicking a hyperlink once but not again. By this, I mean you can click on the link and launch the default browser and visit the link but, if you go back to the message and hover over the link, the cursor is an I beam instead of the link cursor.
    2.) The message, while still in the Inbox, is actually editable! This might be the crux of the link issue since, if Mail is authoring a message, it won't allow you to click on a link (but will once the message has been sent and is in the Sent folder.
    Other details:
    a.) The hyperlink cursor will actually fail any time you have clicked inside the message body. So clicking the link the first time counts as clicking inside the message body.
    b.) Closing and reopening the offending message will reset the message so you can click successfully once again.
    c.) If you close the message that is "edited" it will not be saved.
    This is happening on several OS and Mail combinations. (OS 10.5.8 and Mail 3.6, 10.6.4 and Mail 4.3 and 10.6.6 Mail 4.4)
    We've only noticed this on emails that emanate from our email marketing company but it could be happening with others. We were wondering if there is some formatting they use that could cause this or if it's an Apple Mail bug.
    Very hard to diagnose. Any help would be appreciated.

    Sorry, I wasn't clear. Let me clarify: not sure how it could be an Apple Mail preference thing since the problem seems to track certain messages more than anything and the problem appears in at least 3 Mail apps versions on 3 different computers across 3 different operating systems. That would be a pretty coincidental preference anomaly!
    And yes, I said it could be happening with others; the operative word is "could". I didn't mean to imply by "could" that it indeed was. Just didn't want to rule out that possibility.

  • Mouse left-click not working after first click

    I see this issue has been up several times. I have disabled Microsoft .NET Framework Assistant and Java Quick Starter, but still have the problem. I’m using the lastest FF ver. 3.6.6 on Win XP. I think I have had this problem once in a while since FF 3.0 but now it’s almost daily.
    Does anyone know what’s causing this?
    Thanks,
    Frank
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.5; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)

    I replaced my wireless mouse with a wired one, and the problem went away.

  • HT1222 My mouse pointer in finder is not working by double clicking on the application.I have to double click and select open for opening the application.Can you suggest me some settings to fix this problem?

    My mouse pointer in finder is not working by double clicking on the application.I have to double click and select open for opening the application.Can you suggest me some settings to fix this problem?

    Hi,
    Try this ... reboot your Mac and see if double clicking works again.
    Also, you can just select the Application you like to open and hold down the Command+O to open.
    Also, did you check your setting for the mouse in system preferences.
    Dimaxum

  • My speakers from my iPhone 4S is not working I'm clicking on the buttons on the side nd the volume is not even showing getting louder or lower but when I plug in my ear phones I can hear it juss happen out of no where what sould I do ?

    My speakers from my iPhone 4S is not working I'm clicking on the buttons on the side nd the volume is not even showing getting louder or lower but when I plug in my ear phones I can hear it juss happen out of no where what sould I do ?

    Your iPhone charging port may have a minor short, causing iPhone to falsely sense it is connected to a dock turning off its speaker. Clean iPhone charging port with a clean dry toothbrush.

  • Safari will not open on first click after start-up

    Safari will not open on first click after start-up

    Empty Caches.
    Safari > Preference > Advanced
    Checkmark the box for "Show Develop menu in menu bar".
    Develop menu will appear in the Safari menu bar.
    Click Develop and select "Empty Caches" from the dropdown.
    Remove website data.
    Safari > Preferences > Privacy > Press  "Remove All Website Data" button.
    Relaunch Safari.

  • Save button is not working for ONE CLICK ACTION

    Hi All,
    We have embeded a custom table view in a standard component.While we are editing the first row of the table view by ONE CLICK ACTION & pressing the SAVE button of overview page,then the record is saved in the database. But if we edit any row other than the 1st one,the save button is not working.
    We have used transaction context here for simple object.
    lv_tx_ctxt = lr_ent_bt->get_transaction( ).
    my_tx_context->add_tx_context( lv_tx_ctxt ).
    Please suggest how we can focus on the current line which we are editing & can save the record in database?
    Thanks.

    Hi Hakan,
    Probabaly this is not my problem. I know that how bt one click we can get the desired row.
    Let me briefly explain you my requirement and currently where I am stuck.
    I have a assignment block ( custom) in the main overview page with a custom table view ( ie in the view we are displayng entries in the table view ) and the user can press edit button on any row and that will open the particular row in edit mode . User will change the value in any of the columns and press save button on the main component and the custom changes will be saved in the database.
    Now the problem that we are facing is when we are chnaging the first row it si working but when we are doing chnages in the 2nd row or 3rd row changes are not saved ( not even in the table view that is getting displayed) .
    *Let me briefly tell you the approach that we took  . Since our table view uses a simple object  ( which is not a related object with BTORDER so we need to explicitly save the simple object entities to transaction context and for doing that we have redefined the eh_onsave method in the overview page) .
    *Now the save button is in overview page so to pass the entry from our custom table view to overview we are using custom controller . The custom controller 's collection wrapper only has the first entry of the table view custom_controller->collection_wrapper->get_next is failing which is the reason why the 2nd entry is not getting saved.
    Can you tell me how i can get all the table entries in my custom controller's collection wrapper?
    Let me know if you have any other questions.

  • "Find" feature in contacts not working.

    When I go to contacts and enter the first few letters of a name in the find field, or even type the whole name, my device lists *no addresses* even though I know they are in there. This function was working the other day?  I have been syncing my contacts with google but dont think I have made any other changes?  I have tried switching the search option to last name and still no luck. If I manually put in a new address, it does recognize it when I put the name.  Its like it has stopped recognizing all my previous contacts. Any suggestions?

    Try resetting the device by removing the battery for a minute. See if it works afterwards
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

  • EditCellAt() with mouseclick is not working for first row of the jtable

    Hi All,
    I have extended JTable.changeSelection() & editCellAt() methods to force the text to select when focus is brought to the cell.
    I have a page which has both editable and non-editable columns. when I do a mouse click on FIRST ROW of the editable cell and type the value, The value is not displayed in the cell. when I click on any other editable field in the page, The typed value is displayed in the cell. In the first row of the cell, only the first attempt is not working. When I remove the editCellAt() call in changeSelection(), it works as expected.
    But, If I reach the FIRST ROW editable cell using TAB key instead of Mouse click and type the value, its working fine.
    Kindly suggest me what could be the problem in my code. I think something wrong in editcellat() or mouseclicked/released or focusgained in our versions of JTable or jtextfield.
    Kindly let me know if you need any more functions of my version of implementation.
    Thanks In advance.
    My JTable Version of editCellAt:
         public boolean editCellAt(int row, int column, EventObject e) {
              try {
                   if (getCellEditor() != null && !getCellEditor().stopCellEditing()) {
                        return false;
                   if (!isCellEditable(row, column)) {
                        return false;
                   if (isShowStarRow() /*&& !starRowAdded*/) {
                        VSDataControl ds = getDataSource();
                        if (ds != null) {
                             VSResultSet rs = ds.getResultSet();
                             if (rs != null) {
                                  if (row == rs.getRowCount()) { // This is the star row
                                       // Go to the last record
                                       if (row > 0) {
                                            try {
                                                 rs.getRowAt(row + 1, true);
                                                 rs.last();
                                            } catch (Exception ex) {
                                                 return false;
                                       if (ds.insert() == null) {
                                            return false;
                                       currentRow = row + 1;
                                       starRowAdded = true;
                   TableCellEditor editor = getCellEditor(row, column);
                   if (editor != null && editor.isCellEditable(e)) {
                        editorComp = prepareEditor(editor, row, column);
                        if ( editorComp instanceof VSGridChoice && lastKeyEvent != null ) {
                             VSGridChoice choice = (VSGridChoice) editorComp;
                             choice.handleMissingCharEvent( lastKeyEvent );
                        if (editorComp instanceof VSChoiceBase && lastKeyEvent != null ) {
                             VSChoiceBase hack = (VSChoiceBase)editorComp;
                             hack.addMissingChar(lastKeyEvent);
                        lastKeyEvent = null;
                        if (editorComp == null) {
                             removeEditor();
                             return false;
                        editorComp.setBounds(getCellRect(row, column, false));
                        add(editorComp);
                        editorComp.validate();
                        editorComp.requestFocus();
                        setCellEditor(editor);
                        setEditingRow(row);
                        setEditingColumn(column);
                        editor.addCellEditorListener(this);
                        return true;
                   return false;
              } catch (Exception ex) {
                   showValidationError(e, ex);
                   return false;
         public void changeSelection(int rowIndex, int columnIndex, boolean toggle, boolean extend)
              super.changeSelection(rowIndex, columnIndex, toggle, extend);
                    editCellAt(rowIndex, columnIndex);
                           if (getEditorComponent() != null)
                   if (getEditorComponent() instanceof CustomJTextField)
                        ((CustomJTextField)getEditorComponent()).selectAll();
          }

    i will suggest you to override your requetFocus()
    like.
    public void requestFocus()
            super.requestFocus(); // may be panel or container.
            textPane.setSelectionStart(0); // textpane is the editor for the cell.
            textPane.setSelectionEnd(textPane.getText().length());
        } Gud luck.

  • AT END OF not working?

    LOOP AT itab_opltext1 WHERE aufnr = itab_header-aufnr AND  txtid = 'AVOT'.
    New Text Starts .
              ON CHANGE OF itab_opltext1-tname.
                first = 'X'.
              ENDON.
              DATA: v_opno(4).
              v_opno = itab_opltext1-opno.
              SHIFT v_opno LEFT DELETING LEADING ' '.
        padding zeros into OPN NO field.
              str_len = STRLEN( v_opno ).
              no_of_zeros = p_field_opn_len - str_len.
              DO no_of_zeros TIMES.
                CONCATENATE '0' v_opno INTO v_opno.
              ENDDO.
              IF first = 'X'. " first Text for oprn no
                SELECT SINGLE aufpl FROM afko INTO v_aufpl
                WHERE aufnr = v_order.
                SELECT SINGLE aplzl FROM afvc INTO v_aplzl
                WHERE aufpl = v_aufpl AND vornr = v_opno.
                MOVE 'AUFK' TO lv_header-tdobject.
             CONCATENATE sy-mandt v_aufpl v_aplzl INTO lv_header-tdname.
                MOVE 'AVOT' TO lv_header-tdid.
                MOVE 'EN' TO lv_header-tdspras.
            to insert blank line
                MOVE '*' TO lt_lines-tdformat.
                MOVE '' TO lt_lines-tdline.
                APPEND lt_lines.
                CLEAR lt_lines.
                CLEAR first.
              ENDIF.  "FIRSTENDIF.
    INSERTING KOPF LONG TEXT INTO OPERATION 10 LONG TEXT
              IF itab_opltext1-opno = '10'.
               LOOP AT itab_opltext2 WHERE aufnr = itab_opltext1-aufnr AND txtid = 'KOPF'.
                  IF sy-subrc EQ 0.
                    MOVE '*' TO lt_lines-tdformat.
                 MOVE itab_opltext2-txline TO lt_lines-tdline.
                    APPEND lt_lines.
                    CLEAR lt_lines.
                  ENDIF.
                ENDLOOP.
    appending Opearion long text
              MOVE '*' TO lt_lines-tdformat.
              MOVE itab_opltext1-txline TO lt_lines-tdline.
              APPEND lt_lines.
              CLEAR lt_lines.
             <b> AT END OF opno.
                last = 'X'.
              ENDAT.</b>
    the above code i want to put last = 'x' whene all the operations completed in the internal table itab_opltext1.
    Please help me

    hi friends before inserting the following code for above code AT END OF was workign now it is not working.
    where i am doing worng.
    INSERTING KOPF LONG TEXT INTO OPERATION 10 LONG TEXT
    IF itab_opltext1-opno = '10'.
    LOOP AT itab_opltext2 WHERE aufnr = itab_opltext1-aufnr AND txtid = 'KOPF'.
    IF sy-subrc EQ 0.
    MOVE '*' TO lt_lines-tdformat.
    MOVE itab_opltext2-txline TO lt_lines-tdline.
    APPEND lt_lines.
    CLEAR lt_lines.
    ENDIF.
    ENDLOOP.
    my total logic loop and endloop as follows.
    --  Operation long text (begin)
            LOOP AT itab_opltext WHERE aufnr = itab_header-aufnr.
              itab_opltext1-aufnr =  itab_opltext-aufnr.
              itab_opltext1-vornr =  itab_opltext-vornr.
              itab_opltext1-opno =   itab_opltext-opno.
              itab_opltext1-txobj =  itab_opltext-txobj.
              itab_opltext1-tname =  itab_opltext-tname.
              itab_opltext1-txtid =  itab_opltext-txtid.
              itab_opltext1-lang =  itab_opltext-lang.
              itab_opltext1-counter =  itab_opltext-counter.
              itab_opltext1-txline =  itab_opltext-txline.
              APPEND   itab_opltext1.
              CLEAR itab_opltext1.
            ENDLOOP.
            itab_opltext2[] = itab_opltext1[].
            SORT itab_opltext2 BY aufnr txtid.
            SORT itab_opltext1 BY aufnr txtid opno.
            LOOP AT itab_opltext1 WHERE aufnr = itab_header-aufnr
                                    AND  txtid = 'AVOT'.
    New Text Starts .
              ON CHANGE OF itab_opltext1-tname.
                first = 'X'.
              ENDON.
              DATA: v_opno(4).
              v_opno = itab_opltext1-opno.
              SHIFT v_opno LEFT DELETING LEADING ' '.
        padding zeros into OPN NO field.
              str_len = STRLEN( v_opno ).
              no_of_zeros = p_field_opn_len - str_len.
              DO no_of_zeros TIMES.
                CONCATENATE '0' v_opno INTO v_opno.
              ENDDO.
              IF first = 'X'. " first Text for oprn no
                SELECT SINGLE aufpl FROM afko INTO v_aufpl
                WHERE aufnr = v_order.
                SELECT SINGLE aplzl FROM afvc INTO v_aplzl
                WHERE aufpl = v_aufpl AND vornr = v_opno.
                MOVE 'AUFK' TO lv_header-tdobject.
                CONCATENATE sy-mandt v_aufpl v_aplzl INTO lv_header-tdname.
                MOVE 'AVOT' TO lv_header-tdid.
                MOVE 'EN' TO lv_header-tdspras.
            to insert blank line
                MOVE '*' TO lt_lines-tdformat.
                MOVE '' TO lt_lines-tdline.
                APPEND lt_lines.
                CLEAR lt_lines.
                CLEAR first.
              ENDIF.  "FIRSTENDIF.
    INSERTING KOPF LONG TEXT INTO OPERATION 10 LONG TEXT
              IF itab_opltext1-opno = '10'.
                LOOP AT itab_opltext2 WHERE aufnr = itab_opltext1-aufnr
                                        AND txtid = 'KOPF'.
                  IF sy-subrc EQ 0.
                    MOVE '*' TO lt_lines-tdformat.
                    MOVE itab_opltext2-txline TO lt_lines-tdline.
                    APPEND lt_lines.
                    CLEAR lt_lines.
                  ENDIF.
                ENDLOOP.
              ENDIF.
    appending Opearion long text
              MOVE '*' TO lt_lines-tdformat.
              MOVE itab_opltext1-txline TO lt_lines-tdline.
              APPEND lt_lines.
              CLEAR lt_lines.
              AT END OF opno.
                last = 'X'.
              ENDAT.
              IF last = 'X'. " last Text for oprn no
                CALL FUNCTION 'SAVE_TEXT'
                  EXPORTING
                    header          = lv_header
                    insert          = 'X'
                    savemode_direct = 'X'
                  IMPORTING
                    newheader       = lv_header
                  TABLES
                    lines           = lt_lines
                  EXCEPTIONS
                    id              = 1
                    language        = 2
                    name            = 3
                    object          = 4
                    OTHERS          = 5.
                IF sy-subrc = 0.
                  UPDATE afvc
                   SET txtsp = 'E'
                   WHERE aufpl EQ v_aufpl
                   AND aplzl EQ v_aplzl.
                  COMMIT WORK AND WAIT.
                  REFRESH lt_lines.
                ENDIF.
              ENDIF.
            ENDLOOP. "LONG TEXT
            CLEAR last.
            REFRESH lt_lines.
            CLEAR:lv_header,v_opno,v_aplzl.
            REFRESH itab_opltext1.
            CLEAR itab_opltext.
    Operation long text (end)

  • Home and end key not working on ubuntu 14

    I am on Firefox on Ubuntu 14.
    Home and END keys do not work properly as they do not take me to the top or the bottom of a page. Caret browsing (F7) is not activated. This problem persists with all add-ons disabled.

    Shortcuts just for reference:
    [https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly#firefox:linux:fx35]
    I understand that there are two short cuts that do not work with caret browsing turned off. Please also see this menu:
    Options > Advanced > disable "Always use the cursor keys to navigate within pages" option present in "General" tab.
    If this is not the issue, please also contact the party that compiles Firefox specifically for Ubuntu, unless you are using the linux from [https://support.mozilla.org/en-US/kb/install-firefox-linux here]?

  • RSS feed does not appear on first click  - needs refresh

    Hi,
    I'm using MUSE and have created my first site.
    I used a widget for a news/media page, one frame is to show a RSS feed.  it doesn't work on first appearance but works fine if i click back to it a second time.
    http://www.concuros.net/media.html
    i've used free source code handling the feed, copied below:
    <!-- start sw-rss-feed code -->
    <script type="text/javascript">
    <!--
    rssfeed_url = new Array();
    rssfeed_url[0]="http://www.aviationweek.com/myaviationweek.aspx?rss=true&key=comm"; rssfeed_url[1]="http://www.ch-aviation.ch/portal/feed.php"; rssfeed_url[2]="http://www.flightglobal.com/blogs/flightblogger/rss.xml"; 
    rssfeed_frame_width="450";
    rssfeed_frame_height="350";
    rssfeed_scroll="on";
    rssfeed_scroll_step="6";
    rssfeed_scroll_bar="off";
    rssfeed_target="_blank";
    rssfeed_font_size="12";
    rssfeed_font_face="sans serif";
    rssfeed_border="on";
    rssfeed_css_url="";
    rssfeed_title="off";
    rssfeed_title_name="";
    rssfeed_title_bgcolor="#3366ff";
    rssfeed_title_color="#fff";
    rssfeed_title_bgimage="http://";
    rssfeed_footer="off";
    rssfeed_footer_name="rss feed";
    rssfeed_footer_bgcolor="#fff";
    rssfeed_footer_color="#333";
    rssfeed_footer_bgimage="http://";
    rssfeed_item_title_length="100";
    rssfeed_item_title_color="#2c929b";
    rssfeed_item_bgcolor="#fff";
    rssfeed_item_bgimage="http://www.concuros.com/images/header-glow.png";
    rssfeed_item_border_bottom="on";
    rssfeed_item_source_icon="on";
    rssfeed_item_date="off";
    rssfeed_item_description="on";
    rssfeed_item_description_length="150";
    rssfeed_item_description_color="#6a6a6a";
    rssfeed_item_description_link_color="#333";
    rssfeed_item_description_tag="off";
    rssfeed_no_items="0";
    rssfeed_cache = "48f72695e096da99e06b400093b1fd6d";
    //--> 
    </script>
    <script type="text/javascript" src="http://feed.surfing-waves.com/js/rss-feed.js"></script>
    <!-- The link below helps keep this service FREE, and helps other people find the SW widget. Please be cool and keep it! Thanks. -->
    <div style="text-align:right; width:400px;"><a href="http://www.surfing-waves.com/feed.htm" target="_blank" style="color:#ccc;font-size:10px"> </a> <a href="http://www.surfing-waves.com" target="_blank" style="color:#ccc;font-size:10px"> </a></div>
    <!-- end sw-rss-feed code -->
    any advice please?

    When people click on the subscribe, it says that it cant be found. When I published the site, I put in the correct URL, what am I doing wrong????
    You failed to upload the whole site. The folder called CrossTo_Kingdom2, which should enclose all the other files, is missing. Also you need to upload the index.html file which iWeb created alongside that folder.

  • Keyboard shortcut does not work on first slide in Web Browser

    I'm using a workbook to learn Captivate.
    I added a keyboard shortcut, the Enter key, to buttons on the first and second slides.
    When I preview the project in Captivate, the shortcuts all work.
    When I preview the project in a Web Browser (specifically Firefox 3.6.16), the shortcut does not work on the first slide, but does work on subsequent slides.
    Any ideas why this would happen?

    Welcome to our community
    The issue is typically a matter of focus. Particularly in Firefox. In IE, when the page loads and is presented, the Flash object (your Captivate movie) is given focus. So the keyboard shortcuts work. But that doesn't happen in Firefox. In Firefox, you must first click somewhere on the Flash object to give it focus. From there forward, shortcuts work because the Flash object is now listening for them.
    In every class I facilitate I demonstrated this and advise that it's a good idea to have a button on the first slide. This serves two purposes.
    It forces the user to click to proceed
    It keeps the first slide paused until the user is ready
    Yeah, before someone comes along and says: (in an annoyingly nasal tone) Mr. Man, you KNOW there is an option in Captivate to keep it paused at the start... I'm well aware that Captivate offers this option without adding a button, but I prefer it for the reasons above.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • End Action not working

    Hi.
    Encore 4.0.1.048
    I noticed that the end action of a menu doesn't work properly. It pounts to a timeline, which never shows.
    This was tested with ...
    1. CyberLink PowerDVD 9 Ultra
    2. MediaPlayer Classic
    3. The actual DVD (DVD-9)
    The structure looks like this:
    Timeline (first play) -> general menu -> movie 1 menu -> movie timeline
    The link between "movie 1 menu" and "movie timeline" dowsn't work properly.
    1. PowerDVD revers back to "general menu"
    2. MediaPlayer goes black
    3. The actual DVD just stops playing the DCD.
    Is this a known bug?
    Thanks,

    Chapter Playlists do not work with Blu-ray disks - this is mentioned in the Release Notes for Encore CS4, so one is stuck with overrides.  Unfortunately nothing is said apart from the bald statement.  As to whether it is a feature of Blu-ray or a feature of Encore I do not know the answer.
    I have posed this question to Adobe Support, but as ever I do not have much hope of a valid answer.  I expect that I shall spend much of my time re-stating that I do know how to start my computer, open a project in Encore, etc, etc.!
    In my own case I want to do with Blu-ray what I have done many times in the past with DVD; have Play All for a single timeline on the main menu, a link to a sub menu which has buttons for each chapter.  Each chapter plays when selected, and at the end of the chapter you are returned to the sub-menu.  this works in Encore preview using overrides on the buttons, but I cannot get a disk produced from this to work in a player.

  • Custom url scheme not working (for first time) IOS applicaiton

    i have created one distribution application also register custom URL scheme. First time after I installed application, and try custom URL link, it does not work.
    However if I lunch the application manually it will prompt me below mentioned message
    Are you sure you want to open the application ... from the developer iphone distribution ... ?
    i will click on continue, and after that custom URL link works fine with my application.
    Can Custom url link launch the application directly on installation (without manually launch application and contiue)?
    is there any settings, so we can make the prompt message off. So it will not prompt message.
    also i had tried to create new application from another enterprise account, and deploy on other server; then it do not prompt that message, but unable to figure out the reason .
    Thanks

    Are you exactly following the guidance in the iOS App Programming Guide for Implementing Custom URL Schemes? Do you get the same message the first time, no matter whether app has been loaded or not? Are you really using iOS 4 per your profile?
    "If your app is not running when a URL request arrives, it is launched and moved to the foreground so that it can open the URL. The implementation of your application:didFinishLaunchingWithOptions: method should retrieve the URL from its options dictionary and determine whether the app can open it. If it can, return YES and let your application:openURL:sourceApplication:annotation: (or application:handleOpenURL:) method handle the actual opening of the URL.

Maybe you are looking for