CS5 - Running Script with Action. Not saving problem

I am trying to setup an action that runs a script using the "Insert menu item" command.
It all works perfectly but when I quit Illustrator and re0open it, the action has disappeared.
Is this a bug or am i doing something wrong?

Additional info (no solution):
Could have something to do with the order Illustrator registers available scripts as menu commands and checking validity of action 'menu commands'.
Try this:
- Look in the File/Scripts menu and note down a scriptname in there;
- Exit Illustrator;
- Start Illustrator
- Create a new action
- In the Action Panel flyout menu chose 'Insert Menu Item...' - a Find dialog should open
- In the textbox enter the scriptname you dotted down and press Find
It tells you 'No menu item matching that name was found.'
- Press OK, then Cancel;
- Goto File/Scripts but don't select a script, close the menu
now again
- Create a new action
- In the Action Panel flyout menu chose 'Insert Menu Item...' - a Find dialog should open
- In the textbox enter the scriptname you dotted down and press Find
Now it could be found..
So it seems that when Illustrator starts:
Initializes without registering the available scripts as available menuitems
When the actions are loaded and in it is a Menu Command, it checks if that command is actually available - if not it deletes the action item
After accessing the scriptmenu the scripts are indeed registered as available menuitems..
So now if they would only register the scriptnames before loading the actions when starting Illustrator it would be solved. Or of course disable checking action commands for validity.
Sure hope they solve this soon as I can imagine it affects a lot of people.

Similar Messages

  • Problem with photos not saving in camera roll

    When I went to take my pictures from my iphone onto my laptop today I discovered I had 2 folders, 100apple and 101apple.
    I assumed this was due to the fact that I had reached over 1000 photos, and the numbers have rolled back to 001, hence the new folder.
    I moved my photos from my iphone to my folders on laptop, then synched with itunes.
    I then tried to take another photo and it wouldn't save.
    I have restored my iphone twice, tried taking a photo each time and it has worked.
    Then a while later it is back to not saving the photos I take!
    I am at the end of my tether right now as I have spent all night trying to sort this out for it to work then undo itself!
    Help would be appreciated.
    I have tried deleting the 101apples folder but I am continually being told the folder isn't available as it has been disconnected!

    blueeyes32f,
    Have you done a restore of the iPhone, and without loading the backed up data?
    Thank you,
    Nathan C.

  • Run script with flag

    Hi guys,
    is it possible run a script if a flag cell is selected ??
    another question...
    is it possible run script when i print a table or when i save file ???
    Thank's

    syrahBau wrote:
    Hi guys,
    is it possible run a script if a flag cell is selected ??
    Numbers is unable to trigger a script by itself.
    So you are free to run a script by yourself if this or that attribute is set.
    another question...
    is it possible run script when i print a table or when i save file ???
    You are perfectly free to run a script which will save a document an do this or that action.
    For the print task, at this time the response is yes but no.
    If your document contains a single sheet containing a single table, you may run a script to print the document and do this or that task.
    If the document doesn't match the given requirements, a script will print the entire document which is not what you asked for.
    From my point of view, it would be a good idea to
    _Go to "Provide Numbers Feedback" in the "Numbers" menu_,
    explain them that you want a feature allowing Numbers to trigger a script
    like the MACRO() function available in AppleWorks.
    Then, cross your fingers, and wait _at least_ for iWork'11
    Yvan KOENIG (VALLAURIS, France) mercredi 30 juin 2010 12:40:08

  • Form Button running Script that does not complete Progress Bar

    Hello,
    Currently I have created a form using the System.Reflection.Assembly which includes a textbox and button.   The button calls a script with a progress bar using the write-progress method, but when the progress bar completes it does not go away.
    Any assistance is appreciated.   As the code is quite long and in several files I have posted some of the code below.
    [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Drawing")
    [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
    $getVMware = Join-Path -path $ScriptPath -ChildPath "bin\get-vmhosts.ps1"
    Add-PSSnapin VMware.VIMAutomation.Core -ErrorAction SilentlyContinue
    $objForm = New-Object System.Windows.Forms.Form
    $objForm.Text = "VMware Script - Created by Walter Beach"
    $objForm.Size = New-Object System.Drawing.Size(650,390)
    $objForm.StartPosition = "CenterScreen"
    $AuditButton = New-Object System.Windows.Forms.Button
    $AuditButton.Location = New-Object System.Drawing.Size(310,80)
    $AuditButton.Size = New-Object System.Drawing.Size(75,23)
    $AuditButton.Text = "Audit"
    $AuditButton.Add_Click({ get-vmhosts | set-vmdnsservers -DNS $DNS })
    $objForm.Controls.Add($AuditButton)
    Function set-vmdnsservers
    param
    [Parameter(ValueFromPipelineByPropertyName=$true)]$Name,
    [Parameter(Mandatory=$true,HelpMessage="Example: 192.168.1.1")]$DNS
    $i = 0
    $itemCount=$input.Count
    write-host ""
    Write-Host "Configuring DNS Server " -NoNewline
    $Input | ForEach {
    IF ($PSVersionTable.PSVersion.Major -ge 3) { Write-Progress -activity "Configuring DNS Servers" -status $_ -PercentComplete (($i++ / $itemCount) * 100) } Else { ticker }
    $_ | Get-VMHostNetwork | Set-VMHostNetwork -DnsAddress $DNS | Out-Null
    } # End For Each Loop
    } # End of set-vmdnsservers
    Walter

    You need to put a final call to Write-Progress with the -Completed switch, probably right after your ForEach loop, in this case:
    $Input | ForEach {
    IF ($PSVersionTable.PSVersion.Major -ge 3) { Write-Progress -activity "Configuring DNS Servers" -status $_ -PercentComplete (($i++ / $itemCount) * 100) } Else { ticker }
    $_ | Get-VMHostNetwork | Set-VMHostNetwork -DnsAddress $DNS | Out-Null
    } # End For Each Loop
    Write-Progress -Activity "Configuring DNS Servers" -Completed

  • Run script with .pkb extension

    How do I run scripts from sql developer? I tried: file - open - mypackage.pkb. Opens file. When I do Run - Run File, I get: "The target metrics_pkg.pkb cannot be started because it is not a runnable target."
    Ok, maybe I should just use @mypackage.pkb as if I was in sqlplus. Nope. I have not told it where my script resides, so I get: "Unable to open file: "C:\Documents and Settings\mthompso\metrics_pkg.pkb".
    I assume there is some way to set the directory for running scripts?

    Couple of things to try here.. Don't use 'Run****' from the run menu. There is a green arrow on the editor that will only be available if a target is runnable.. If it is greyed out, you don't have a connection associated. Additionally, if the drop-down list on the upper right hand side doesn't show a connection, it won't run.
    And a hint to the development team.. please disable the run option under the run menu if it is not runnable :)
    Eric

  • Forms built with 9 not saving with Adobe reader X

    I have many computers that are running Adobe reader X.  when they are attempting to save a form that was built in Adobe 9.x, a msg dictates that they are unable to save file.  How can I rectify this without downgrading my Adobe to 9 accross our system.

    Downgrading to Adobe Reader 9 will not solve the problem because the issue is Reader was designed not to save completed forms.
    You can use Acrobat 9 to add Extended Reader Rights to PDF forms and that enabled copy can be saved with form data by Acrobat X.
    You will be restricted to 500 returned forms for each form. Above that limit you should contact Adobe about their LiveCycle server product.

  • Labview 8.5.1's MathScript window failed running imread with an error "A problem occurred in a subVI call."

    Hi,
    I am trying to port a Matlab program into a MathScript script.  Following is the first few lines of the script:
    clear;
    image1=imread('C:\LV_VertAlign\DSC_0104.jpg','jpg');
    image_double1=im2double(image1);
    image_gray11=rgb2gray(image_double1);
    In the first line, imread is supposed to read in a photo taken from a DSLR camera, so I think it's a 32-bit image.  And this is the error I got when trying to run this script in the Labview 8.5.1's Mathscript windows:
    "Error in function imread at line 2.  A problem occurred in a subVI call."
    What is the problem here?  and why does it complain about a subVI call?
    Thanks for any help to point me in the right direction.
    -Anh

    Hello Anh,
    As you may know, LabVIEW MathScript is implemented on top of LabVIEW.  The error message you received indicates that a problem occurred in one of the LabVIEW subVIs that MathScript calls.  As Jim indicated, the problem is in the file type specifier you passed to the function.  MathScript requires the use of 'JPEG' and not 'jpg' or even 'jpeg.'  In this case, we could return a better error message.  I have filed a bug report (115804) for this issue.
    You will find that once you fix this, the im2double and rgb2gray functions are not supported.  In LabVIEW MathScript, you generally can execute scripts written in the MATLAB® language syntax.  However, the MathScript engine executes the scripts, and the MathScript engine does not support some functions that the MATLAB software supports.
    We will look into adding these functions in a future release of LabVIEW MathScript.  If you need this functionality now, these functions are very simple to write yourself.  If you are performing additional image analysis in your script, you may wish to purchase the IMAQ toolkit.  It doesn't add any functions to MathScript at this time, but you could continue your analysis outside of MathScript with LabVIEW VIs.
    MATLAB® is a registered trademark of The MathWorks, Inc.
    Grant M.
    Staff Software Engineer | LabVIEW Math & Signal Processing | National Instruments

  • Can't run plugin with action. Please help....

    Hi gang, for years I used Tiffen DFX plugin and would use it (and other plugins) in a custom action to batch process a folder of images. When I upgraded from CC to CC2014, I lost that ability with DFX. My other plugins work just fine using an action but DFX does not work. I have a rapport with Tiffen and they cannot replicate the problem so they are not much help. Has anyone ever had an issue where the action would not let the plugin do it's job?
    Here's my workflow.....
    I open a test picture in PS and click the record action button. Then I'll record this custom action using several plugins one of which is Tiffen DFX. Once I'm done adjusting the image, I will stop the action from recording.
    Then, in Bridge, I'll navigate to a folder of images, select them all then go to: Tools > Photoshop > Image Processor and I'll make sure that "Run Action" is selected and click "run". The processing takes place including the custom action and everything is fine except that my DFX effect doesn't show. For some reason, I cannot use DFX with an action even though I've done this for the last few years with no problem.
    I'm wondering if any of you have any idea what may be causing this? Tiffen cannot figure it out so I thought I would head over here and see if you guys can.
    I'm running PS CC 2014 on Mac Pro system w/OSX 10.9.4
    Thanks!!!

    That sounds like a very specific problem in the plug-in itself, possibly in the part of the code that sends the processed image data back to Photoshop through the use of the gFilterRecord->advanceState() call.
    Unless somehow you have made a very basic error, such as having a selection somewhere else or are on the wrong layer, I think you're going to have to pursue this further with the Tiffen folks.  There's no reason you should see it fail like this.
    One other thing...  Does it make a difference if you have the document docked as a tab vs. in a floating window?  If you have one window open vs. many?  I ask because there was a time not too many versions ago where the actions engine in Photoshop wasn't handling the windowing properly, and a workaround was to use Tabbed view.  This is a longshot, but I figured I should mention it.
    -Noel

  • Running script with linux32 breaks package installs

    Hi,
    I'm running on an x86_64 system and I was trying to install the PPD and other files needed for my Panasonic KX-MB2030 printer.  I tried running the install script Panasonic provided, but it complained that it's not meant for an x64 system.  Then, I ran the script again with:
    linux32 ./install-linux
    The script ran, but now I cannot install any programs.  For instance, CUPS complained that libcups wasn't working properly (probably because the script overrode some of its files), but when I go to reinstall libcups, I get a message like this:
    :: package libcups-1.5.3.-5-i686 does not have a valid architecture
    I've tried installing other packages, but they all complain about how the i686 version of the package is not valid.  I tried to switch back using 'linux64', but Arch still won't let me install any packages.
    Please let me know if you have any suggestions.
    Thanks!
    Matt
    Last edited by stantheman286 (2012-07-08 15:56:20)

    Sure, here it is:
    #!/bin/bash
    # batch file to install Panasonic Printer Driver
    # Make sure only root can run our script
    if [ "$(id -u)" != "0" ]; then
    echo " Install MUST be run as root" 1>&2
    exit 1
    fi
    BUILD_CPU=i686
    TARGET_CPU=`uname -m`
    INSTALL_PATH="/usr/local/share/panasonic/printer"
    # check can install to thie system
    CAN_INSTALL=no
    FILTER_PATH_SEARCH=""
    MODEL_PATH_SEARCH=""
    case $TARGET_CPU in
    i[345]86)
    case $BUILD_CPU in
    i386)
    CAN_INSTALL=yes
    esac
    i686)
    case $BUILD_CPU in
    i[36]86)
    CAN_INSTALL=yes
    esac
    x86_64)
    case $BUILD_CPU in
    x86_64)
    CAN_INSTALL=yes
    esac
    FILTER_PATH_SEARCH="$FILTER_PATH_SEARCH /usr/lib64/cups/filter"
    FILTER_PATH_SEARCH="$FILTER_PATH_SEARCH /usr/libexec64/cups/filter"
    FILTER_PATH_SEARCH="$FILTER_PATH_SEARCH /usr/local/lib64/cups/filter"
    FILTER_PATH_SEARCH="$FILTER_PATH_SEARCH /usr/local/libexec64/cups/filter"
    esac
    MODEL_PATH_SEARCH="$MODEL_PATH_SEARCH /usr/share/cups/model"
    MODEL_PATH_SEARCH="$MODEL_PATH_SEARCH /usr/local/share/cups/model"
    MODEL_PATH_SEARCH="$MODEL_PATH_SEARCH /usr/share/ppd"
    MODEL_PATH_SEARCH="$MODEL_PATH_SEARCH /usr/local/share/ppd"
    FILTER_PATH_SEARCH="$FILTER_PATH_SEARCH /usr/lib/cups/filter"
    FILTER_PATH_SEARCH="$FILTER_PATH_SEARCH /usr/libexec/cups/filter"
    FILTER_PATH_SEARCH="$FILTER_PATH_SEARCH /usr/local/lib/cups/filter"
    FILTER_PATH_SEARCH="$FILTER_PATH_SEARCH /usr/local/libexec/cups/filter"
    if test "x$CAN_INSTALL" != "xyes"; then
    echo "the package is build for $BUILD_CPU cpu, can not install to $TARGET_CPU system"
    exit 1
    fi
    # find install dir
    FILTER_PATH=""
    for DIR in $FILTER_PATH_SEARCH; do
    if test -d $DIR
    then
    FILTER_PATH=$DIR
    break
    fi
    done
    MODEL_PATH=""
    for DIR in $MODEL_PATH_SEARCH; do
    if test -d $DIR
    then
    MODEL_PATH=$DIR
    break
    fi
    done
    if test "x$FILTER_PATH" == "x"
    then
    echo " Cannot found CUPS filter path"
    exit
    fi
    if test "x$MODEL_PATH" == "x"
    then
    echo " Cannot found CUPS model path"
    exit
    fi
    FILTER_PROGRAMS="L_H0JDGCZAZ"
    # echo informations
    echo
    echo " start <Panasonic Printer Driver ($BUILD_CPU)> install......"
    # check and execute uninstall shell script
    if test -f $INSTALL_PATH/uninstall-driver
    then
    echo "find exist printer driver"
    echo " execute uninstall shell script now......"
    if !($INSTALL_PATH/uninstall-driver)
    then
    echo " uninstall old <Panasonic GDI Printer Driver> failed"
    echo " install driver failed"
    echo
    exit 1
    fi
    fi
    SCRIPT=`readlink -f $0`
    SCRIPTPATH=`dirname $SCRIPT`
    PWD=`pwd`
    cd $SCRIPTPATH
    # echo informations
    echo " start install files......"
    # make install dir
    mkdir -p $MODEL_PATH/panasonic/
    chown root:root $MODEL_PATH/panasonic/
    chmod 755 $MODEL_PATH/panasonic/
    mkdir -p $INSTALL_PATH/
    mkdir -p $INSTALL_PATH/bin
    mkdir -p $INSTALL_PATH/conf
    mkdir -p $INSTALL_PATH/data
    chmod 777 $INSTALL_PATH/conf
    # copy files
    # create uninstall script
    cat > $INSTALL_PATH/uninstall-driver <<\_______EOF
    #!/bin/bash
    # batch file to uninstall Panasonic Printer Driver
    # Make sure only root can run our script
    if [ "$(id -u)" != "0" ]; then
    echo " Uninstall MUST be run as root" 1>&2
    exit 1
    fi
    # echo informations
    echo
    echo " Confirmation"
    echo " <Panasonic Printer Driver> uninstall"
    echo
    echo -n " input 'y' to continue:"
    read inputval
    if test "$inputval" != "y"
    then
    echo " uninstall be canceled"
    echo
    exit 1
    fi
    # remove files
    echo " uninstall files......"
    # follow is created by install script
    _______EOF
    chmod 755 $INSTALL_PATH/uninstall-driver
    # copy lib files
    INSTALL_LIB_PATH="/usr/lib"
    RESTORECON=/sbin/restorecon
    LIB_FILES="L_H0JDJCZAZ"
    for file in $LIB_FILES; do
    cp ./lib/$file.so.1.0.0 $INSTALL_LIB_PATH/
    echo "rm -f $INSTALL_LIB_PATH/$file.so.1.0.0" >> $INSTALL_PATH/uninstall-driver
    ln -sf $file.so.1.0.0 $INSTALL_LIB_PATH/$file.so.1
    echo "rm -f $INSTALL_LIB_PATH/$file.so.1" >> $INSTALL_PATH/uninstall-driver
    ln -sf $file.so.1 $INSTALL_LIB_PATH/$file.so
    echo "rm -f $INSTALL_LIB_PATH/$file.so" >> $INSTALL_PATH/uninstall-driver
    done
    for file in $FILTER_PROGRAMS; do
    cp ./filter/$file $FILTER_PATH/
    echo "rm -f $FILTER_PATH/$file" >> $INSTALL_PATH/uninstall-driver
    if test -f $RESTORECON
    then
    $RESTORECON $FILTER_PATH/$file
    fi
    done
    # copy ppd files
    PPD_FILES=`find ppd -name *.ppd`
    for file in $PPD_FILES; do
    cp $file $MODEL_PATH/panasonic/
    file=`basename $file`
    echo "rm -f $MODEL_PATH/panasonic/$file" >> $INSTALL_PATH/uninstall-driver
    done
    echo "rmdir --ignore-fail-on-non-empty $MODEL_PATH/panasonic" >> $INSTALL_PATH/uninstall-driver
    # copy SPC & RCT files
    DATA_FILES=`find data`
    for file in $DATA_FILES; do
    if test -d $file
    then
    mkdir -p $INSTALL_PATH/$file
    else
    if test -f $file
    then
    cp $file $INSTALL_PATH/$file
    echo "rm -f $INSTALL_PATH/$file" >> $INSTALL_PATH/uninstall-driver
    fi
    fi
    done
    for file in $DATA_FILES; do
    if test -d $file
    then
    echo "rmdir --ignore-fail-on-non-empty -p $INSTALL_PATH/$file" >> $INSTALL_PATH/uninstall-driver
    fi
    done
    # copy tools
    cp ./panautil/L_H0JDUIZAZ $INSTALL_PATH/bin/
    echo "rm -f $INSTALL_PATH/bin/L_H0JDUIZAZ" >> $INSTALL_PATH/uninstall-driver
    cp ./panautil/L_H0JDUCZAZ $INSTALL_PATH/bin/
    echo "rm -f $INSTALL_PATH/bin/L_H0JDUCZAZ" >> $INSTALL_PATH/uninstall-driver
    chmod 4755 $INSTALL_PATH/bin/L_H0JDUCZAZ
    cp ./panautil/L_H0JDUIZAZ.png $INSTALL_PATH/bin/
    echo "rm -f $INSTALL_PATH/bin/L_H0JDUIZAZ.png" >> $INSTALL_PATH/uninstall-driver
    if test -d /usr/share/applications/
    then
    cp ./panautil/L_H0JDUIZAZ.desktop /usr/share/applications/
    echo "rm -f /usr/share/applications/L_H0JDUIZAZ.desktop" >> $INSTALL_PATH/uninstall-driver
    fi
    echo "rm -Rf $INSTALL_PATH/conf" >> $INSTALL_PATH/uninstall-driver
    echo "rmdir --ignore-fail-on-non-empty -p $INSTALL_PATH/bin" >> $INSTALL_PATH/uninstall-driver
    echo "rm -f $INSTALL_PATH/uninstall-driver" >> $INSTALL_PATH/uninstall-driver
    cat >> $INSTALL_PATH/uninstall-driver <<\_______EOF
    # restart
    echo " restart spooler - CUPS"
    if test -f /etc/init.d/cups
    then
    /etc/init.d/cups restart
    else
    if test -f /etc/init.d/cupsys
    then
    /etc/init.d/cupsys restart
    fi
    fi
    # echo informations
    echo
    echo " uninstall driver completed"
    echo
    echo " please use \"system-config-printer\" or \"lpadmin\" "
    echo " to remove all printers based on the driver."
    echo
    exit 0
    _______EOF
    # restart CUPS
    echo " restart spooler - CUPS"
    if test -f /etc/init.d/cups
    then
    /etc/init.d/cups restart
    else
    if test -f /etc/init.d/cupsys
    then
    /etc/init.d/cupsys restart
    fi
    fi
    cd $PWD
    # echo informations
    echo
    echo " install driver completed"
    echo
    echo " please use \"system-config-printer\" or \"lpadmin\" to add printer."
    echo
    exit 0

  • CS4 Photoshop Scripts and Actions not working

    Hi All,
    I just upgraded my suite to CS4 from CS3.  Now all my actions and default scripts such as "Load Files to Photoshop Layers" from Photoshop & Bridge are not working.  I've tried remaking my actions and renaming files but no luck.  I've tried deleting preferences but no luck as well.  Im stuck.
    Here are my machine specs:
    Model Name:    Mac Pro
      Model Identifier:    MacPro1,1
      Processor Name:    Dual-Core Intel Xeon
      Processor Speed:    2 GHz
      Number Of Processors:    2
      Total Number Of Cores:    4
      L2 Cache (per processor):    4 MB
      Memory:    9 GB
      Bus Speed:    1.33 GHz
      Boot ROM Version:    MP11.005C.B08
      SMC Version (system):    1.7f10
    Any ideas?

    Hello,
    Its actually doesn't do anything.  Once you figure out that PS is not responding then you try to do it again -  this comes up "photoshop is currently busy with another task.  Would you like to queue this process?"

  • Actions not saving adjustments

    Whenever I create a new action and start to add adjustment layers it will only record the fact that the layers were created and none of the adjustments that I made to the layer will save.  So if I create a Color & Saturation layer and make my adjustments it will only save and playback that I made the adjustment layer and will not save or apply any of the actual adjustments I've made.  I didn't have this problem with my old school CS4 but when I got CC it just stopped working.  All of my old actions that I had created on CS4 and migrated over to CC still work great...  But I can't apply changes to them or alter them.

    In the Photoshop (Edit)>Preferences>Plug-ins uncheck the Generator Plugin.
    Also verify you have the latest updates for photoshop cc by going to Help>Updates from within photoshop

  • Red field when I try to run script with 10G

    I recently installed 10G XE. I am able to create a new user and was trying to run a script for JustLeeBooks from the Thompson Course Technology books website. I downloaded the files to my computer and then went into the new user and browsed and downloaded the script. The area where the script appears is all red. When I click run, nothing happens. Should that script area be red like that?
    I can click on delete and delete the script, but I can seem to run the script.
    What do I need to do to run the script for my database class?
    Thank you.
    Vicki

    Hi,
    XE pre installed Apex is quite old and might not support all new browsers.
    Have you try use other browser?
    You can also upgrade Apex
    http://www.oracle.com/technetwork/developer-tools/apex/upgrade-apex-for-xe-154969.html
    But please note you lose database management features. But you can do those e.g. with SQL developer as above link shows.
    Regards,
    Jari

  • Run App with LAN IP Addesss problem

    Hi all,
    Well, i have a mobile app runing in my Jdev... when i run the app in mi local browser with "localhost" or "127.0.0.1" it runs without problems... but, if i want to acces the app with mi local lan ip address example "192.168.X.X" the browsers says "could not connect to 192.168.X.X:7101" ... and because of that i can't acces the app in my local network with mobile devices...
    anyone have any idea whats wrong ?
    regards
    Alberto Tapia
    Mexico

    If your problem occurs when you try to access the application from another computer, check if your computer has a firewall that does not allow TCP/IP connetions to port 7101 from other computers. (Hint: Disable Windows firewall and the firewall of the eventual anti-virus program and try again).
    Check also that the computers (or devices) where you try to access the application from have network access to your IP address.
    If you cannot access the application via the IP address even locally (at your computer), then check if the Embedded WLS is listening to all the IP addresses of your computer (if you have not modified it manually, it should be listening by default).
    Dimitar
    Edited by: Dimitar Dimitrov on Jan 20, 2012 7:45 PM

  • Captivate 8 advanced actions not saving

    I just upgraded to Captivate 8 today and was attempting to create a conditional advanced action.  However when I save the action, it doesn't save so the action remains blank.  The advanced action was on click, image disappears, and user jumps to a different slide.  Like Jeopardy.  They answer the question and come back to a main screen where the original link image disappears.  Why won't it save?

    I don't think that's it.  I put together the scrip (which is a simple one, only 3 lines) and click "Save Action."  The save action button doesn't grey out or anything.  Then when I try to move to a different AA it asks if I want to save before leaving.  If I say yes, it says an AA with that name is already created.  But when I go to open the original script, it's blank.  I've tried renaming things, selecting different items, and am getting nowhere.  It's the craziest thing!

  • Illustrator CS5.5 Transforms in Actions not working properly?

    I'm doing a simple transform action. I want to move an object to a value on the Y axis. First of all, after recording the action, and setting the Y value to 64 px, the action is recorded as 64 pt, not px. This happens regardless of my 'Units' setting. Second, it ADDS the value to the current Y value, instead of just setting the new value, rendering the action useless.
    Am I doing something wrong? I don't see a way to specify an absolute value vs a relative one. Is it just a limitation of Actions in Illustrator?

    px and pt are somewhat interchangable within Illustrator. They are both seen as the same relative size. In reality this is because pixels have absolutley no relative size therefore Illustrator uses points for measurements. A point (pt) is a measurment, a pixel (px) is not. This is not something you should be overly concerened with in your circumstances. You can simply consider 1pt equal to 1px.
    As for the transform.... transformations, by definition, alter the existing data of an object in a relative manner. The extisting size, location, color, etc is seen as the 'start' point then transformations are applied to those start points. If you have an object sitting at X0Y0 and you move the object 64 pixels downward to X0Y64, the transformation is seen as Y+64, NOT "set to Y64". Therefore, if you have an object sitting at X50Y10 and you perform the same transformation the result is X50Y74.
    What may, or may not help, is to use the align buttons in the action before trying to absolutely position an element. For example, set the align to Align to Artboard. Then align left, align top, (or align center, align middle) then move the object to the correct absolute position. This way you position every object at the same XY coordinates before beginning any position transformation and in turn the XY transformation will always be adding values to the same starting point values making the transformations the same.

Maybe you are looking for

  • ORA-00600: internal error code, arguments: [ktsircinfo_num1]

    While taking export of a table received EXP error and while dropping/selecting the same gor ora-600 errors. . . exporting table TEST4 EXP-00003: no storage definition found for segment(29, 371385) SQL >Drop table test4 cascade; ORA-00600: internal er

  • Java Applet Window Warning - Appearing through

    Hello The warning that is displayed on applet windows now when using java is causing a problem. When you bring a fresh web page or word document over the top of the applet window, the java applet warning is still visible as if it has been brought to

  • Post-iTunes re-install file problem

    After re-installing iTunes on my Sony laptop, I get this error: "The iTunes library .itl file is locked, on a locked disc, or you do not have write permission for this file".  What should I do?

  • Can't create new plist for Firefox 2.0.16

    I haven't been able to get anyone on the FF forum to answer this. I hope someone here maybe able to offer some suggestions: I suspected some corruption in the .plist file (users/library/preferenes) of Firefox 2.0.16 and trashed it, assuming that the

  • Sharing hard drive with windows xp on imac intel duo core

    Hi, I was wondering whether I could give over anymore of the hard disk on my imac intel duo core to Windows xp? If so, how would I go about doing that? Thanks in advance