Can you INTERACT with script without mouse on click?

Hi everyone,
I got this script
has a dropdown list inside
I can run it in win 7 and interact with by keyboard without mouse
but why I can't do same thing in the MAC?
var
  mySelected = Number( app.extractLabel("mDialog") ),
  myDialog = app.dialogs.add({name:"Indesign Close and Save File Machine",canCancel:true});
  with(myDialog){
       with(dialogColumns.add()){
            with(dialogRows.add()){
                 var
                 mySelection = dropdowns.add({stringList:["01   Close and SAVED", "02   Close WITHOUT save", "03   Save all files", "04   Reverse", "05   Remove unused color"], selectedIndex: 0});
if (myDialog.show() == true) {  
    var docs = app.documents;  
    main();  
    myDialog.destroy();  
function main(){
      colse_file();
function colse_file(){
    if (mySelection.selectedIndex == 0){
        var docs = app.documents;
             for (var i = docs.length-1; i >= 0; i--) {
                     docs[i].close(SaveOptions.YES);
      alert("Files are saved.") 
      return;
    if (mySelection.selectedIndex == 1){
        var docs = app.documents;
        for (var i = docs.length-1; i >= 0; i--) {
              docs[i].close(SaveOptions.NO);
      alert("Files are closed without save.") 
      return;
   if (mySelection.selectedIndex == 2){
        var docs = app.documents;
             for (var i = docs.length-1; i >= 0; i--) {
                     docs[i].save();
      alert("Files are saved.") 
      return;
   if (mySelection.selectedIndex == 3){
      var docs = app.documents;
             app.scriptPreferences.userInteractionLevel = UserInteractionLevels.neverInteract;
             app.documents.everyItem().revert();
             app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
      alert("All files are reversed.") 
      return;
   if (mySelection.selectedIndex == 4){
      var doc = app.documents, i, j; 
           for(i =0;i<doc.length;i++) 
                  unused = doc[i].unusedSwatches; 
                     for(j=0;j<unused.length;j++) 
                      unused[j].remove(); 
        alert("All the unused swatches in your opening files are removed.") 
      return;
thanks
Teetan

The only way to purchase from the iTunes Store is via iTunes, on a computer or iOS device, and it will automatically download your purchase immediately. You have a couple of options: you can go ahead and purchase on another computer that has iTunes and then just copy the purchases to your Vista system (via any normal means of file transfer), or if you're in the US, the new iTunes in the Cloud feature, currently in beta and so not completely reliable, would allow you to download the purchases again at some future time when you get your iTunes problems sorted out. I'd recommend the first option as the best solution for now (and the only solution if you're not in the US).
Regards.

Similar Messages

  • I have no way to return to previous page without going completely out of firefox - can you help with this?

    I start with the home page of a site. Then go to one of the other pages on the same site. I find no way to return to the home page without going completely out of firefox and having to start all over again. In other words the "back" arrow is gray and does not work to get me back to the original home page. Can you help with this?

    Try double clicking on the Back arrow. If you click on it and hold it pressed, it should give you a drop down list of the previous pages. You can also achieve that by right click on the Back arrow. But if you do a single, quick click on it, it should take you back.

  • How to create a new Oracle OSB project automaticaly with script without IDE

    Hello,
    I want to create automatically an "Oracle service bus project" and an "Oracle service bus configuration project" with scripts (ANT or Maven or ...) without using IDE, without using workshop or Eclipse. I want to create automatically (ANT or Maven) just a skeleton of an OSB project witch i can use after in workshop.
    I want to create 1 "Oracle service bus configuration project" with many "Oracle service bus project" automatically (ANT or Maven or scripts) witch i can use after in workshop. How to create a new Oracle OSB project automaticaly with script without IDE ? How can i do this ?
    I'm using Oracle service bus 10.3.1
    Thank you for your help.

    Thank you for your response,
    I do not want to just create the services (proxy services and business services) but I want to create a template for 40 OSB project with the same scripts ANT/Maven.
    Template="Oracle service bus configuration project" + "Oracle service bus project" + services of 40 OSB projects
    The goal is that I have more than 40 projects to create and just the name of the projects that changes (when I say the name of the project ie the name of the OSB project, the name of proxy services and the name of business services ).
    So I want to give my script (ANT/Maven) the name of 40 OSB project and the script must generate the skeleton of the 40 projects at once time and after generation of skeleton of the 40 project, I will import them in the workshop to add manually mapping and routing and other things that differs from one project to another.
    So i want to generate automatically a skeletons of 40 OSB projects using a script (ANT / Maven) and I give to the script juste the names of the 40 projects.
    I want to create a "Oracle service bus configuration project" and "Oracle service bus project" automatically of 40 OSB projects (ANT or Maven or scripts) witch i can use after in workshop.
    I want to create one 'template' of all 40 projects in the same time, with the same directory structure (Transforlation, Business services, proxy services, WSDL .....) and all 40 project have the same transport, just the names of projects and services witch changes and i can give to the script all names of projects and services and i can give also all WSDL.
    Regards,
    Tarik

  • How can you search this forum without searching all the other forums

    how can you search this forum without searching all the other forums at the same time which is a big fat waste of time.

    Follow this tip to create a bookmark to a search page that searches only the forum you want or...
    Browse with Firefox and enable this Greasemonkey script, which forces all searches from a sub-forum to be local.

  • Can you help with rematching file names

    After a computer crash needed to reload my library. When doing this I accidently clicked the option to add track numbers to song names.
    Later I was able to locate my iTunes XML from my old PC, however many of the songs (5000 out of 6000) no don't match because the original song name has been changed since my stupid error caused the files names to get the song number in front of them.
    Anybody have any tips for matching the filenames back up. In my original library some files had track numbers in front and some did not. How can I match them back up. I'm comfortable programming and modifying the iTunes XML but I can't figure out a good way to list out the contents of my hard drive to do the actual matching.
    Tony

    Because this forum software is so absolutely USELESS now, you don't get to see the whole of the question in this view. In the other (non-list) view it says:
    "can you help with a technical problem with the stereo imagery option ? it won't take out lead vocal in a stereo mp3"
    And the answer is that if you can't isolate the vocal in the stereo field, or it is one of these odd ones where it's used inverted polarity in different parts of the stereo signal for the same vocal, then you won't be able to. But without a sample, it's impossible to tell. If you can post a link to one, that might help. It has to be external to this site though - Adobe in their infinite wisdom don't allow the posting of audio files on their audio U2U forum. Helpful, that, isn't it?

  • Can you share your keyboard and mouse when using S...

    can you share your keyboard and mouse when using Skype Screen share?
    I want to give a remote user access to a application on my computer.  Is this posisable with Skype?
    Can you share just one application on yourscreen and not the complete screen?

    you can share both your entire screen, or just a specific window of program in your computer.  it is not possible to give someone a remote access to your computer through skype, and it is also not possible to share your mouse and keyboard.
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

  • Can you edit Muse website without Muse?

    I'm creating a website for a community group.  I'd like them to be able to update their annoucements and events without my help if they need to.  For events, we can use a Google calendar but if they want to update the front page with an announcement or something, I'd like them to able to do so.  Some of the people are ok with code but do not have access to Muse software.
    Can you edit Muse website without have Muse?
    Should I create the website in a different way like Weebly, etc?
    Thanks

    Yes, I've got the Creative Cloud thing so I was going to host it there.  It's a community garden that's just getting started and I'll be traveling for a few weeks this summer and I'm afraid that they may need to update things while I'm gone.  Plus I don't want to be the sole person who can keep it going.

  • Can you help with technical problems with the stereo imagry option

    can you help with a technical problem with the stereo imagery option ? it won't take out lead vocal in a stereo mp3'

    Because this forum software is so absolutely USELESS now, you don't get to see the whole of the question in this view. In the other (non-list) view it says:
    "can you help with a technical problem with the stereo imagery option ? it won't take out lead vocal in a stereo mp3"
    And the answer is that if you can't isolate the vocal in the stereo field, or it is one of these odd ones where it's used inverted polarity in different parts of the stereo signal for the same vocal, then you won't be able to. But without a sample, it's impossible to tell. If you can post a link to one, that might help. It has to be external to this site though - Adobe in their infinite wisdom don't allow the posting of audio files on their audio U2U forum. Helpful, that, isn't it?

  • Can't interact with any open windows, can't interact with flash content

    I've already tried reinstalling, resetting and deleting my profile, nothing's changed.
    I can't close any Firefox window by pressing "x", or by pressing Alt+F4, I can only close it through the task manager or task bar. Minimising or going into windowed mode is also impossible.
    If a new window opens itself (e.g. A download) I can't interact with it at all - It's visible on top of the main window, but nothing I do affects it.
    I also can't interact with flash content (like pausing a youtube video)
    There is absolutely no feedback when I try. The icon doesn't change.
    I recently reset firefox, there are no add-ons, themes etc. installed, the problem persists.
    I am running Windows 7 64bit, everything else (including other browsers) appears to be working fine and a virus scan (Avast! free version) turned up nothing.
    I'd really appreciate any help!

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Can you help with unresponsive tools?

    I just upgraded mackbook 10.1 and lightroom 1  to maverick 10.9 and Lr 5. I only used it once...was acclimating and using adjustment brush with delight.... 2nd time back tools are unresponsive; the crop sometimes receptive to a click yet is not fully functional; the brush is seen off to the side and outside of image and does not respond when i click on selected points.

    Because this forum software is so absolutely USELESS now, you don't get to see the whole of the question in this view. In the other (non-list) view it says:
    "can you help with a technical problem with the stereo imagery option ? it won't take out lead vocal in a stereo mp3"
    And the answer is that if you can't isolate the vocal in the stereo field, or it is one of these odd ones where it's used inverted polarity in different parts of the stereo signal for the same vocal, then you won't be able to. But without a sample, it's impossible to tell. If you can post a link to one, that might help. It has to be external to this site though - Adobe in their infinite wisdom don't allow the posting of audio files on their audio U2U forum. Helpful, that, isn't it?

  • How can you delete an app without losing saved data/progress?

    How can you delete an app without losing saved data/progress? Is there a way through iCloud? I have an 8gb 4th gen iPod touch. I have a lot of music, so with 8gb, space is limited. Some apps I have take up 20-30 MB. Some of these games I don't play that much, but I don't delete them because I have made a lot of progress (levels, scores, acheivements). It would be nice to delete some of these 30 MB apps that take up precious space, and them redownload them in the future when I have more space, but without having to start the whole game over.
    Also, I read somewhere that there might be a way to do this with iCloud, but I don't really know how.
    Thanks!

    This is the only way I know of.  It is messy though.
    How to transfer game saves between iOS devices, without iTunes, and without jailbreaking | TUAW - The Unofficial Apple Weblog

  • Can you use apple watch without pairing to iphone?

    can you use apple watch without pairing to iphone?

    Essentially no.  Your watch has to connect to an iphone to be of any use.
    Once you do pair your watch and phone and you are in a known wifi area, you can turn off Bluetooth and your watch SHOULD connect directly with wifi. I've found it doesn't always connect.
    As of right now my bluetooth on the phone is OFF and I'm on wifi and can get notifications, play games, imessages, check instagram, etc etc.

  • Ipad 4 my icloud account locked so now is not enabled. Can you help me activate without icloud not logging.

    ipad 4 my icloud account locked so now is not enabled. Can you help me activate without icloud not logging.

    If none of the following methods will work for you If you forgot your Apple ID password then contact Apple ID support: Apple ID: Contacting Apple for help with Apple ID account security

  • How can you find your ipod without your serial number or iclould

    how can you find your ipod without a serial number or a iclould?

    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    iCloud: Find My iPhone
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it unless you had iOS 7 on the device. With iOS 7, one has to enter the Apple ID and password to restore the device.
    - Apple will do nothing without a court order                                                        
    Reporting a lost or stolen Apple product                                               
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number
    Alos, the serial number will only help identify the iPod as yours if it is recovered.

  • Can you help with wireless usb printing?

    I have a D-Link router ([DI-824VUP) that works fine as far as geting online and printing to an ethernet printer,(HP1300n) wirelessly. I recently bought this router because it has a usb printer port, yet I can not get it to see the usb printer (Canon S830D). D-Link was no help, as they don't support Apple wireless printing, even though they do support wired printing via their router. QUESTION-any idea how to get powerbook to see the printer when connected to the router? Printer setup utility does not see it, only the HP. Thanks-bobbabe
    OS 10.3.9.
    Titanium Powerbook 667.   Mac OS X (10.3.9)   D-Link router(DI-824VUP)

    Because this forum software is so absolutely USELESS now, you don't get to see the whole of the question in this view. In the other (non-list) view it says:
    "can you help with a technical problem with the stereo imagery option ? it won't take out lead vocal in a stereo mp3"
    And the answer is that if you can't isolate the vocal in the stereo field, or it is one of these odd ones where it's used inverted polarity in different parts of the stereo signal for the same vocal, then you won't be able to. But without a sample, it's impossible to tell. If you can post a link to one, that might help. It has to be external to this site though - Adobe in their infinite wisdom don't allow the posting of audio files on their audio U2U forum. Helpful, that, isn't it?

Maybe you are looking for

  • Is lost data retrievable on a Solid-State Drive (SSD)?

    Since a SSD is only RAM, I'm wondering if data is retrievable once a file is deleted just like on a conventional hard disk drive. Then if data is truly retrievable, how to make these deleted files for ever? Do you need to use the same techniques foun

  • IPod classic will not connect in iTunes

    My iPod classic 30gb (not sure if 4th or 5th gen) will not display in iTunes. I have followed the steps on apple support and came to the conclusion that windows was confusing the my ipod with a network drive but I cannot change the drive letter, an e

  • Should not come to AE when the IDOC segment missed

    Hi, I 've done the multimapping from IDOC to mul.files. Here my sender IDOC line Item contains 2 segments. Let us assume the first segment named Z1CONSGROUP and having some fields which has mapped to my receiver end files. In production system we sho

  • What is this that shows up in submitted forms?

    This is what shows up in my database when a user submits a form. I have changed the links from http to hxxp, just in case: First name:cpezcxuqaa Last name:cpezcxuqaa Can we contact you?:NO Email:[email protected] Address:xWPfxw <a href=\"hxxp://ailmv

  • Plug-In (PI & PIB) in BW

    Hi, we are planning to upgrade the PI on an R/3 4.7 enterprise system to PI 2004.1 SP10 and PIB 2005.1. This R/3 is a source system for a BW 3.0B that will upgrade next year to NW04s. The problem is that during a period of time we'll have the R/3 wit