Captivate 8 - Changing the alert message in Firefox

Hello there,
Is there a solution to change the incompatibility warning message that appears when an CP8 publication is visualized with Firefox?
thanks

well the problem turns out due to smart shapes as buttons.
didn't quite find a js script edit that can help.. but the only alternative we had was to go back to the project and replace smartshape buttons with image buttons.
hopefully adobe patches this issue..

Similar Messages

  • Firefox does not opens. It shows an alert message -"Your Firefox profile cannot be loaded. It may be missing or inaccessible."

    Firefox window does not opens. It shows an alert message -"Your Firefox profile cannot be loaded. It may be missing or inaccessible." I have deleted the processes in task manager and restarted Mozilla.Even then it does not opens. Pls get me a solution.

    Make a new profile ('[[managing profiles]]'); if the old profile directory is still there, just copy-and-paste its contents into the new profile directory.

  • When I sign in the iMessage in my macbook pro will it send me the alert message too?

    When I sign in phone account in the iMessage in my macbook pro will it send the alert message to my iphone device too?

    Howard Cowdrick wrote:
    When I restart my MacBook pro it takes me to the login screen.
    System Preferences > Accounts > Login Options > Automatic Login
    (You will have to authenticate as admin to make changes.)

  • Problems with changing screen & alert message. Bug?

    Hallo everybody,
    I have very strange problem.
    I'm using gauge in independent screen while mobile phone is connecting to server. If it cannot connect becouse of any reason (bad password, etc), it should jump to main menu and display Alert with error message:
    public void catchError(String error_message){
            display.setCurrent(mainMenu);
            currentMenu = MAIN_MENU;
            Alert alert = new Alert("ERROR!", error_message, null,  AlertType.WARNING);
            alert.setTimeout(Alert.FOREVER);
            display.setCurrent(alert);
    }So with this code, it show mainMenu for a very short while (about 1/10 s), than displays alert. But when I dismiss the alert message, it jumps back to "Gauge_screen"!
    I think it put screen to some buffer, but when I change display so fast, it cannot complete it sucesfully. Only solution of this problem that I found is very stupid and I cannot use it with clear mind:
    public void catchError(String error_message){
            display.setCurrent(mainMenu);
            currentMenu = MAIN_MENU;
            int i = 0;
            while (i<10000){
                i++;
            Alert alert = new Alert("ERROR!", error_message, null,  AlertType.WARNING);
            alert.setTimeout(Alert.FOREVER);
            display.setCurrent(alert);
    }Does someone saw and solve this problem before? What do you think about it?
    Thanks
    petosh

    It's probably because setCurrent() is not something that happens instantaneously. So after setCurrent() when you put the alert on the display still hasn't changed so it remembers that it has to return to the gauge screen. You can use setCurrent(Alert a, Displayable next) to set the alert with the menu as the next screen.
    shmoove

  • My ipad was is displaying an alert message " A wi-fi connection is required to download your apps and media". So it has been connected to the internet over night and this morning but is still displaying the alert message and it won't go away. what to do?

    Hi,
    My name is Norbert. I am having some difficulties restoring my icloud back up. My ipad was doing an icloud back up and the alert message displayed on the ipad after my internet was interrupted "A wi-fi connection is required to download your apps and media".
    I got the internet working, my ipad is receiving internet network but the alert message is still displayed on the ipad and won't go away, to make matters worse the ipad is frozen and i can't do anything.
    Please can anyone with a similar experience tell me what to do in this situation?
    Thank you

    Welcome to the Apple Community.
    Have you tried a hard restart. Press the on/off button and homescreen buttons together until the device shuts down.

  • How to Change the Default Font in Firefox 4 ?

    How to Change the Default Font in Firefox 4 , for this >>
    http://store2.up-00.com/Mar11/AJG18655.png << ?

    Go to properties first: and set before typing anything in as shown here:
    http://screencast.com/t/ZTgzOTM3Y
    Then right click bring up this menu while inside active field and click on item with arrrow:
    http://screencast.com/t/ZTRjMWRkMzk
    Now what ever you typed should reflect the new Font setting.
    we may be as you say. But then again other people act like whats on the other side.
    We do our best. And if we fall short, well we gave it our best shot.
    Okay. In the interests of being completely clear:
    I have already tried this. Several times. This procedure will change the default for any of the fields that I place by hand. It does not change the default for any of the fields placed by the Wizard. I was unable to find a solution to the problem in any of the manuals, books, or on-line forums, which is why I posted here as a last resort. This leads to two conclusions:
    A. Your advice is incorrect
    B. There is a problem with my installation of Acrobat
    I will assume that A is not the correct conclusion. I will therefore try a re-install of my software to see if this clears up the problem. There have been other issues with other Adobe software on my machine that a re-installed has fixed nicely. Luckily, I don't have to do this at all often.

  • Is there a way to change the alert tone for the find my iphone app?

    Is there a way to change the alert tone for the find my iphone app? The one they use from the factory is terrible! I tried it out and could hardly hear it from 5 feet away!

    Welcome to the Apple community.
    Unfortunately, so far as I am aware you cannot change this tone. I must admit I don't fully understand your problem, I've tried it myself and can hear it from some distance away.

  • I changed the alert phrase that usually says, "Excuse me, ____ needs your attention." And I need to change it back. It's cursing at me. :)

    I changed the alert phrase that usually says, "Excuse me, ____ needs your attention." And I need to change it back. It's cursing at me.
    I had changed this a long time ago, so I don't remember how. It was done on an older computer and carried over to my new one. I think it was done through the terminal...

    See  >  Change your iTunes Store country
    Here  >  http://support.apple.com/kb/HT1311

  • Deleting the Alert Message

    How can I delete the Alert Message which says that a photo with a certain number cannot be found? I may have deleted that numbered photo in the camera or I may have deleted another from iPhoto or from an imported group. When I click on "cancel", it continues on with another error message for another photo that it can't find and proceeds todo that until it has issued alert messages for each one. The only way I can get rid of the message and continue to work is the "Force Quit". I would like to eleminate the error message entirely.

    Check iPhoto's Advanced preference section to see if the checkbox to copy files into iPhoto upon import is checked. If it is not then your library is an alias based library and the original source files are missing. Also look inside the iPhoto Library/Originals folder do see if the full sized image files are present in the subfolders. If they are all alias files (with a small arrow in the lower left hand corner) then you may have lost all of your photos.
    Post back with what you find.
    Do you Twango?

  • Regarding the alert Message when i try to close the window

    Hi All,
    I am trying to give the alert message when the user tries to close the window.
    For this i have coded a jsp in which i have written
    <html>
    <head>Test in the Page Ajay</head>
    <body onUnload="alert('Test UnLoad')">
    </body>
    </html>
    and in the portalapp.xml i have given as jspnative.
    then if i try to unload the page the alert message is not executing.
    Plz help me out in this.
    Thanks
    Ajay

    Delete the iPod photo cache, as described here:
    http://support.apple.com/kb/ts1314

  • Variable name not coming in the alert message

    Hi All,
    Reference with blog <u>/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    My problem is alert message not showing the variables value.Alert will generated properly but variable like "SXMS_ERROR_CAT, SXMS_ERROR_CODE" not showing in the alert messages.
    My scenario is if sender or receiver adapter has wrong server name then the alert will triggered.
    Regards,
    Samarjit

    Hi,
    SXMS_ERROR_CAT and SXMS_ERROR_CODE are for Integration Engine alerts and will not be displayed for adapter Engine Alerts.
    For the adapter eingine alerts , you need to use, <b>
    SXMS_TO_ADAPTER_TYPE
    SXMS_TO_ADAPTER_ERRTXT</b>
    Regards
    Bhavesh

  • Xi Alerts - Can a  field in the payload be a part of the alert message?

    Hi All,
              I have a requirement in my alert configuration wherein a specific field in the message  payload needs to appear in the Alert message. In the std configuration I see field containers for std things like message ID, services etc... but how do i pass payload fields in the alert
    I am on Xi 3.0 Sp20... this a rfc to jdbc sync scenario... and we are not using BPM...
    Regards,
    Arvind

    Hi,
        you can send the fields of the payload in alert using the RFC call SALERT_CREATE...where you can the payload value...
    you can call the RFC at the mapping level only like lookup or using some udf based on the field validaation.
    but for standard cases you cannot....
    HTH
    Rajesh

  • To change the warning message to error message in VA01.

    I want to change the warning message into error message in the standard VA01 transaction..
    The steps I follow :
    order type -->
    enter
    sold to part -->
    ship to party -->
    Purch order no -->
    Req deliv date -->
    Material -->
    Order quantity -->
    SU -->
    enter.
    The warning error dispayed is
    No add. vendor / customer data maint. for 16320340 - please maintain J_1IMOCUST...
    Want to change the above into error so that it shud not go further.

    Hi Arif,
    Click on Save  Icon.
      System will give information: No add. Vendor / Customer data maint. For INJ95C01 -Please maintain J_1IMOCUST.<b> Ignore it.</b>
    Result
    System will calculate Price of the Material creates Schedule Lines and saves the document. System will give a message: Standard Order has been saved.
    <b>**REWARD IF THIS HELPS WITH POINTS**</b>
    Regards
    AK

  • How do you change the shortcut keys for Firefox in Welsh For Mac?

    I'm using Firefox in Welsh on Mac (asking in English to hopefully get more answers), and every time I try to do the shortcut for copy (cmd+C), it hides the window (since Hide in Welsh is Cuddio, the shorcut for that is now Cmd+C). I usually forget this, and proceed with using the shortcut for copy only to anger myself when I realise that I've hidden the window.
    My question is, how do you change the shortcut keys on Firefox so then I can change the Hide shortcut and give Copy the cmd+C shortcut? I'm also using OpenOffice.org in Welsh, and they are using cmd+C for copy and cmd+H for Hide.
    Is there any way that I could do this myself? Its rather annoying for me, and its rather weird to use Cmd+X for Cutting text instead of copying.
    Thanks.

    This could be worth a bug. It shouldn't happen that some shortcut keys get (re)used for other actions and Cmd + C should be considered as one of them.
    You can try to make the change in this file: cy.jar/locale/browser/baseMenuOverlay.dtd
    <pre><nowiki><!ENTITY hideThisAppCmdMac.label "Cuddio &brandShortName;">
    <!ENTITY hideThisAppCmdMac.commandkey "C"></nowiki></pre>
    English language pack: en-GB.jar/locale/browser/baseMenuOverlay.dtd
    <pre><nowiki><!ENTITY hideThisAppCmdMac.label "Hide &brandShortName;">
    <!ENTITY hideThisAppCmdMac.commandkey "H"></nowiki></pre>
    You can find the file cy.jar in the chrome folder in the Firefox application folder.<br />
    The file cy.jar is a ZIP archive, so you need a program that can open such an archive and edit the file baseMenuOverlay.dtd.
    I'm not on a Mac, so can't do any testing in this matter. I just downloaded the Welsh (cy.xpi) language pack for Mac and had a look in it.

  • How to change the error message Invalid login credentials

    Hi all,
    How to change the default error messages .
    1) In the Login page while giving wrong username or password .It showing
    Error message "Invalid login credentials".
    But requirement is change the above error message.
    2) I need to change the error message instead of "1 error has occureed"
    Thanks in Advance
    Sudhakar

    On the Login Page of the application create a 'Before Header' process with this code if  apex_application.g_notification ='Invalid Login Credentials' then
             apex_application.g_notification :='Your Altered Failed Login Message Here';
      end if;varad

Maybe you are looking for