Artboard tool issue: opt click not cycling through artboards

Hello all, first time poster.
I'm working with the Artboard tool and am having trouble getting the artboard tool to function correctly. Whenever I select the artboard tool, then hold option and click in an effort to cycle through artboards it will not work. I can get the select to highlight when clicking the board name in the top left corner, but clicking in the middle of the board does nothing.
See video of problem below:
Artboard tool opt + click issue - YouTube
Thanks to all in advance!

It used to work that way in the Windows version of Illustrator, specifically in conjunction with the Shift and Enter key.
Currently, it doesn't work in the Mac version.

Similar Messages

  • Skype - Issue in "click-to-call" through Skype fun...

    I would be most grateful to receive help with an issue I have encountered.
    I´m developing a web application where I give the user an option to call a phone number through Skype with a click on a button directly from the web application. This works fine for browsers on desktop, iPad and Android devices. But when the user clicks on the call button in iOS browsers (testet with latest Safari and Chrome) then Skype is opened, but the phone number is not dialled or transferred into Skype. I would be most thankful to receive help with this.  it will only open up Skype when the user clicks on the button. Do anyone have any idea to how I can solve this?

    Am faceing the same problem and sent email to Skype Support and waiting for the responce for "unresponcive plug".....
    Alex @ Flights Hub
    [url=http://www.flightshub.co.uk/cheap-flights/]Cheap flights[/url] | [url=http://www.flightshub.co.uk/cheap-flights/accra/]Cheap flights to Accra[/url]

  • How to create a small field that cycles through a series of images. (using Acrobat Pro)

    Using Acrobat Pro, we need to use a small field to track student progress.  With successive mouse clicks, the field would cycle through: 
    -- a number (that identifies an element of study),
    -- same number surrounded by a circle (indicates element is assigned to the student),
    -- same number with a check mark (indicates element was completed by the student),
    -- back to the original number.
    This could probably be handled by cycling through a series of small images when the user clicks on the field.   
    The "Check Box" field allows only a check to be added to the field.  It does not allow the circle and does not cycle through multiple states. 
    The "Text Box" field might allow this capability, but if so we are not able to configure it properly.  
    Any solutions?   Thanks!

    Thanks Michael,
    The information at the link you provided enabled us to create a button that cycles through a series of ASCII characters. 
    This us useful, but we need to cycle through a series of images.  A more difficult problem. 
    FYI, an example of the javascript that cycles through a series of ASCII characters is shown below.  (The "else" statement pertaining to a null "" buttonGetCaption state is used to initiate an initial state of "1" for the button when the form is first opened.). 
    if
    (event.target.buttonGetCaption()=="1"+"\u2714") {
        event.target.buttonSetCaption("1");
        event.target.textColor = color.black; }
    else if (event.target.buttonGetCaption()=="") {
        event.target.buttonSetCaption("1");
        event.target.textColor = color.black; }
    else if (event.target.buttonGetCaption()=="1P") {
        event.target.buttonSetCaption("1"+"\u2714");
        event.target.textColor = color.green; }
    else if (event.target.buttonGetCaption()=="1") {
        event.target.buttonSetCaption("1P");
        event.target.textColor = color.red; }
    loop
    Again, we are still looking for a way to cycle through a series of images so any help with that problem would be appreciated. 

  • Trouble cycling through a directory of InDesign Files

    Hello,
    I am writing a script that is meant to cycle through (open, process, close) a bunch of InDesign files in a specified directory.  I have this working except for the fact that the script is only opening one file and then after it closes that file, the script completes.  It will not cycle through all of the InDesign files in the folder.  Here is my code:
    var myFileLocation = Folder.selectDialog("Please select a folder containing the InDesign files.");
        myFolder = new Folder([myFileLocation]);
        myFolderContents = myFolder.getFiles("*.indd");
        myFileAmount = (myFolderContents.length - 1);
        // Open, Export, & Close
        for (i = myFileAmount; i >= 0; i--) {
            app.open(File(myFolderContents[i]));
            createHyperlinks();
            app.activeDocument.exportFile(
            ExportFormat.pdfType, File(myFolder.fsName + "/" + app.activeDocument.name.split(".indd")[0] + ".pdf"), false, myPreset);
            app.activeDocument.close(SaveOptions.no);
    I have confirmed that myFileAmount contains the correct amount of files in the specified directory (35 files).  Also, I have confirmed that each one of those files is indeed the correct file type. Can anyone see anything wrong with my logic?
    Thanks!

    Also, you can pull your function into the loop like this maybe:
    var createHyperlinks = function(){/*function*/};
    createHyperlinks();
    And as Jongware said, check your function for 'i' variable, because if you are using this script as it is, variable 'i' can be reset from function because it's a global variable. To make variable local, put your load/loop/close script in function.
    Hope that helps.
    tomaxxi
    http://indisnip.wordpress.com/

  • Issues with AUTO cycling through ....

    I'm trying to do this:
    Any help with one or the other is very much appriciated !!!
    1) When the Timer is finish auto cycling through the tabs (1 to 16) of the ViewStack, and switching over to tab (1) to STOP, I would like to address a function to do something ???
    The question is now how to write the code to ID that the Timer has come to a STOP on tab (1), and how can I incoperate this into the existing (onTimerOne) function.
    2) The second item I'm after is that if I'm amnualy select any tab (1 to 16) to address also a function to do something ???
    3) The third item I'm after is to automaticly zero (0) the ViewStack to tab number (1) if I click a Btn.
    <mx:Script>
    <![CDATA[
        import flash.events.TimerEvent;
        import flash.utils.Timer;
        private var timerOne:Timer;
        private function initOne():void {
            timerOne = new Timer(5000, myViewStack.numChildren);
            timerOne.addEventListener(TimerEvent.TIMER, onTimerOne);
        private function onTimerOne(evt:TimerEvent):void {
            if(myViewStack.selectedIndex == myViewStack.numChildren-1) {
            myViewStack.selectedIndex = 0;
            return;
            myViewStack.selectedIndex++;
        private function autoOne():void {
            if (!timerOne.running) {
            timerOne.start();
        private function manualOne():void {
            if (timerOne.running) {
            timerOne.stop();
    ]]>
    </mx:Script>
    4) Well, the fourth item I'm trying to work out is as I'm reading my data from an Xml file to have a TextArea which shows the different countries from the Xml file for each ViewStack tab while auto cycling through these tabs (1 to 16).
    The diffuculty here is that I use this Xml with a specific urlID="1" to urlId="16" as part shown below.
    <urlsOceania>
        <urlOceania urlID="1"/>
        <searchCountry>American Samoa</searchCountry>
        <etc></etc>
    </urlsOceania>
    I'm reading all the other items this way:
    source="{urlsOceania.urlOceania.(@urID==1).etc}"
    Thanks in advance aktell2007

    Thanks for the confirmation.  7 miles away is most likely using the same VZW tower but it does confirm the problem is not in your current location for us.
    You can look up local tower locations from many public websites such as the following:
    www.antennasearch.com
    www.cellreception.com
    http://www.evdoinfo.com/content/view/2990/63/
    The signal of -65 shows you have strong reception but it doesnt show the entire picture.  Your tower could be overloaded or unauthenticating you.  There are lots of little issues that exist outside of the raw signal strength between the towers and the connecting devices that we users have no control over.  As you may guess only a tower tech has access to identify and correct these things.
    Based on the picture of the back of the MBR1515/Netgear N300 router from Netgear I would assume that only a normal sized SIM card will fit.  I would not assume a micro SIM card will fit.  Since I do not have access to either of the VZW or non-VZW 4G LTE router I cannot confirm if it will work or not.  You might have to give Netgear a call and ask.  Based on what I can see from the User Guides of both devices the SIMs used for each should be compatible with eachother.
    If you decide to purchase the non vzw version please post back your findings for us.

  • Issue with desktop Opt/Click (right click) & 'Change Desktop Background'

    I have an issue with the opt/click in the desktop in ML 10.8.2. The 'Change Desktop Background' using opt/click (right click) works after reboot, but fails to open (work correctly) thereafter. The 'System Preferences' icon bounces in the dock but nothing else happens, I have either click on the SP icon or re-opt/click (R click) again to get it working. All else seems to be in order but not this. I have tried this with 2 complete full installs & still doesn't work correctly (same issue. I have reported it to Apple, but I was wondering if anyone else experiencing this problem?

    So, here's what I've learned so far.
    Fresh reboot.  Works fine.  Close and try again, doesn't work.  This you already know.
    Here's what I tried to see if it makes a difference:
    I removed:
    ~/Library/Caches
    ~/Library/Preferences/com.apple.finder.*, com.apple.systempreferences.* and com.apple.desktop.*
    That didn't help.
    I tried it in safe mode.  Same issue.
    Here's something interesting I noticed.  If you open terminal and killall Finder, that refreshes it and makes it work again... for 1 try.
    This does, in fact, seem like a bug.
    For reference, I'm currently on a mid 2012 macbook pro.  Running fully updated on mt lion.

  • Im running a web-based CMS, that cycles through a number of pages, and wanted to know if there is an auto reload code option ( not plug-in ) that can restart previous page when connection failed.

    I am running a web-based CMS that cycles through a number of pages, each for different times ( ranging from 40 seconds to 2 minutes )and is displayed in a number of shops. Every now and then our internet drops, and the page errors with connection failed. I’m wondering if there is anyway to auto reload the page as soon as the error connection failed is showing. auto-reload addon is not an option as this will interrupt the sequence.
    The following error was encountered:<br />
    <br />
    <ul><li><b>Connection Failed</b></li></ul><br />
    <br />
    This means:<br />
    <br />
    <pre>

    I am running a web-based CMS that cycles through a number of pages, each for different times ( ranging from 40 seconds to 2 minutes )and is displayed in a number of shops. Every now and then our internet drops, and the page errors with connection failed. I’m wondering if there is anyway to auto reload the page as soon as the error connection failed is showing. auto-reload addon is not an option as this will interrupt the sequence.
    The following error was encountered:<br />
    <br />
    <ul><li><b>Connection Failed</b></li></ul><br />
    <br />
    This means:<br />
    <br />
    <pre>

  • I accidently click for a full screen view on Firefox and now I can't undo it. My bar with tools, bookmarks, etc. is not visible. As the browser opens, the bar appears but then jumps up where it can't be reached. How do I turn off the full screen?

    I accidently clicked for a full screen view on Firefox and now I can't undo it. My bar with tools, bookmarks, etc. is not visible. As the browser opens, the bar appears but then jumps up where it can't be reached. How do I turn off the full screen without access to view options?

    Co-el, This wasn't possible as there wasn't a navigation bar available. The F11 did the trick though. Thanks for adding to the discussion.

  • The two finger cycle through apps does not work?

    Hello,
    I don'nt know what is wrong, but it seems that the two finger gesture allowing to cycle through apps does not work for me. I  am using a standard mac Bluetooth mouse. 
    Can anyone help me with this?
    Thank you
    Sebastien  Dion
    from Quebec city, Canada

    Download a free app. It reauthorizes your device for use of your apple id.

  • When i click on text tool the photoshop CS5 not responding

    hey guys
    i have problem in photoshop CS5
    that is when i click on text tool the photoshop not responding and i cann't do anything when i click on text tool the photoshop not responding and when i want to close photoshop i just have one way it's from task .
    so how can i solved this problem because my all work on the photoshop it's texts please help me and thank you so much adobe

    Select the Text Tool
    Then right click on its' icon in the Option bar.
    Select "Reset Tool" from the pop-up menu.
    Any questions, get back to me.
    Gene

  • I am signed into my iTunes account.  However, Im asked for answers to security questions I can't remember.  I have clicked to reset through e-mail, yet I am not getting any email from iTunes.  Any advice on fixing this?

    I am signed into my iTunes account.  However, Im asked for answers to security questions I can't remember.  I have clicked to reset through e-mail, yet I am not getting any email from iTunes.  Any advice on fixing this?

    If you are not getting the email, you can contact Apple Support to have your Security Questions reset:
    ACCOUNT SECURITY CONTACT NUMBERS
    Once you get them reset, check your Rescue Email address on Manage Your Apple ID to make sure it is still a functional address. It is not the same as your primary or alternate address.
    Cheers,
    GB

  • How do i after down load creative cloud and have it in the tool bar , then click on it ,it brings up a box  called creative cloud then just rotates not bringing up any apps ?

    how do i after down load creative cloud and have it in the tool bar , then click on it ,it brings up a box  called creative cloud then just rotates not bringing up any apps ?

    Mac Spinning Wheel https://forums.adobe.com/message/5470608
    -Similar in Windows https://forums.adobe.com/message/5853430

  • Cycle through XML on click/swipe

    I'm (still) working on my xml phone book. I need to cycle through the data in the array on mouse click. (The mouse click will be a swipe on a mobile device.)
    stop();
    var nameArray:Array = new Array();
    var countryArray:Array = new Array();
    var portraitArray:Array = new Array();
    var flagArray:Array = new Array();
    var jobtitleArray:Array = new Array();
    var imageNum:Number=0;
    var totalImages:Number;
    //Load XML
    var XMLURLLoader:URLLoader = new URLLoader();
    XMLURLLoader.load(new URLRequest("recbook.xml"));
    XMLURLLoader.addEventListener(Event.COMPLETE, processXML);
    function processXML(event:Event):void {
          var theXMLData:XML = new XML(XMLURLLoader.data);
          totalImages=theXMLData.name.length();
          for (var i:Number =0; i < totalImages; i++){
                //push xml data into the arrays
                nameArray.push(theXMLData.name[i]);
                countryArray.push(theXMLData.country[i]);
                portraitArray.push(theXMLData.portrait[i]);
                flagArray.push(theXMLData.flag[i]);
                jobtitleArray.push(theXMLData.jobtitle[i]);
          //data is processed
          loadData();
    function loadData():void {
          var thisPortrait:String = portraitArray[imageNum];
          var thisCountry:String = countryArray[imageNum];
          var thisName:String = nameArray[imageNum];
          var thisJobtitle:String = jobtitleArray[imageNum];
          var thisFlag:String = flagArray[imageNum];
          var dataLoader:Loader = new Loader();
          dataLoader.load(new URLRequest(portraitArray[imageNum]));
          dataLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, dataLoaded);
          function dataLoaded(event:Event):void {
                stage.addEventListener(MouseEvent.CLICK, loadMainImage1);
                function loadMainImage1(event:MouseEvent):void {
                      portraitUILoader.source=thisPortrait;
                      flagUILoader.source=thisFlag;
                      selectedName.text=thisName;
                      selectedCountry.text=thisCountry;
                      selectedJobtitle.text=thisJobtitle;
    //add 1 to imageNum
    if (imageNum < totalImages) {
         trace("imageNum " + imageNum);
         trace("image name (thisPortrait) " + thisPortrait);
         imageNum++;
         if (imageNum!=totalImages) {
              loadData();

    solution :
    import flash.events.MouseEvent;
    stop();
    var nameArray:Array = new Array();
    var countryArray:Array = new Array();
    var portraitArray:Array = new Array();
    var flagArray:Array = new Array();
    var jobtitleArray:Array = new Array();
    var contactArray:Array = new Array();
    var imageNum:Number = 0;
    var totalImages:Number;
    //Load XML
    var XMLURLLoader:URLLoader = new URLLoader();
    XMLURLLoader.load(new URLRequest("recbook.xml"));
    XMLURLLoader.addEventListener(Event.COMPLETE, processXML);
    function processXML(event:Event):void
        var theXMLData:XML = new XML(XMLURLLoader.data);
        totalImages = theXMLData.name.length();
        for (var i:Number =0; i < totalImages; i++)
            //push xml data into the arrays
            nameArray.push(theXMLData.name[i]);
            countryArray.push(theXMLData.country[i]);
            portraitArray.push(theXMLData.portrait[i]);
            flagArray.push(theXMLData.flag[i]);
            jobtitleArray.push(theXMLData.jobtitle[i]);
            contactArray.push(theXMLData.contactInfo[i]);
        //data is processed;
        loadData();
    homeScreen_btn.visible=false;
    var thisPortrait:String;
    var thisCountry:String;
    var thisName:String;
    var thisJobtitle:String;
    var thisFlag:String;
    var thisContact:String;
    function loadData():void
         thisPortrait= portraitArray[imageNum];
        thisCountry= countryArray[imageNum];
        thisName = nameArray[imageNum];
        thisJobtitle = jobtitleArray[imageNum];
        thisFlag = flagArray[imageNum];
        thisContact = contactArray[imageNum];
        var dataLoader:Loader = new Loader();
        dataLoader.load(new URLRequest(portraitArray[imageNum]));
        dataLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, dataLoaded);
        function dataLoaded(event:Event):void
                portraitUILoader.source = thisPortrait;
                flagUILoader.source = thisFlag;
                selectedName.text = thisName;
                selectedCountry.text = thisCountry;
                selectedJobtitle.text = thisJobtitle;
                selectedContact.text = thisContact;
                //add 1 to imageNum and cycle through the data
                if (imageNum < totalImages)
                    imageNum++;
                    trace(totalImages);
                    if (imageNum!=totalImages)
                        goNext_btn.addEventListener(MouseEvent.CLICK,nextfn);
                    }else goNext_btn.removeEventListener(MouseEvent.CLICK,nextfn);
                }//closes incrementation loop
            }//close loadMainImage
    }//close loadData
            function nextfn(e:MouseEvent):void{
                loadData();

  • Music Constantly cycling through library, but not playing anything

    I have 2 windows 7 computers, and this problem occurs on both.  When I play music, after skipping to the next song if one comes on I don't like playing, iTunes cycles through my entire library trying to play a song, but never actually able to.  This problem lasts until the next system restart, and is getting annoying.  I figured it was a problem with the RAZER Synapse software, so I disabled it, and it worked ok one time then the problem came back.  Does any one else have this issue?  If so, is there a solution to prevent it from happening?

    Okay, mine now works here is what I did.
    plug in the iPhone, iPad etc
    in iTunes select the phone or iPad
    Under Summary uncheck "Sync with this....."
    Under "Music" uncheck the "Sync Music"
    Let it remove all the songs, dont worry it will come back no problems.
    Once that is all done all the music on the phone or ipad should be gone.
    Now check them both back on and everything should copy back onto it.
    Working now !!!!!

  • Note Tool issue

    Hello,
    In the Note Tool, when I click on "New Note", a new note is created and the tool immediately goes back to the previous state (not allowing me to enter any character in the new note) - I'm assuming it immediately closes the newly created note. The note is indeed created, but it is empty. Then if I open it, I can write one character in the note before the note is closed.
    It works fine if I open a new document and try to create a note in that document.
    What is going on?
    This is for CS4.
    Thanks.

    Hi Mary,
    No fonts missing. I am not familiar with font auto-activation - I don't believe I am using it.
    I broke the link to the paragraph style in the story and the Notes behaviour didn't change (in a new story in the same document, it works fine).

Maybe you are looking for

  • Spry.Utils.updateContent & IE caching pls help

    Hi - so ive read quite a few posts about this problem but no single - comprehensive solution. Basically im using updateContent to show and refresh a mini basket display on my ecom site. works great in firefox but in IE7 the shopping basket apparently

  • Sequence not closed at store close

    Using the DPL with BDB v4.7.25 (Java API), I have observed that closing an EntityStore do not close the Sequence objects attached to it. EntityStore.close() closes the sequence database, but not the Sequence itself. Open through getSequence(String).

  • Adobe Digital Edition download to iTouch

    I just downloaded Adobe Digital Edition through my public library and downloaded a book onto my Mac. How do I transfer it to my iTouch?

  • Extract assets doesn't extract the 0.5x or 0.25x files but does the 2x and 3x, why?

    Dear Photoshop Community, I'm trying to extract assets but this doesn't extract the 0.5x or 0.25x files but does the 2x and 3x, why? I get the original file, and 2 folders, one named scaled-at-200 and one named scaled-at-300. I am using Photoshop CC

  • Adding a second domain controller to domain

    Neally I can do that no problem but why it is asking me again when it was already done when I added my first 2008 R2 Domain Controller .  I will try running it again and post the results. Thanks