JavaScript to Play Illustrator Action

Can anyone point me in the right direction as new to scripting.
I'm trying to write a Javascript to play an Adobe Illustrator CS5 action and then save open file as a pdf.
I have done the below in AppleScript which works but would like to do in Javascript if possible.
tell application "Adobe Illustrator"
do script "6sheet" from "Mine" without dialogs
end tell
Thanks in advance
Cheers Chris

Thanks Muppet Mark, In That case what would I add to the AppleScript to to save file after action has run to PDF?
tell application "Adobe Illustrator"
do script "6sheet" from "Mine" without dialogs
end tell

Similar Messages

  • How do I create custom Photoshop/Illustrator actions in Automator?

    Hi all,
    I'm doing a video project with some fairly tedious processes involved on my files. I'd like to use Automator but I think I'm missing some key points on how to use it. Google has not yielded anything fruitful on the matter so I decided to bring this to the experts on this board.
    Here is the process I'd like to automate. Keep in mind I know how to do each step in its given application, but have not been able to figure out how to plug these into Automator sequence:
    - Use Quicktime to covert a movie file into an image sequence
    - Take that image sequence and use Illustrator to covert each image in the sequence to vector
    - Convert each .ai file produced into a jpeg using Photoshop
    I need these steps done for over 100 movie files. My main problem is that Photoshop and Illustrator don't appear in my application list within Automator. Can I add these? If not, I'm not sure I understand how to write an action for either application. I even downloaded some third-party Photoshop scripts and added them but the application icon still does not appear within Automator.
    I also tried "record" while doing all the steps manually, but Automator didn't seem to pick up anything I did (unlike the old versions of Apple Script Editor). Please help! Thanks a mil...
    Mike

    Finicky is not the word for Watch Me Do... I feel like Apple's old record button in Script Editor worked better than this. Anyway, red_menace, thanks for the link - very helpful.
    After lots of trial and error, I managed to get my Quicktime script to work. I did a Watch Me Do action, then from the list of those actions in the Watch Me Do step in Automator, I extracted individual actions by dragging them out below to the space for the next step, and a "Run Applescript" step appeared. I put something together with the idea that I could drag a desired movie file onto this Automator application and have it executed. This is what I have so far, in order of Automator steps:
    1. Open Finder Items. Got this from a pre-installed action for Finder. I selected Quicktime 7 as the app to open. This assumes a movie file has been dragged onto the application file that Automator creates to open the file in Quicktime and kick off the script.
    2. Run Applescript (extracted from the Watch Me Do recording). I adjusted the "delay" time to be long enough as I found having too short of a delay messed up the whole automation. This step is to tell Quicktime to bring up the Export dialogue (a simple Command-E button press). The script is as follows:
    on run {input, parameters}
    -- Press ⌘E
    delay 3
    set timeoutSeconds to 2.0
    set uiScript to "keystroke \"e\" using command down"
    my doWithTimeout(uiScript, timeoutSeconds)
    return input
    end run
    on doWithTimeout(uiScript, timeoutSeconds)
    set endDate to (current date) + timeoutSeconds
    repeat
    try
    run script "tell application \"System Events\"
    " & uiScript & "
    end tell"
    exit repeat
    on error errorMessage
    if ((current date) > endDate) then
    error "Can not " & uiScript
    end if
    end try
    end repeat
    end doWithTimeout
    3. Run Applescript (again, taken from the Watch Me Do recording). This one was a little trickier because for some reason Watch Me Do was recording my button press of the enter key as an empty set of commas (' '). I poked around online and found that the AppleScript equivalent for enter is "key code 36", so I replaced the blank space with that. I wonder if this is because I'm using a non-Apple keyboard... The script is as follows:
    on run {input, parameters}
    -- Type 'key code 36'
    delay 2
    set timeoutSeconds to 2.0
    set uiScript to "keystroke \"
    my doWithTimeout(uiScript, timeoutSeconds)
    return input
    end run
    on doWithTimeout(uiScript, timeoutSeconds)
    set endDate to (current date) + timeoutSeconds
    repeat
    try
    run script "tell application \"System Events\"
    " & uiScript & "
    end tell"
    exit repeat
    on error errorMessage
    if ((current date) > endDate) then
    error "Can not " & uiScript
    end if
    end try
    end repeat
    end doWithTimeout
    The above three steps work well for my movie file export from Quicktime, but what I'd REALLY like is to do is repeat these steps for every movie file in a given folder with one click. Any ideas on how I'd accomplish that?
    I also tried to string in further actions for Illustrator but no luck - I kept getting errors in Illustrator. First, I got the error "The object "Play Action" is not currently available", and once I figured out how to get past that error (just extended the delay time), I got stuck on the error "Could not complete the Play command because the action is playing". In a nutshell, I'm trying to get Automator to open Illustrator and play an Illustrator Action. Again, open to any ideas. My Illustrator action is a simple one: Live Trace, then save file.
    Thanks again for the help on this, folks.

  • Play audio action doesn't work in Captivate 7

    Hi,
    On the first slide of my course I added a "quick start" guide. It consists of a series of captions containing text. In each caption there's a "Continue" text link triggering an advanced action to hide the current caption and show the next one. This works perfectly.
    Now I wanted to attach audio to each step of the guide. I added a "play audio" action after the show/hide actions for the first step. No audio was playing. When I changed the play audio to be the first action in the script - the script didn't work at all. When I changed it to be between the hide and show, the hide worked and show didn't. What I understand from this is that play audio doesn't work and also halts the whole thing.
    Any advice?
    Thanks

    Just checked it out, created a shared action with almost exactly the same commands, but grouped all the text containers in one group Gr_TC
    to hide:
    It worked perfectly. You don't see a label, because it is a shared action, for which I just filled in some parameters. Attached it to three buttons, had 3 text containers and 3 different audio clips.
    Is the audio clip playing when you use it in another way? The only difference seems to be that you have a VO clip and I used one of the included sounds with Captivate.
    Another way could be to attach the audio to the text container as object audio. Once you show the text, audio will play, when you hide the text it will stop. That was the way to go before CP6:
    http://blog.lilybiri.com/playtime-with-audio-and-widgets
    Lilybiri

  • Assigned F key to play an action does not work. Why? Using cs6  iMac and wireless key board

    Assigned F key to play an action does not work to play the action on an image. When the F key is selected it seams to control computer attributes rather than the play action assigned in photoshop. Why? Using cs6  iMac and wireless key board.
    Is this a possible preference setting in mac or is it a setting in cs6 photoshop ? Help and knowledge will be appreciated.

    *** Moderator Action ***
    This networking question has been moved from the Solaris 10 discussion space,
    to the Solaris Networking discussion space, for closer topic alignment.
    Whereas there may be IPV6 nuances specific to your Solaris 10 environment and to the hardware, this appears to be a discussion that may be more global in effect.

  • How to create play all actions in one Click

    Please help

    The first action in that action set play the rest of actions in that action set it does not play all actions. That would require a Photoshop script to retrieve all the loaded action sets and do the action in each. Why would you want to run random actions.
    That first action in the set was the last action recorded in the action set. Started with a make snapshot named normal then select that snapshot then play the next action in the set, The select snapshot normal and play next action is repeated till the rest of the action in the set have been played. Then a stop message is displayed.  The other actions in the set make a group add their effect and make a snapshot.  If you uncheck the stop step you could even batch this action, The stop would stop the batch process.
    Just expand the actions and action steps and read the steps. Actions are easy to record and edit. The action palette is a full function action editor. You can single step and edit at the same time.  Reading action is a good way to learn how to use Photoshop and you will know if an action is going to destroy work you have dons on a document like flatten you work.
    Crafting Actions Package
    Contains
    Action Actions Palette Tips.txt
    Action Creation Guidelines.txt
    Action Dealing with Image Size.txt
    Action Enhanced via Scripted Photoshop Functions.txt
    CraftedActions.atn Sample Action set includes an example Watermarking action
    Sample Actions.txt Photoshop CraftedActions set saved as a text file.
    12 Scripts for actions
    Example
    Download

  • Can an Illustrator Action be batched out of bridge?

    I'm looking for a way to automate an Illustrator action. I can do batch out of ILL. But was wondering if the Action can be run on a selection of images out of Bridge?
    Thanks
    Max

    Try and look here:
    Bridge Scripting

  • Recording, grouping and playing an action...I am stumped!

    First I will start by mentioning  I am working with CS6. Recently I have  been recording a few actions that I like to run on a lot of my photos. Before I am done recording these actions I like to group them. Here is where the problem comes into play however...First time I play the action it shows up perfectly in the layer  panel. The 2nd,3rd attempt an  so on, the action that  is grouped (the same action or another grouped action) will show up all jumbled in the layers panel. Sometimes the adjustment layers show up outside of the group while others the group appears to have "eaten" the first group of actions I ran. Am I missing something why cant  I stack the actions I have written?

    glissonamanda wrote:
    Before I am done recording these actions I like to group them.
    Why are you trying to record steps like moving actions to group them and such.  You should stop recording the actions.  Then move, group and organize them the way you want. After that you should save all the action set you messed with so you don't loose the new actions you recorded and have save them organized and grouped the way you want.  If you record steps the move and copy actions mess with actions when you play the action these steps are recorded in the action will more then likely mess up actions and the grouping you did.
    Post a screen capture of the action steps of the action your having a problem with. Have you looked at waht is recorded in the action?

  • Scripting Illustrator actions, incorporating calls to Excel

    Hello all, I need some help...
    I am building a series of logos — based on word strings —  using Illustrator CS4 with a combination of Actions, but also retrieving the word string from an Excel file.
    Normally for one or two iterations of the process, I would not hassle with a script, but this is a mind-numbing repetitive task, and I have to make 6,000 logos!! Seems the ideal use for a script.
    We have tried to work with ExtendScript Toolkit (ESTK) but we can't get our heads around how to make it do certain things, and I can't find anyone who really knows how to use ESTK correctly.
    I have a MAC, so the script has to be written in Java Script or Apple Script.
    Here's what I need to do:
    Execute Action: Open a Master Illustrator doc. This doc is already configured with art board, pre-defined type box (Area Type Optioned), Charater Styles, Drop Shadow parameters set. <pause Action>
    Run Script: Retrieve the word string from a cell in Excel worksheet (or CSV??). Some are single words, first letter capped. Some are two to four words Camel Cased. Example: "DinnerPartiestm". There are two additional charaters "tm" at the end of the word string that will be acted upon (remember these two characters for item 7 below)
    Run Script: Place this WordString into the predefined type box in the Illustrator Master doc. That is, in Illustrator, "select" the type box so the cursor is at first position and place the word string — copy from Excel & paste into Illustrator? <pause Script>
    Execute Action: Apply character style 1— font with point size, letter spacing, stroke and colour (It just happens to be red). Example: DinnerPartiestm  <pause Action>
    Run Script: Select all caps in word string. Example: DinnerPartiestm <pause Script>
    Execute Action: Apply character style 2 — Caps Only (selected) — New point size, baseline offset. Example: DinnerPartiestm <pause Action>
    Run Script: Select last two letters of word string. Example: DinnerPartiestm <pause Script>
    Execute Action: Apply character style 3 — last two letters only (selected) — New point size, change colour, baseline offset. Example: DinnerPartiestm <pause Action>
    Run Script: Select text box. <pause Script>
    Execute Action: Apply Stylize > Drop Shadow — On contents of text box, preset DS parameters in either Appearence panel or Effect menu.
    Execute Action: File > Save As .ai document. <at Save As dialog, pause action>
    Run Script: Retrieve file name from Excel and place in Save As dialog (copy & paste?). In next column in Excel doc, same row, is a SEO-friendly file name. Example: word string is "DinnerParties"; file name (next column) is "logo-dinner-parties"
    Run Script: Select folder to save the .ai doc into. Example: Folder is "Logos AI". <pause Script>
    Execute Action: Complete Save As. Example: in Folder "Logos AI" now we have the file "logo-dinner-parties.ai"
    Execute Action [assumes that the Saved As document — logo-dinner-parties.ai — is now the active one in Illustrator]: Save for Web & Devices. Preset to PNG24/Transparent. Correct file name will NOT be in Save field. <at Save dialog, pause action>
    Run Script: Repeat retrieval process to get same file name from Excel.
    Run Script: Select new folder to save the .png doc into. Example: Folder  is "Logos PNG". <pause Script>
    Execute Action: Complete Save for Web. Example: in Folder "Logos PNG" now  we have the file "logo-dinner-parties.png"
    Execute Action: Close
    Repeat steps 1 though 19 until all word strings processed: Script has to know to go to next word string (next row) in Excel doc.
    This is a tricky one, but there's got to be a way to automate the process... otherwise I'll go crazy doing this manually!!
    IS THERE ANYBODY OUT THERE WHO CAN HELP?
    Thanking you in advance for any assistance.
    All the best.

    IS THERE ANYBODY OUT THERE WHO CAN HELP?
    Depends on what you mean by "help." Are you asking someone to do the whole thing for you (would require more detail), or do you intend to do it yourself, but are stuck on something? (You say you "tried to work with ESTK" and "can't find anyone who really knows how to use ESTK correctly"; but you don't say specifically what you're struggling with in ESTK.)
    ...doc is already configured with art board, pre-defined type box (Area Type Optioned), Charater Styles, Drop Shadow parameters set.
    Much of what can be done with any approach depends largely upon what Appearances and/or Effects are involved, and where. You imply that you want all of the "logo" to be contained in a single textFrame object. But Drop Shadow Effect cannot be applied at the character level, so it can't be included in a Character Style.
    So if you don't want all the text to have the same drop shadow, you will be involving multiple textFrame objects. That will lead to the complication of having to position the two textFrames relative to each other, depending on their dimensions after the varying text is inserted.
    Retrieve the word string from a cell in Excel worksheet (or CSV??)
    With scripting, it would be inefficient and unnecssary to go back-and-forth to the spreadsheet to extract values one at a time. Typically, you would create an array containing the full set of values, and then iterate through the elements of the array.
    Some are single words, first letter capped. Some are two to four words Camel Cased. Example: "DinnerPartiestm".
    So you're going to need a sub-routine of some kind (in Javascript, a function) to find capital letters.
    There are two additional charaters "tm" at the end of the word string that will be acted upon...
    If this is the same in each instance, and if you are going to script this, there is no need to include it in the data.  Insert the "tm" programmatically.
    That is, in Illustrator, "select" the type box so the cursor is at first position and place the word string — copy from Excel & paste into Illustrator?
    Using script, you don't have to select the textFrame, copy, or paste in order to insert content. You would declare a variable, assign its value (from the above-mentioned array), add the variable's value as text to textFrame's content.
    Apply character style 1— font with point size, letter spacing, stroke and colour (It just happens to be red). Example: DinnerPartiestm
    Here you will run into a difficulty inherent in Illustrator's poor implementation of stroked text. You can apply a Stroke at the Character level and include that Appearance in a Character Style. But Illustrator always positions such strokes in front of the fill--something you almost never want, because it "chokes" the fills, wrecking the shape of the characters. The workaround is to Add New Stroke and position that below the Characters listing in the Appearance Palette. But script provides no access to added strokes or fills and Added Strokes cannot be applied at the character level.
    Select all caps in word string. Example: DinnerPartiestm
    Illustrator cannot select discontiguous text strings. Again, script does not have to select objects in order to change their properties.
    Apply character style 2 — Caps Only (selected) — New point size, baseline offset. Example: DinnerPartiestm
    Apply character style 3 — last two letters only (selected) — New point size, change colour, baseline offset. Example: DinnerPartiestm
    The applyTo method of the CharacterStyle object. Or, just set the size and baselineShift properties of the characterAttributes property of the textRange directly.
    Apply Stylize > Drop Shadow — On contents of text box
    Drop Shadow Effect cannot be applied to the contents (character level) of a textFrame--only to the textFrame object itself.
    My very limited understanding of ESTK is that it is a scripting tool for  use in Illustrator.
    It's a script text editor included with the Creative Suite. You can use it to build scripts for any of the CS products (or entirely other purposes, for that matter). Or, you can choose to not use it at all. A Javascript is just a text file. Tools like ESTK add conveniences, references, etc., geared toward scripting.
    So, I'm only acting on the word string....
    But I am also not a coder...
    Which is why I would look into simpler already-built methods before jumping into a tedious solution scripted for Illustrator. For example: Many, if not most, AI users are familiar with InDesign. InDesign provides a proper dataMerge feature that can handle ordinary tab-delimited text. It's handling of strokes on text is correct, unlike Illustrator. If you set it up accordingly, it can create all the separate pages for you.
    You would:
    1. Draw the fixed graphic in Illustrator.
    2. Place the Illustrator graphic on InD's master page.
    3. Set and style the text objects. Insert DataMerge tags.
    4. Import the data and run the Merge function.
    InD builds individual pages for each row of the data. You're done. Export to PDF. InD and Acrobat also have their own scripting models. Either one can handle the specific naming convention, if really needed.
    Again, it depends on what exactly is "special" about the text object(s) you are manipulating with variable content. For example, if you're using an AI-specific Warp effect, you'd be back to Illustrator.
    Anyway, you want a paying gig?
    I do some freelance work as time permits and interest strikes, but I'm not cheap, and that's not why I frequent these forums.
    Scripting your solution entirely in AI may very well be possible, but whoever does it will need to see the specific objects, styles, etc., involved to avoid unnecessary guessing and time-consuming round-tripping. Why don't you post an image and/or an AI file?
    JET

  • Play an action on a batch of files

    This question was posted in response to the following article: http://help.adobe.com/en_US/illustrator/cs/using/WS714a382cdf7d304e7e07d0100196cbc5f-62a7a .html

    you record an action, eg, to resize an image...
    then, you go to File>Automate> batch...... choose the action, and set up the source folder options, destination options etc.
    and then run it. If you have save actions recorded you can apply those instead of the batch save as settings.
    G

  • Help to create outlines using javascript in adobe illustrator cs4

    Hi,
    Please help me to create outlines using javascript in illustrator cs4.
    Thanks
    Karthik

    The textFrame object has a createOutline() method. So if you are wanting to save a version of your file that will not require fonts then loop thru these items in your document… (Loop backwards btw its easier that way) Take a look at the other posts at the top here as others are wanting to do the same thing… If your document is more complex then you may need to iterate all the way though which takes a bit more work…

  • Adding "Embed Image" to Illustrator Action

    I'm doing about 200 Illustrator drawings that come from a PDF document. I've created an action that resizes the placed artwork and moves it to the correct location on the artboard. I tried adding the "Embed Image" command to the action with no luck. Is there a way to do this with a script or shortcut?

    oh, you are placing the pdfs, ok then, save this small script in you scripts folder, restart illustrator, then record it as part of your Action when time comes to embed it. Make sure to call the script ONLY when  nothing but the Linked file is selected. I'm not trapping any errors.
    #target Illustrator
    var idoc = app.activeDocument;
    var iplaced = selection[0];
    iplaced.embed();

  • CS4 Illustrator Actions

    When creating an action in Illustrator there is a bug in CS4.
    I have had this action made in CS3 and it worked fine for a very common task that is always done to our work.
    When I create it in CS4 The first step in the action is to "create a layer below" Quick key command is Option Command when you click on the layer button. There are a few other very simple steps to this action after this. After I save the action out and quit Illustrator and open it back up the first part of the action is gone. The Create a layer below part dissapears off the action and then it goes through the rest of it.
    This is a vital step in this quick key and constantly falls out no matter what I do. Anyone else have any issues with actions?

    It appears so! I t is important that we all file a bug report immediately so it can be fixed.
    I am serious if you do not file the report they will think only one person has this problem.
    this is what I submitted and if anyone wishes to copy and paste they may do so.
    ******BUG******
    Concise problem statement:
    Steps in actions to create layers are lost after quitting Illustrator and relaunching, all other steps in the action are retained.
    Steps to reproduce bug:
    1. Create an new action and start the recording
    2. Create a new layer
    3. Create some other steps
    4. Stop the action
    5. Quit Illustrator and save the document
    6. Relaunch Illustrator
    7. Inspect the action
    Results: The create layer step is removed from the action.
    (This is true of any create layer step in an action)
    Expected results: The create layer action should still be retained along with the rest of the action.
    This is a must fix bug, does not happen in prior releases.

  • Adding javascript code into user actions assign task operation

    Hi all,
         I've a severe issue , i searched for a solution and nothing returned till my mind blown , i made a process and put a lot of assign task operations with user actions {"Approve","Reject"} what i want to do is when the user hits Reject action a pop-up window is opening to him to put his rejection reasons / justifications, till now i couldn't find a solution or an article writing about a solution for it, so your help is urgently required.
    Thanks in advance & have a nice day.

    Hi,                                                             
    It will not easy to add actions to an OOTB ribbon button, there is a workaround that we can replace it with a custom button.
    Here is a documentation about Replacing a Button on the Server Ribbon:
    http://msdn.microsoft.com/en-us/library/ff407619.aspx
    Another two links about create a custom ribbon button for your reference:
    http://msdn.microsoft.com/en-us/library/office/ff407458(v=office.14).aspx
    http://sharepoint.stackexchange.com/questions/20646/attach-a-javascript-function-to-an-ootb-ribbon-button
    Best regards
    Patrick Liang
    TechNet Community Support

  • ADFFaces (JSF ADF) javascript events vs button actions

    Hello,
    I currently have a jspx with the following components:
    af:selectOneChoice
    Onclick=#{backing_bean.myDropdownMethod}
    AutoSubmit=true
    af:commandButton
    Action=#{backing_bean.myButtonMethod}
    af:inputText
    Value=#{bindings.TransientVoSomeData.inputValue}
    the Backing_bean class methods are as follows:
    myDropdownMethod {
    TransientVoRow.setAttribute("someData", "someValue"); // called in AM via OperationBinding
    TransientVoRowIterator.execute();
    myButtonMethod {
    TransientVoRowIterator.execute();
    Basically, the dropdown fires the onclick event when changed, and successfully calls the AM to populate the transient VO attribute with some value (i verified this in the debugger and the VOIterator row does hold the data). However, the af:inputText does not display the value at this point. I must click the button, which does exactly the same call, and ONLY THEN is the data in the VOIterator row displayed in the af:inputText on the page. Also, it seems that clicking the button also causes the dropdown's Onclick event to fire...don't know if this affects it.
    Can anyone suggest an easy approach to causing the af:inputText to display the data directly after the onclick event, without having to refresh the page or invoke another event? Do I have to resort to AJAX, or can i survive with the built-in javascript events?
    thanks

    Try defining partial page rendering between your list and your textItem.
    http://download.oracle.com/docs/html/B25947_01/web_complex004.htm#CEGBBGEG

  • How to use Javascript to invoke an action?

    Hi,
    Normally if I want to invoke a controller's action with a submit button I can use the action="#{MyController.method}" part of my JSF h:commandButton. But if I'm submitting a form through Javascript,
    document.getElementById("myForm").submit();
    how do I cause the same action to be run on the server side?
    Hope this question makes sense. Thanks, - Dave

    This is the way I do it it works for aj4:commandLink
    Here is my commandLink
    <a4j:commandLink>
    style="display:none"
    accesskey="C" action="#{manageCenter.cancel}" id="cancel_cmd" reRender="manageCenter" value="#{msg.button_CANCEL}"
    oncomplete="submitOurForm()"
    >
    </a4j:commandLink>And Here is the Javascript function to fire the event
          * Crossbrowser function to simulate click event on a component
            fireEventClick:function(elem){
                  if(typeof(elem) == "string"){
                          elem = document.getElementById ( elem );      
                  if(null == elem){
                       console.info("fireEventClick:Passed element is null");
                      return;
                 if(document.createEvent){                                                 
                     var e = document.createEvent('MouseEvents');
                     e.initMouseEvent('click', /* Event type */
                     true, /* Can bubble */
                     true, /* Cancelable */
                     document.defaultView, /* View */
                     1, /* Mouse clicks */
                     0, /* Screen x */
                     0, /* Screen y */
                     0, /* Client x */
                     0, /* Client y */
                     false, /* Ctrl */
                     false, /* Alt */
                     false, /* Shift */
                     false, /* Meta */
                     0, /* Button */
                     null); /* Related target */
                     elem.dispatchEvent(e);                     
                  }else{//IE Specific
                     elem.click();
              }So now from javascript we can simply fire the action like so and when it return we can fire our submit
    fireEventClick("cancel_cmd");Hope this helps

Maybe you are looking for

  • ITunes fails to install update "folder path program files contains an invalid character"

    I'm trying to get the newest version of itunes, but I keep getting "the folder path program files contains an invalid character." I've seen on here before attempts to use Microsoft fix it and Windows Clean up which I've tried and both haven't helped.

  • In table view, how to add one button for selecting page?

    Hi Experts, In the OBIEE 11.1.1.6, we have one uncommon requirement that customers want to randomly select actual page to view expected data in table view. For example: We make use of some columns to create one report in table view, and set 'Rows per

  • Illustrator and Apples aluminum keyboard

    Hello, Is there some kind of known issue concerning Apples new Aluminum keyboard and Illustrator (CS2)? I can get it to recognize simple key strokes like "a" for choosing the point select tool and "p" for pen, etc, but I cannot get it work any comman

  • Dock folders replaced by first file inside icon

    I THINK that the dock icons are supposed to show what's inside them peeking out at the top, but my applications folder and another folder has completely replaced the folder icon with the icon of the first file/app inside (i.e. i looks like i am click

  • [SOLVED] Where is NetworkManager in Gnome?

    Hi, I followed the instructions on the NetworkManager Wiki page, however when I boot into Gnome I do not see an option anywhere to access network manager. I added it to my DAEMONS list in rc.conf, not sure what is going on. How can I diagnose the pro