Need an Alert box

Is it possible to get an alert message whenever closing the file in the Indesign? The problem is, I will forget some checkpoints before sending the files. Making scripts, will need to run, specially, which cannot be in mind in rush times. But if an alert message shoots whenever we close a file, it will always be helpful. I just need to create a alert box to display some message, whenever I say, close or exit the file.
Is this possible in CS2?
Thanks in advance and help appreciated!
Prasant

CS2 you need a plug-in called InEventScript
CS3 you need to create an event "beforeClose" with a script run as targetengine "session".
Looks also in the Javascript samples provided w/ CS3 about events
==============================================
#target indesign
#targetengine "session"
app.scriptPreferences.version = 5.0;
//******************** BEGIN Main ********************
main();
function main()
//** Number 0
app.addEventListener( "beforeClose", EventClose, true);
alert ("Event(s) added...");
//******************** END Main ********************
//******************** EVENTS ********************
function EventClose (itsEvent)
alert ("Don't forget your checklist!!!);
==================================================

Similar Messages

  • Doesn't recognize currently installed Photoshop 14. Alert box says I need to upgrade to Photoshop 14 or higher.

    I am trying to install a Photoshop panel designed for Photoshop 14 and 15. We have Photoshop 14 (Photoshop CC) installed and I received an alert box stating I need to upgrade to Photoshop 14 or higher. I removed Photoshop CS6 from the computer and wonder if there are residual Photoshop CS6 files still on the computer. Should I remove the extension manager and reinstall it? How can I find all of Photoshop CS6 remnants and remove them? This Photoshop panel installed perfectly on my MacBook air also running Photoshop CC. This problem seems computer specific. Thanks

    I wonder which version of Extension Manager you used. To support Photoshop CC, you have to use Extension Manager CC. Extension Manager CS6 only supports CS6 products. If you did use Extension Manager CC, could you see Photoshop CC in the left panel of Extension Manager CC? If only "Others" is shown there and you haven't moved or renamed PS installation folder, there should be something wrong in Product Configuration Database (PCD). You have to reinstall PS CC. It has nothing to do with PS CS6.

  • Polish , turkish text not decoding in the alert boxes in JSP file

    Hi All,
    Currently I am working on application in the J2ee development perspective in NWDI  and this contains many Jsp pages.As per the business requirement we need to make this application support Polish and turkish languages , for this we have maintained properties files .
    I have encoded the polish and turkish text using the u201CHTML Unicode format encodingu201D hence when checked the url in the IE with Polish and turkish locale all the characters are getting decoded properly ,but i have a proplem with the text in the alert boxes i.e. the special characters in the text displayed in the alert boxes is not getting  decoded at all eg:"Wprowadź numer konta BP" whereas it has to display as "Wprowadź numer konta BP:
    Also i have used java encode also to achieve the same and for this "?" is getting displayed i.e. it is not getting properly decoded.
    I have also used native2ascii method in this also it is getting decoded but not correctly i.e. "?" is displayed
    Please note that the alert boxes are written in the script tag in the JSP page.
    Request you to kindly help me in resolving the issue at the earliest as this is a very critical issue in my project now.
    Thanks and Regards,
    Nishita Salver

    Hi nishita,
    We had a similar problem in one of my projects, but what i remember is we have kept the ascii value for that character directly in the properties files and tried to encode it, this way i resolved my problem.
    Try this way and let me know the result.
    Regards,
    Saleem Mohammad.

  • How to run alert box when document opens

    I am using Acrobat 9 and would like an alert box come up when the document is opened. I have successfully gotten an alert box to pop up using the script below when saving using document actions, but do not know how to make it execute when the document opens. Can anyone tell me how to modify this to add it to Javascript actions so it will run when the document opens? Thank you!
    app.alert("Save your completed form and email as an attachment to [email protected]", 0, 0,)

    It's not a questions of modifying it, but placing it in the right location.
    You need to go to Advanced - Document Processing - Document JavaScripts...
    Then create a new script, clear the contents of the window that opens (the
    function declaration) and paste this line of code instead.
    Save the file and that's it.

  • Alert Box Problem

    Hey,
    I need the following code right...
    I have:
    function jsAlertWindow(event:MouseEvent):void { var  alert:URLRequest = new URLRequest("javascript:alert('Hello  World!')");
    navigateToURL(alert,  "_self"); 
    alert_btn.addEventListener(MouseEvent.CLICK,  jsAlertWindow);
    A Alert box should automatically open, and that not with a click on a button.
    Can you help me?
    Regards

    Hello,
    I think you should try that with ExternalInterface:
    if(flash.external.ExternalInterface.available)
         flash.external.ExternalInterface.call("window.alert", "Hello World!");
    Otherwise you could observe that docs are correct:
    Not all browsers support invoking the javascript protocol with the navigateToURL() method.
    http://livedocs.adobe.com/flex/3/html/help.html?content=passingarguments_4.html
    regards,
    Peter

  • Removing alert box in Add to Cart

    Hi,
    I really need your help on how to remove the add to cart alert box.
    I thought using window.alert=function(msg){}  would help but it removes all the other alert boxes in the site.
    Thank you.

    I wouldn't remove the alerts all together, just display them in a div.
    Here is what I do in the shopping cart.
    First open the shopping cart layout ( /Layouts/OnlineShop/shopping_cart-XX -- XX is the country code)
    Right above my checkout button (aka: {tag_buybutton} ) I insert this div:
    <span class="msg" style="display:none"></span>
    Then, in the same layout I insert this code:
    <script>
    $(function() {
         window.alert = function(msg) {
            msg = msg.replace('ERROR: ','');
            $('.msg').text(msg).fadeIn().delay(5000).fadeOut()
    </script>
    If you add this code to your site template it will remove all your alerts; this is why you only add the code to your layout.
    Hope this helps!

  • Accont identification - alert boxes

    Hi Gurus,
    If I log in with IC_Agent role - on the top of the screen we have 3 alert boxes  -- first box is for displaying the account you are working with - send box is for the showing he marketing attributes.
    Scenario 1: The system is set-up such a way that the account identification is based on ship to party and not based on sold to party.  so when I search for account (ship to) and confirm it -- I see the ship to on the first alert box and the ship to related marketing attributes in the second alert box.
    Now the requirement I have is - 
    Scenario 2:  Say the user has logged in - he did not identify the account  and searched for interaction record or service order by just the transaction id and is in the display or change mode of the document --  the first and second alert boxes now show sold to party information and sold to relevant attributes. 
    Can this be configured to show the Ship to information and ship to attributes.
    Please let me know how we can achieve this. I see there is some rule in the rule modler for showing up marketing attributes - But I wasn't able to find any thing similar for showing up accounts.
    Thank for your help in advance.
    ram

    Raghunath,
    I don't need the second box - we are already displaying marketing attributes and other information in the second white box.
    The question I have is on the first white box -- which is the contact information box.
    If I don't Identify the account and directly search form the document and try to edit - the first white box always shows sold to party info.
    We would like to show the ship to party info - which shows up if I do the Account identification.
    Thank you

  • Font Package Required alert box

    I keep geting the alert box above when opening scanned documents with adobe reader.  I have version 11.0.04.  I do not get this error however when i open my documents with Adobe Acrobat Pro verson 11.0.04   Is anyone aware of a fix?  We are having an issue with our medical office EMR system.   We have the capability to send faxes through our medical office EMR system but the faxes have not been going through because this error box.    Can anyone provide any advise or direction how to resolve this?  Should more pressure be put on our EHR vendor to resolve this?

    I appreciate your response but as i mentioned earlier i cannot simply install the packet in this instance.  We have discussed this with our EHR vendor and they stated they cannot install this font pack apparently.  Every time this box pops up it stops the EHR software from sending the file via fax.  If i install this packet at this point, I will not be able to identify the problematic files.  I need a fix in order to prevent future files from having this problem.  The entire file is in ENGLISH so I don't understand why its needing this extended Font Pack to begin with.  We have not changed our equipment and we had the problem start only a few months ago.  I already have an open ticket with Adobe but i wasn't sure if anyone was running into this problem. 

  • Is there "Alert Box" for Mozilla Mobile? for change in web pages detecction

    I have Mozilla Firefox in my PC and I hjave installed also the Alert Box add-on to detect changes in web pages. Alerts are comming by sound, e-mail and pop-up.
    I have an HTC Desire mobile and I need to get this alerts also in it but I cann´t find this add-on for mobile.
    Thanks

    Addons are not directly portable between Firefox and Firefox mobile at this time. Try asking the addon author for Firefox mobile support.

  • Customizing Alert Boxes

    Hi Experts,
    Currently we have an option, were in a message will pop up every 20 minutes in an application.
    and we used java scripting for this.
    But, now our customer wants to change the symbol in the alert message.
    This is the sample code of how i am currently wrking out the same using javascripts.
    < s c r i p t  l a n g u a g e = " J a v a s c r i p t " >
      v a r   w a i t  =  1200;
      v a r   l v _ c n t  =  1;
      v a r   s t o p ;
      f u n c t i o n  s t a r t C l o c k ( )
         w a i t  = w a i t  - l v _ c n t ;
         s t o p  = s e t T i m e o u t ( " s t a r t C l o c k ( ) " ,   1 0 0 0 );
         i f ( w a i t = = 0 )
    a l e r t ( "   H e l l o   W o r l d  " ) ;
         w a i t = 1 2 0 0 ;
        s t a r t C l o c k ( ) ;
    < / s c r i p t >
    Is der a way i can change the symbol of the alert box or do i have to go to VBscripting. If tats the only option then pls let me know which part i need to change for VBscripting..

    Hi,
    Look at the following link, it might help you.
    [http://bytes.com/forum/thread145158.html|http://bytes.com/forum/thread145158.html]
    Salil.

  • Adding a carriage return in an alert box

    Hello
    I have a user request to display this alert box in the format below:
    Attention: The owner name has changed on this vessel.
    Current Name: xxxxxxx:
    New Name : yyyyyyy
    Please confirm or deny that this is an owner change.
    Confirm and Deny are the two buttons.
    How can I insert a c arriage return at the end of each text line so the text looks this way in the alert box? I can get it to wrap but it doesn't look right
    can the 'Confirm' and 'Deny' buttons be set to different colors?
    Thanks!

    Use chr(10).
    For example:
    v_alert := 'Attention: The owner name has changed on this vessel.' || chr(10) || 'Current Name: ' || etc....

  • I need an alert message if I press ctrl shift b

    Hi All,
    I Need an alert message if I Press "ctrl+shift+b"(to make the selected text bold). Is this possible?
    Regards,
    Chinna

    Create a keyboard shortcuts (ctrl + shift + b) for your script and try...
    Code must be like this:
    alert("Bold Shortcut....");
    app.selection[0].fontStyle = "Bold";
    P.S.: you have to set conditions for bold, bold italic, etc. 
    Vandy

  • Alert box:No more free items available, please create new one

    Hi,
    We are running a SAP ERP Ecommerce, we get a strange alert box message "no more free items available, please create a new one". This alert window pops up only when you have created one order in a session and you are trying to create another order. Has anyone come across this issue?
    Steps to recreated this issue
    1. Create an order with any product - quantity is rounded to next possible value.
    2. Order created, close the order.
    3. Trying to create new order. (Product field is not a text box anymore)
    4. Try to transfer product from catalog by hitting shopping basket icon.
    5. Error message -> "No more free items available, please create new one".
    Thanks,
    -Tarun

    Hi,
    We are running a SAP ERP Ecommerce, we get a strange alert box message "no more free items available, please create a new one". This alert window pops up only when you have created one order in a session and you are trying to create another order. Has anyone come across this issue?
    Steps to recreated this issue
    1. Create an order with any product - quantity is rounded to next possible value.
    2. Order created, close the order.
    3. Trying to create new order. (Product field is not a text box anymore)
    4. Try to transfer product from catalog by hitting shopping basket icon.
    5. Error message -> "No more free items available, please create new one".
    Thanks,
    -Tarun

  • Javascript alert boxes are wrapped in Windows 7 with IE 8

    I can't count the number of JavaScript alert boxes I have throughout my systems and they have always made the transition between IE browsers from 6 to 8 without a hitch.  Without a hitch until I setup my first Windows 7 machine.  It is a 64 system that has both 32 & 64 bit IE browsers.
    It doesn't matter which of the two versions I use, the JavaScript messages that I have so carefully crafted with just the proper layout are now wrapped.  The resultant text in the new W7 popups is almost unintelligible because it is so badly scrambled/wrapped on the new white background.
    Since an alert box is simplicty itself, there is no way that I can think of to change the inherent size of the box.
    Has anyone else notice this phenomena???   If so, do you have a way around it short of redoing all of the text in the effected boxes???
    Len
    XP machine's JavaScript Alert popup in IE 8
    W7 machine's JavaScript Alert popup in IE 8 with wrapped text

    HMM I have the same problem. My researches suggest that the Zone.Identifier ADS is still being used for the internet zone, but not the Intranet zone. I too can get an intranet location out of IE, but not by querying Zone.Identifier eg using Powershell. This
    issue is present in XP as well as Win 7. It appears to extend to trusted zone ids.
    One hypothesis is that this is being stored in hidden form to prevent zone ids that decrease security being applied by malware.
    I had thought that maybe the intranet zone id was only present during download - but your experiment suggests otherwise.

  • An alert box with a yellow triangle keeps randomly popping up

    An alert box with a yellow triangle keeps randomly popping up on my screen. But I don't have time to read what it says because it disappears in 1 sec. What is it? What can I do to get rid of it?

    Window keeps popping and closes before...: Apple Support Communities

Maybe you are looking for

  • Quicktime error

    Lately I have encountered a bit of problem with Quicktime. when I open the quicktime player I get a message indicating that some of the file associaitons have been changed. Do I want to restore quicktime file association? I say no (I do not want that

  • [SOLVED] This is how my urxvt looks several times a day. But why?

    Completely garbled text and no cursor: http://i.imgur.com/uou0S.jpg I have no idea what the cause is. A reboot solves it for some hours. Sometimes other applications like Firefox show similar fragments. System is up to date. Last edited by Markus0000

  • ECO versus EJB versus 8I

    Hi, I want to compare ECO upon OAS, EJB upon OAS and EJB in Oracle 8i (8.1.5). For that, I wrote a little component which has 3 methods: - send a string of 50 000 caracters - open an Oracle Session via JDBC - read 2 000 lines in the table travel (Hot

  • Using CiscoSecureACS with CiscoWorks-RME

    I need help in configuring CiscoWorks to use CiscoSecureACS for login authentication. I have specified TACACS+ as the login module. I am able to login with a account from the ACS server. However, the permissions aren't configured correctly. When I lo

  • I cnnot get rid if a bookmark in my side bar

    I have a book mark in my side bar but cannot find out out to close it and remove it from my side bar....I am going to have to delete fox fire if I cannot find a fix