How to remove browser warning message in HTML 5 Cap 8 projects?

How to remove browser warning message in HTML 5 Cap 8 projects?

My conclusion after a morning struggling with this, is that there's no point in suppressing the message if your html5 content then goes on to misbehave in Firefox (like mine does).  I've chosen to keep the popup, but change the wording to refer Firefox users to a completely separate Flash version.  The wording of the popup is also in CPM.js.
Before you all shout at me, no I can't use the multiscreen.html approach, because my Flash version will have to be non-rescaleable, because web objects don't rescale in Flash.

Similar Messages

  • How to remove browser warning message in HTML 5 Cap 6 projects?

    Hello,
    Is there any way to remove the following pop-up message from published HTML 5 Captivate 6 projects?
    Adobe Captivate
    This browser does not support some of the content in the file you are trying to view. Use one of the following browsers:
    Internet Explorer 9 or later
    Safari 5.1 or later
    Google Chrome 17 or later
    Our Blackboard 9.1 tech analysts recommend that all students use Firefox, and I'd rather that they don't have to read the above warning message every time they open a module. (The module did work as expected, even in Firefox.)
    Thank you,
    JAB

    Changing .ini is the advice eventually given in the Phonegap forum. (Browser compatibility error in Captivate conversions).
    But there's a much simpler solution offered at the bottom of this page - just a few lines of code at the end of
    function initializeCP() { in the index.html file header.
    A More Mobile-Friendly Captivate HTML Template | Float Mobile Learning
    Even better, that blog post also shows how to remove the play button for autoplay and make touch response times faster (for mobiles) - refer to blog for how.
    var _onComplete = cp.complete;
    cp.complete = function() {
        _onComplete();
        $("#CPUnSupportedBrowserWarning_ID").remove(); // Removes browser warning
        setTimeout(function() {
            cp.movie.play(); // Skips the play button
        }, 1);

  • How to remove the warning messages in CODE INSPECTOR of my report......?

    Hi All,
    I am trying to do the check to my program i.e CODE INSPECTOR. i am seeing the following warning messages below.
    1 warning message
    Program zraj0xxx include  zraj0xxx row 000083 Column0000
    %LINR-VBUP contains a hyphen
    (The Hyphen is used as a dereferencing operator! )
    Note: when i double click on the above message its taking me to the below code of my program.
    DATA %COUNT-VBUP(4) TYPE X.
    DATA %LINR-VBUP(2).
    TABLES VBPA.
    DATA %COUNT-VBPA(4) TYPE X.
    DATA %LINR-VBPA(2).
    2 warning message
    Program zraj0xxx include  zraj0xxx row 000079 Column0000
    Field string VLPMA is not referenced statically in the program
    Note: when i double click on the above message its taking me to the below code of my program.
    SELECTION-SCREEN: BEGIN OF BLOCK PROG
                               WITH FRAME TITLE TEXT-F58.
    TABLES: VLPMA,                                             
                  VLKPA.  
    TABLES VBUP.
    3 warning message
    Program zraj0xxx include  zraj0xxx row 000001 Column0000
    TEXT- GOH from the text pool is not used.
    Note: when i double click on the above message its taking me to the below code of my program.
    REPORT ZHYD0147 LINE-SIZE 255 NO STANDARD PAGE HEADING
       MESSAGE-ID ZB                                        
       LINE-COUNT 065(001).
    Thanks in advance.
    Rajesh.

    Hi Rajesh,
    First  warning message.
    DATA %COUNT-VBUP(4) TYPE X.
    DATA %LINR-VBUP(2).
    TABLES VBPA.
    DATA %COUNT-VBPA(4) TYPE X.
    DATA %LINR-VBPA(2).
    Here you are not supposed to use hyphen but instead use '_'.
    Second warning message
    Program zraj0xxx include zraj0xxx row 000079 Column0000
    Field string VLPMA is not referenced statically in the program
    That means you are not using this VLPMA any where in your program so bettr delete fromt he Top Include.
    Note: when i double click on the above message its taking me to the below code of my program.
    Third warning message
    Program zraj0xxx include zraj0xxx row 000001 Column0000
    TEXT- GOH from the text pool is not used.
    this also means that you are not using this Text elemnt anywhere of your program.So delete this one also.
    Thanks
    Rohini.

  • How to remove the statusbar message in panelCollecion ?

    Hi All,
    JDev ver 11.1.1.3.0
    How to remove the statusbar message in panelCollecion ?
    I am getting 'Columns hidden' in the status bar.. i want to remove that ?
    give suggestion..
    Regards
    Gops

    so ...
    Gops wrote:
    JDev ver 11.1.1.3.0
    Jan Vervecken wrote:about ...
    Navaneetha Krishnan Nataraj wrote:
    For the PanelCollection, add statusBar to FeaturesOff attribute.fyi, the "featuresOff " attribute is documented
    at http://download.oracle.com/docs/cd/E17904_01/apirefs.1111/e12419/tagdoc/af_panelCollection.html
    regards
    Jan- "Oracle Fusion Middleware Tag Reference for Oracle ADF Faces 11g R1 PS3 (11.1.1) E12419-05 "
    at http://download.oracle.com/docs/cd/E17904_01/apirefs.1111/e12419/toc.htm
    refers to http://download.oracle.com/docs/cd/E17904_01/apirefs.1111/e12419/tagdoc/af_panelCollection.html
    documenting the "featuresOff " attribute with valid value "statusBar "
    - "Oracle Fusion Middleware Tag Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12419-04 "
    at http://download.oracle.com/docs/cd/E14571_01/apirefs.1111/e12419/toc.htm
    refers to http://download.oracle.com/docs/cd/E14571_01/apirefs.1111/e12419/tagdoc/af_panelCollection.html
    documenting the "featuresOff " attribute not with valid value "statusBar "
    regards
    Jan

  • How to Convert the Warning Message to Error Message in Standard Transaction

    Hi,
        I face one problem in Standard Transaction Code CS02. In that  by entering the material Number, Plant, bomstatus press enter. it gives a warning message. How to convert the Warning message to Error. In abap how to do that. Please help me.

    Mohan,
    It appears that there is some configuration you can do for BOM Message types to change the message type.  The IMG link for this function is:
    Production->Basic Data->Bill of Material->General Data->Change Message Type
    However you need to read the IMG documentation to see if this will work for you.  There are only certain messages that can be changed with this configuration step.
    Also, please do not double post questions in the forums.
    Best Regards,
    Chris H.

  • How to suppress a warning message in BDC call transaction

    Hi,
    I was calling a BDC using CALL Transaction in mode N. But due to some warning messages the background job was not success. Please tell me how to overcome the warning messages in BDC.
    Regards,
    Satish

    Hi tyr this way:
    PERFORM bdc_dynpro      USING 'SAPMM07M' '0210'.  " into the screen
          PERFORM bdc_field       USING 'BDC_CURSOR'           "cursor on the filed to update
                                        'DM07M-HSDAT_INPUT'.
          PERFORM bdc_field       USING 'DM07M-HSDAT_INPUT'   "assign values
                                         v_date.                                     "might get an warning so three enters...
          PERFORM bdc_field       USING 'BDC_OKCODE'  " first enter
                                       '/00'.
          PERFORM bdc_field       USING 'BDC_OKCODE'  "second enter
                                        '/00'.
          PERFORM bdc_field       USING 'BDC_OKCODE'  "third enter
                                        '/00'.

  • How can I disappear warning message~?

    I'm using R12.
    And I don't want to see warning message.
    like that
    !Warning
    The search could not be completed because data is not staged or this match rule is not compiled: HZ_ORG_SIMPLE_SEARCH_RULE. Plese contact your sys admin...
    I inserted data using by API.
    And I'm staging by concurrunt manager per 1 min...
    When I inserted some data using by API, that message is occured.
    but it would be disappeared later in 1 minute.
    How can I disappear warning message~?
    I think there is a something what I can setting . somewhere....but I don't know where it is...
    like warning, error, critical....
    plz let me know~

    You will need to set appropriate profile options - pl see MOS Doc 565905.1 (FAQ on the setup/usage of DQM Profile Options for OCO and Receivables)
    HTH
    Srini

  • How to clear the Warning Messages

    Hi Friends,
    How to clear the warning messages, The requirement is I am preparing some warning messages in page1 , and based on some button user will be navigated to page2. In page2 If user clicks on Save button I am displaying the warning messages which are preared in first page(Code snippet shown below) when user trying to navigate to first page .
    addWarningMessage("",new Object[]{});
    Thanks in Advance

    Hi Frank,
    Yes you are right, The warning message is being displayed on Page2 when user clicked on 'Save' button on Page2. The Code snippet is being executed in ServiceImpl class when user clicks on the Save button.
    Basically, I am validating the Page1 data and Page2 data on Page2 when User clicks on the Save button on page2.
    Thank you !!

  • Need to remove "Budget warning Message"

    Hi friends,
    I have customer requirement that customer want that message should not display .
    no budget is maintained but still this warning message is comming in the shopping cart screen in additional specification .
    Can any body suggest me how to remove this message in nots for approval
    Path : SRM  5.0 in Monitoring shopping cart->define search -> select  any shopping cart-> additional Specification :
    Budget warning message
    This shopping cart may cause one or more budgets to be over
    committed:-
    Item     Description            Cost Centre  Financial Year
    Price     % Committed     Budget            Total Committed
        1    Test for Limit ch    SS0406
    0.00            999                0.00                0.00
    End of budget warning
    Thanks in advance.
    Edited by: Rashi on Feb 19, 2009 10:21 AM
    Edited by: Rashi on Feb 19, 2009 10:22 AM

    Hi ,
    I am still waiting for solution....
    I dont want to deactivate budget check.
    Problem is related that in the message is showing incorrect value of budget. While changing shopping card its not comparring the budget value from R/3 system.
    In R/3 FM is used to fetch budget information but every time its giving me same vale for diffrent GL account.
    Can any body helo me on this.
    Thanks

  • Removing std warning message in SRM 7.1

    HI,
    We are on SRM 7.1 ECS.
    Whenever account assignment category is changed before ordering a cart,a std warning message is displayed "Enter a value in the mandatory field in account assignment" which is very annoying.Is there any way this message can be stopped to be displayed in the SC screen?
    Pls advise.
    Thanks in advance.

    Thanks Ricardo.
    We are on SP SAPK-70105 for SRM SERVER 701 .I dont undsratnd how this correction came in to our system.
    I'm assuming the corrections of note 1607395 are in the system and hence this message.How do I avoid this message?I tried adding it to table BBPV_PDMSG but that didnt help.
    Pls help.

  • How to supress a warning message in BDC for ME11 Tcode

    Hi Expert,
    I am doing a BDC report for ME11 Tcode and some of warning is ignorable for this transaction code,how can we suppress these warning through BDC program, is it possible or will have to make some changes changes in TCODE(ME11) itself.

    hi,
    if the warning message coming in a pop-up window then it can be supressed in the following way.
    1. comment the lines of the code of bdc recording of that pop-up screen along with the perform of bdc ok code  '=ENTE".
    2. use the structure ctu_params and fill the correspondings fiels, particularly the field nobinpt = 'X' and then use this structure in the call transcation statement as
    call transcation 'ME11'
                            using bdcdata
                            options from opt ( structure of ctu_params )
    3. At the time of recording use the option of check box " no batch input session ".
    regards,
    Alok

  • How to Suppress a warning message in Reports

    Hi All,
    I am getting REP-32751: Warning: Some text segments are missing warning message when ever i open a report and also while run the report in the browser. I am not able to find the missing text segments. Is there any way to suppress this warning message in oracle reports 10g?. Please let me know.
    Regards,
    Prasad.

    Just was curious and was in Metalink anyways and looked up your Error:
    >
    Another workaround: open the report under the desired NLS_LANG, and OK all the warning messages. Once the report is opened, save it (under a different name). This will fill out missing text segments with blanks,which is OK because these strings never appear in the report anyway (theyshould have been deleted...)

  • How to remove nodes in Message mapping

    Hi XI friends,
    in my idoc to file..
    i have number of segments..all segments are optional...
    i want to remove in resultanat xml file..
    please tell me how to remove if the values are not exsisted for that Segment ..
    i think its possible in message mapping..
    please guide me..
    Munna

    Hi Munna,
    Try Creating a UDF in your mapping name it like: "Create"
    Paste the below mentioned code in it
    ========================
    String str = a;
    if(str != null && str.length()>0)
    return "true";
    else
    return "false";
    ========================
    2) Save this function .
    3) Now Map like this
    (Source Node->UDF Create)->Check if it returns a string "true"--> if yes Map it with source node->add this in the "then" of an "if with out else"---->Target node.
    4) Test now in testing tool in Message mapping.
    Try it.
    it will work
    regards
    Pl: reward points if it worked

  • How to remove the warning "do you want to save changes to investigation.pdf before closing"

    Issue: To remove the warning "do you want to save changes to investigation.pdf before closing"
    I have created a XFA pdf file(using LC Designer 8.2) to display this issue
    I am not able to attached the PDF. Without attaching the pdf it would be difficult to explain.
    click event js:
    function activateUser() {
      var PDFVersion=xfa.host.variation+xfa.host.version;
      xfa.host.messageBox("button click event registered");
      xfa.form.form1.sendForm.welcomeMsg.presence = "invisible";
      xfa.form.form1.sendForm.successMsg.presence = "visible";
      event.target.dirty=false;
    docReady event js:
    function displayInfo(){
    var res =xfa.host.variation;//Added this line to display the successMsg
    //xfa.host.messageBox("docReady event registered");
    xfa.form.form1.sendForm.welcomeMsg.presence = "visible";
    xfa.form.form1.sendForm.successMsg.presence = "invisible";
    docClose event js:
    xfa.host.messageBox("docClose event registered");
    event.target.dirty=false; 
    Steps to get the warning:
    1) Open the attached pdf using Acrobat Professional.
    2) Click the Confirm Enrollment" button
    3) Now close the document & the acrobat gives a warning "do you want to save changes to investigation.pdf before closing"
    Summary of the XFA pdf:
    It has two text fileds. On docReady event field A is made visisble & field B is made invisible.
    On button click event the field A is made invisisble & field B is made visible.
    On closing the pdf it should not throw this warning message.
    My Efforts:
    1) Found a property in adobe js docs.
           event.target.dirty=false;
    It doesn't solve the problem.
    2) I tried to put this logic in almost all the events listed in designer but I am not able to resolve the issue.
    Please help me resolve this issue.

    I tried putting the below 2 lines of code at the end of button click event & docClose event.
          event.target.dirty=false;
          event.target.requiresFullSave=false;
    It still gives the warning.
    Also I tried to found out the line of code which is making the pdf dirty.
      xfa.host.messageBox("is doc dirty (before displayInfo's visible-invisible work): " + event.target.dirty);
      xfa.form.form1.sendForm.welcomeMsg.presence = "visible";
      xfa.form.form1.sendForm.successMsg.presence = "invisible";
      xfa.host.messageBox("is doc dirty (after displayInfo's visible-invisible work): " + event.target.dirty);
    The doc got dirty when the successMsg field is made invisible.
    Problem I am trying to solve is:
         To display a welcome message before user action and after user action wants to display a success message.
         I follwed the visible & invisible approach & it wokred but gives me a warning on doc close.(Highly imp to avoid it)
    Is there any other approach I could follow here.

  • How to send information/warning message from CRM to B2B application

    Hi,
    I need to send information/warning mesage from CRM to B2B application.
    I am using FM CRM_MESSAGE_COLLECT to send the required message to application log first and then implemented a BADI called CRM_ISA_BASKET_MSGS for reading that message to dispay it in Internet Sales.
    When I am passing message type as E in FM CRM_MESSAGE_COLLECT ,it is correctly showing it in B2B internet sales application as an error message but when I tried to pass message type as I/W it is not dispaying the message in B2B internet sales application although that information/warning message is being displayed in application log in CRM
    Can anyone pls provide some useful inputs for passing information or warning message type from CRM to Internet Sales allpication??
    BR,
    Bykam

    You need to fire the action from B2B, maybe when the b2b is all loaded you can call a FM in CRM that will handle some validations, this FM will return a result, store it in a session attribute, and put a condition in the JSP that will handle the response, inside this condition (if the attribute session is not empty) print a block, a label or something in html, css class will help to put some colors and maybe make a custom alert block.

Maybe you are looking for

  • Photos doesn't save to camera roll.

    I have the new ipad 3 just updated to iOS 6 and when i try to save a photo from facebook, emails, or safari it doesn't want to save to my camera roll. How can i fix this problem ?

  • Line Item Display - layout  default setting

    Hi, In GL-Account Line item display I have set a layout as a default setting. Now I want to set another lay out as default. The problem is the old default setting remains as default ahead and now we have two different default layouts. How can I delet

  • [SOLVED] How do I set the default umask? Not in /etc/profile

    Hi guys This is probably not what you expect to hear about umasks... I have set it in /etc/profile: [2] ognyan@xxxlinux : ~ >grep umask /etc/profile #Set our umask umask 002 If I log on via ssh, my umask is 0002. I can start a vnc server and a konsol

  • Dreamweaver CS6 has error: 16, can't uninstall it.

    When I try to open dreamweaver, it shows a message telling me to uninstall and reinstall it, and tells me I have error: 16. When I try to uninstall it, it fails. I have tried the cleaner tool, cleaning "CS6 only" and also "Creative Cloud and CS6 prod

  • Layout Variant Locked

    Hi all. When I create a variant for a layout (ALV) the user-specific flag is locked. How can I unlock this flag for deselect it? All layout that I create are like user-specific. Thanks (Obrigado). <b>Pedro</b>