Action won't record new text

Hi,
I am trying to record an action in Illustrator, and most steps work, except when I decide to create a new text layer, I select the type tool, type something into my document, and select another tool to complete the operation, nothing shows up in the action panel, it's as if Illustrator didn't see it. It works fine in Photoshop though. Anyone has an idea of why ?
Thank you very much for your help !
edit : could it be a bug of my version or is this function simply not supported in Illustrator ?

Thank you Kurt Gold for your reply.
Basically, the thing is : I have a lot of images that I want to add a text to (a different text everytime, so I want the program to ask me what text it should be for that specific image), and then I need to save them as pdf with trim marks for offset printing. I used to add the text on photoshop with an action that would ask me what text I wanted, then export all the psd files, open them in illustrator and save them in pdf with the trim marks from illustrator (as photoshop doesn't have the option for trim marks). But now I am trying to do everything in Illustrator as it would be much simpler. But I am stuck with that problem that Illustrator doesn't want to record a new text typed into the image.
any suggestion ?

Similar Messages

  • New sound card (E-MU 1212M) won't record higher than 48kHz

    I'm running Windows XP Pro/SP2 with a 2.8GHz Pentium 4 processor (motherboard is Elitegroup 848P-A). I have 1GB of RAM installed.
    I do a lot of vinyl transfer work. I decided to upgrade sound cards to the E-MU 1212M to improve the overall quality of my audio.
    The card install went well. I'm receiving an audio signal just fine. I can playback at 44.1, 48, 96, 192.
    The only hitch is when I try to record. I can record at 44.1 & 48 but if I try to record at 96 or 192 I get the following message:"Another application has caused a sample rate change that makes the current session invalid. You may accept this change by loading session at the new sample rate indicated below...." The sample rate that it shows me is always 44.1 So when receiving this message it always wants to push me back to 44.1 This message pops up immediately after I hit the red "record" button.
    There are no other audio applications similar to Audition installed on my set up. I have turned off the system sounds, the 1212M card is recognized as the default audio device. The on-board sound card has been disabled along with its drivers. Gone also are the drivers from my previous sound card.
    The settings between the 1212M and Audition are following along with each other. If I set the 1212M for 44.1, 48, 96, or 192 and then open up Audition and check the hardware settings, its at whatever I had set the 1212M to.
    Ive also gone through what items are being loaded during start-up of my computer. Ive tried disconnecting from the internet and shutting down all programs that might be active, ensuring that no other programs are running other than Au 3 and the 1212M PatchMix panel.
    Any suggestions?
    Thanks for your time.
    -DLedin

    "Before you did that, did you start a new session at 96k, and it still won't record into it? "
    If you're asking if I first start a new session in PatchMix, yes, that's correct. I call up the 96k session in PatchMix first. Then I go and open up Audition to try to record.
    If you're asking me if I start a new session in Audition 3 first, then I'm not sure exactly what you mean by that. Remember, I'm new to Au 3. When working in Audition 1.5, I could hit the "record" button and a window would pop up, prompting me to enter a sample rate and bit depth for the audio I'm about to record. I enter what I want to do and press "OK", then Audition starts to record. I don't know if that window is what you're referring to as a "session".
    If that is a what you mean by "session" then I would need to do some experimenting by setting PatchMix to 44.1, then open up Audition, hit "record", specify 96/24 in the window that pops up and see what happens. I would hope that I'd get a message from PatchMix that I need to go to set PatchMix for a 96k "session". That's actually a possibility I hadn't previously considered trying. I'm at work now but will look into this possibility after I'm back home & report back.
    -DLedin
    EDIT: Since my last reading of your message you added a question:"Also, when you set the session up, did you take the check out of the 'use default' box?"
    Please specify which application you're referring to when you say "session". PatchMix uses the term quite a lot. If there's a "use default" box somewhere that I need to take a look at then I need to know if it's in Audition 3 or PatchMix and just where to find it. Also, should that "use default" box be checked or unchecked? I appreciate your patience.

  • New Text File Action Does Not Output Correctly (Corrupts)

    I posted this in here by accident. I reposted it in the 10.5 Automator forum...
    I have a simple automator script that uses "Get Specified Text" that contains some arbitrary shell script text, and I pass that to "New Text File" which has the location selected from a variable called "Temporary path" of value "/tmp". The output of 'New Text File" will not contain the text I specified. Here are steps to recreate:
    New automator script
    Get specified text action with the following text:
    #!/bin/sh
    cd "`dirname \"$0\"`"
    if [ true ]; then
    echo 1
    fi
    New variable called "Temporary path" with the value "/tmp"
    New text file action
    --- Save as: test.txt
    --- Where: "Temporary path" (drag Temporary path to the drop down box)
    --- Replace existing file: checked
    I run the script. New text file result shows "/private/tmp/test.txt". Then from the "Terminal" I try to view it ("cat /tmp/test.txt") and the contents are:
    if [ true ]; then\"`"
    fi echo 1
    So the specified text was corrupted. If I create the new file in Desktop or Documents (tried those) it works correctly. What is so special about /tmp? Is there a reason why this shouldn't work?
    Regards,
    John
    Message was edited by: techiejohn

    Alas, my example does work... In hopes of narrowing the problem I tried to narrow the text.
    Anyway below is the full "script" that I'm trying to write to the file that does not work, although if you copy it from here directly, it does work. So to reproduce, I can copy it from here to TextWrangler (that will fix the extra blank lines) then from TextWranger to Automator and the issues remains. The result of "Get specified text" looks correct, but the output still is not.
    <pre>
    #!/bin/bash
    cd "`dirname \"$0\"`"
    clear
    \# display output from a previous run
    if \[ -e "$0".txt \]; then
    cat "$0".txt
    /bin/echo -n "Run again? "
    read run
    if \[ "$run" = "n" -o "$run" = "N" -o "$run" = "no" -o "$run" = "No" -o "$run" = "NO" \]; then
    run=""
    else
    run="Yes"
    fi
    else
    run="Yes"
    fi
    if \[ "$run" \]; then
    date
    echo "Running unison for $USER..."
    if \[ -e "/Users/$USER" -a -e "/Volumes/$USER" \]; then
    /opt/local/bin/unison \
    "/Users/$USER" "/Volumes/$USER" \
    -auto \
    -rsrc false \
    -terse \
    -logfile /dev/null \
    -ignore "Name .DS_Store" \
    -ignore "Name .Spotlight*" \
    -path "Desktop" \
    -path "Documents" \
    -path "Downloads" \
    "$@"
    exit=$?
    case "$exit" in
    0) echo "Successful synchronization; everything is up-to-date now.";;
    1) echo "Some files were skipped, but all file transfers were successful.";;
    2) echo "Non-fatal failures occurred during file transfer.";;
    3) echo "A fatal error occurred, or the execution was interrupted.";;
    esac
    else
    echo "/Users/$USER or /Volumes/$USER does not exist."
    exit=255
    fi
    else
    exit=0
    fi
    \# wait for error acknowledgement
    if \[ "$TERM" -a "$TERM" != "dumb" -a "$exit" -gt 0 \]; then
    /bin/echo -n "Error #$exit; press enter or return to continue: "
    read
    fi
    \# close the terminal window
    termpid=`/opt/local/bin/pstree -p $PPID | grep Terminal.app | grep -v grep | awk '{print $2}'`
    if \[ "$termpid" \]; then
    kill "$termpid"
    fi
    exit $exit
    </pre>

  • When actions won't "Save As" to same folder

    There's a persistent problem where "Save As" Photoshop Actions stay stuck saving files to the same folder where the action was originally recorded. I have a lot of unflattened files in my archives that don't have image previews, instead they have the text alert: "This layered Photoshop file was not saved with a composite image" in four different languages. I eventually figured out that the best way to supply these documents with previews is to "Save As" with the same name, and force my Mac OS to replace them with new files that have OS-generated icons. (Preferences>File Handling>File Saving Options>Image Previews>Never Save)
    I made a Photoshop Action to run a Save As on an open file. However, the action permanently recorded the target folder for the original file which I used when I was recording the action. There's no way to edit that out or re-set the action so that the file is saved to its same folder. The only workaround is when you're running the action as a batch operation. Then you can override the action's target folder to anything you want. But I wanted an operation I could use on an individual file, that would be quicker than running File>Save As, hitting Return twice, and closing.
    Turns out I'm far from alone in this, as well in my frustration that Adobe continues to not provide any simple way to do this. So I'd like to share the solution I just came up with, using the excellent macro utility, Keyboard Maestro. I assume any other good macro app will allow you to do something similar.
    "Photoshop SaveAs" [my name for this macro]
    Triggered by any of the following:
    The Hot Key ⌘F15 is pressed [the key combo of my choice]
    Will execute the following actions:
    Select Menu Item in Finder
    Select: File ⇢ Open
    Activate Adobe Photoshop CS5. [to bring Photoshop to the front]
    Pause for 0.5 Seconds [sometimes Keyboard Maestro needs a pause in order to execute correctly]
    Select Menu Item in Adobe Photoshop CS5.1
    Select: File ⇢ Save As...
    Pause for 0.5 Seconds
    Press Button ‘Save’
    Pause for 0.5 Seconds
    Press Button ‘Replace’
    Pause for 0.5 Seconds
    Select Menu Item in the Front Application
    Select: File ⇢ Close
    [end macro]

    USAlias wrote:
    The only workaround is when you're running the action as a batch operation. Then you can override the action's target folder to anything you want. But I wanted an operation I could use on an individual file, that would be quicker than running File>Save As, hitting Return twice, and closing.
    Actually I was trying to make you think. I always want to make users think when they write the only way is.  I have a problem believing there is only one way to do something in Photoshop. I know you wrote about batch and I wanted you to think more about it and also about scripting.
    I use a PC and You a Mac.  So I not exactly sure of what you want to do. On one hand you write you have many files without previews so right away T think Batch and PSD file with max compatibility so there is a composite preview.  You write about batch but then you write individual file. And you don't want to hit return twice and then close.
    Scripting is powerful and since CS3 scripting has plug-in support. So you can record a plug-in script in an action. When you set the setting in the Plug-in dialog they are recorded into the action step and passed to the script when the action is played  so the script bypass displaying its dialog and uses the setting you recorded.
    A very powerful Plug-in script was written by X that you can download from Russell Brown's web site.  I believe you can use it to automate your process.  Record something like this in an action.
    Menu File>Automate>Image Processor Pro
    Follow that step with a close
    Or use the Image Processor Pro to batch all of your images documents files.

  • My iPhone 5 won't display smart text options.

    My iPhone 5 won't display smart text. It did when I initially downloaded the new OS, now those options don't appear at all. Did I click something to make them disappear?
    I went into Settings to see if there was a component of it within Messages. I don't see anything.
    Thoughts please.....
    Thanks much
    Ginger

    Awwww......that's it....the dash! I tapped it. Tried to drag it up/down and it didn't move. Now I swiped and it's back!
    So I need to remember to drag up/down and now swipe.....
    Thanks much!
    Ginger

  • My Iphone 5 won't ring for text alert

    New to smart phones and it won't ring when a new text message is recieved........I have down loaded ringtones from I tunes and IT WAS working...? But now any more

    Hi Check mute button on side of iphone Check control panel make sure half moon DONOT Disturb is off Try another Ring tone Check volume will music play. Cheers Brian

  • Folder action to find and replace text and change line feeds

    I want to use a folder action to find and replace text and change Mac carriage returns to DOS line feeds inside text files.
    The text to be replaced is: "/Users/wim/Music/iTunes/iTunes Music/Music" (without the quotes)
    This text has to be removed (i.e. replaced by an empty string)
    The text occurs many times within each file.
    The files are playlists exported from iTunes in the M3U format (which are text files). They contain Mac carriage returns. These need to be changed to DOS line feeds.
    I have found the following two perl commands to achieve this:
    To find and replace text: perl -pi -w -e 's/THIS/THAT/g;' *.txt
    To change carriage returns to line feeds: perl -i -pe 's/\015/\015\012/g' mac-file
    I know that it's possible to make a folder action with Automator that executes a shell script.
    What I want to do is drop the exported playlists in M3U format in a folder so that the folder action will remove the right text and change the carriage returns.
    My questions are:
    Is it possible to make a folder action that executes command line commands instead of shell scripts?
    What is the correct syntax for the two commands when used in a folder action shell script? Especially, how do I escape the slashes (/) in the string to be removed?
    Thanks for your help

    Ok, I've include an applescript to run a shell command. The applesript command quoted form makes a string that will end up as a single string on the bash command line.  Depending on what you want to do, you may need multiple string on the bash command lines.  I've included some information on folder actions.
    It is easier to diagnose problems with debug information. I suggest adding log statements to your script to see what is going on.  Here is an example.
        Author: rccharles
        For testing, run in the Script Editor.
          1) Click on the Event Log tab to see the output from the log statement
          2) Click on Run
        For running shell commands see:
        http://developer.apple.com/mac/library/technotes/tn2002/tn2065.html
    on run
        -- Write a message into the event log.
        log "  --- Starting on " & ((current date) as string) & " --- "
        --  debug lines
        set desktopPath to (path to desktop) as string
        log "desktopPath = " & desktopPath
        set unixDesktopPath to POSIX path of desktopPath
        log "unixDesktopPath = " & unixDesktopPath
        set quotedUnixDesktopPath to quoted form of unixDesktopPath
        log "quoted form is " & quotedUnixDesktopPath
        try
            set fromUnix to do shell script "ls -l  " & quotedUnixDesktopPath
            display dialog "ls -l of " & quotedUnixDesktopPath & return & fromUnix
        on error errMsg
            log "ls -l error..." & errMsg
        end try
    end run
    How to set up a folder action.
    1) right click on folder. click on Enable folder actions
    2) Place script in
    /Library/Scripts/Folder Actions Scripts
    3) right click on folder. click on attach folder action
    pick your script.
    Create a new folder on the desktop & try.
    You can put multiple folder actions on a folder. There are other ways of doing this.
    Here is my test script:
    on adding folder items to this_folder after receiving dropped_items
        repeat with dropped_item_ref in dropped_items
           display dialog "dropped files is " & dropped_item_ref & " on folder " & this_folder
        end repeat
    end adding folder items to
    How to  make the text into an AppleScript program.
    Start the AppleScript Editor
    /Applications/AppleScript/Script Editor.app
    In Snow Leopard it's at: /Applications/Utilities/AppleScript Editor
    Copy the script text to the Applescript editor.
    Note: The ¬ is typed as option+return.  ption+return is the Applescript line continuation characters.
    You may need to retype these characters.
    Save the text to a file as an script and do not check any of the boxes below.

  • How do I add multiple text block records from text file?

    The data manager documentation (page 151) for MDM 5.5 SP3 indicates that one or more new text blocks can be added to the Text Blocks object table from files. It is noted that the files must be plain text files.
    I use notepad and create a text file with two lines as follows:
    Test 1
    Test 2
    When I try to add the text blocks following documentation mentioned above, it only adds one record for the Data Group I have chosen and the record contains the entry "Test 1" from the first line in the text file.
    How can I add multiple records to the data group from a file?

    From my testing it appears that you need to have one text file per text block record in Data Manager.
    I wrote VBA macro to so that I could input my text blocks into an Excel spreadsheet and then the macro will take the contents of each cell in a highlighted column and create one text file per cell.
    Then using Data manager, I can select all of the text files at once and it will import them, creating one record per text file.

  • Info record Po text not printing in Po

    Hi all,
             Info record po text not printing in po print out. Info record po text showing in po at item level but it was not printing in po. In info record No matl text checked. In material master no text maintained. please help on this
             Thanks in advance for your help

    Hi Mahesh,
    Follow the path:
    SPRO--> MM --> Purchasing --> Messages --> Texts for Messages ---> Define texts for Purchase Order
    Double click on "Texts for Document Item" under Dialog Structure
    Click on new entries and then Fill the following fields:
    Pur. Doc. Category: Purchase Order
    Print Operation: New
    Doc. Type: NB
    Item Category: Standard
    Text Object: Purchasing Doc. Item texts (EKPO)
    Text Id: Info Record PO Text (F02)
    Print Sequence: 2
    Print Priority: 1
    and then Save
    Hope this helps
    Thanks,
    Ankur

  • Add date to new text file name and generic text in body

    Okay, I hope this is the right forum. To help manage and keep track of incoming assets/files and I created an Automator workflow with the following: "Get Selected Finder Items → Get Folder Contents → New Text File (w/Show this action when the workflow runs so I can give a unique name).
    This creates a text file with the folder contents listed in the body.
    I would like to know if I can do two things:
    1. Automatically add a date/time stamp to the Save as field so it will automatically have a unique file name?
    2. I also want to add text before the listed contents within the text file. (e.g.: Let's say the folder contents are Volumes/Mac HD/Generic_movie.mov. I want the final text to read:
    "The following file has been moved to the local volume at: Volumes/Mac HD/Generic_movie.mov"
    Is there a way to accomplish either one or both of these with Automator or AppleScripts?
    Thanks.

    I would like to know if I can do two things...
    This might address your first concern:
    *1) Get Selected Finder Items*
    *2) Get Folder Contents*
    *3) New Text File* -- select a destination folder and check *Show Action When Run*
    *4) Rename Finder Items:*
    Choose *Add Date or Time* from the popup
    Date/Time: select Created, Modified, or Current - Format: *Month Day Year*
    Where: *After name* - Separator: *Forward Slash*
    Separator: Space - check *Use Leading Zeros* (optional)
    *5) Rename Finder Items:*
    Choose *Add Text* from the popup
    Add: *" at"* -- put a leading space before "at" (without the quotes), and select *after name*.
    *6) Rename Finder Items:*
    Choose *Add Date or Time*
    Date/Time: Current - Format: *Hour Minute Second*
    Where: *After name* - Separator: Dash
    Separator: Space - check *Use Leading Zeros* (strongly recommended)
    +--- End of Workflow ---+
    Save the workflow as an application and use it as a droplet. Drop a desired folder onto the saved applet and enter a name when the dialog appears. The new text file, which will be found in the destination folder, should be appended with a date and time stamp, e.g., *"My Folder List 7/8/2010 at 23-54-09"*
    Tested using Mac OS 10.4.11 and Automator v. 1.0.5
    Good luck; hope this helps.

  • Script for generate randomize administrator password which make log file to recorded new administrator password with associated computer name on it

    Hi
    I Need VDS script in order to change domain client local administrator password in my domain ,and put this script in startup script via group policy, but for security purpose  I want to randomize local administrator password and log new password
    set for each computer on a text file, I want to over write the old password of eachcomputer in log file with new one in order to have the update log file ,my support team some times need administrator password for troubleshooting.
    I need a script for generate randomize administrator password  which make log file to recorded new administrator password with associated computer name on it and each time new administrator password set it over write the old record on
    the log file and update the content of log file automatically.
    Regards

    Hi
    I need a script for generate randomize administrator password  which record new password on a  log file with associated computer name  and each time new administrator password set for a computer it  over write the old record
    on the log file and update the content of log file automatically.
    Regards

  • How can I add a "Create New Text File" contextual menu?

    Hi,
    I'd like to add a "Create New Text File" contextual item. I found the "new text file" action in Automator, but I don't really know where to go from there... I want it to work on the desktop and in finder...
    Thanks

    See:
    Mac OS X Automation,
    Automated Workflow Tips,
    Introduction to Automator tutorial, and
    a four-parter on Automation in Snow Leopard by Sal Saghoian:
    Snow Leopard Services,
    Services for iPhoto,
    Safari and WebKit integration, and
    Installing and using services.
    Finally, 
    Developing AppleScript Applications and
    Apple's Automator Developer Documentation

  • How to add a new text item in PO items' Item Texts

    Dear All,
    In IDES a standard PO, there are 5 items texts under Items of PO:
    Item text, info record PO text, Material PO text, Delivery Text ,info record note.
    Here we got a requiremnt, it need adds a new item as abvoce.
    How can it be done?
    Any configuration guide?
    Thank you in adv.
    Regards,
    James

    Check at this node
    SPRO: MM > Purchasing > Purchase order > Texts for Purchase orders > Define Text types for Item Texts
    this is for ECC 6.0 , In IDES it may differ

  • PHP/MySQL: 'Add New' text field from menu in form

    I am creating an events posting website. I'm having a hard time finding the right words to describe this, but: I'd like the user to select a venue from the drop menu, but then if it isn't there, to select 'add new' from the dynamic menu, and have a new text field activate where they can enter in the new venue name. My database is currently set up so the event table links to the venue table through a venueID. Is there a way to insert the name from the new text field into the venue table, and have the rest of the form still submit to the event table? Sorry this is so wordy, but I'd appreciate any help. Thank you.

    You cannot add a new value to a related table at the same time as inserting a record. So, to do this, you would need to use both JavaScript to add the new text field, and PHP conditional logic to handle the update to both tables. It's certainly doable, but not with the Dreamweaver server behaviors. You would need to do a lot of hand-coding yourself.
    The way that I approached a similar problem in my "Essential Guide to Dreamweaver CS4" was to permit NULL values in the column that holds the foreign key, and insert nothing into that field if the value hadn't already been registered in the related table. I created a static value in the dynamic menu for "Not registered".
    After inserting the new record with "not registered", the user then needs to enter the new value in the related table.
    Once that has been done, display a page that lists all records. In the SQL, I use a LEFT JOIN to ensure that "not registered" items come up as well. You can then edit the item to add the value from the dynamic menu.
    It's not the most elegant way to do it, but it works if you don't have the skill or time to hand-code all the logic yourself.

  • Is it possible to create an action to copy channel name text and insert into channel in CS5?

    I am a screen printer and I print my separations from Photoshop. I routinely work with multi channel files or RGB files with additional spot color channels. I have created actions to place my registration marks, re-size images, etc to get ready to print but I manually have to create the text labels for each screen if they are missing from the original artwork.
    The files I work with have channels named as "Base White, Red, Green, 284 Blue" etc indicating the ink color. What i would like to be able to do is click an action that would copy the text from the channel name and insert it into a separate or each/all channels near the top of the file so that when I print each positive it has a corresponding label for ink color.
    I am not sure if this is even possible, and I am limited on my knowledge when it comes to actions and have pretty much got lucky in the past getting them to do what I want without unnecessary steps.
    On my registration target action it creates a new channel with each individual reg mark then combines them into one separate channel in which I just copy the contents and select all the ink channels and fill with black to make them appear, i'm happy with the steps it takes as it isn't too much trouble and if this could do the same with labels I would be happy with that.
    Thanks in advance!

    What i would like to be able to do is click an action that would copy the text from the channel name and insert it into a separate or each/all channels near the top of the file so that when I print each positive it has a corresponding label for ink color.
    Actions are, as far as I can tell, plainly incapable of this, Scripts on the other hand are not.
    So you could try asking for help over at
    http://forums.adobe.com/community/photoshop/photoshop_scripting?view=discussions
    or
    http://ps-scripts.com/bb/viewforum.php?f=9&sid=353cb093927c497650e802701e6fff40

Maybe you are looking for