Adjusting y to another mc property

i have a vertical stack of mc's . On mouseover any mc, it
will increase height....the mc's below shift their _y value at the
same rate as the growing mc. On rollOut, the mc shrinks back to
original size, and the mc's below move back to oriiginal location.
My problem is that the rollout funciton also uses a speed value for
the lower mcs. Thus, they do not get their position based on the
_height properties of the active mc. Any ideas on how i can make
these lower mcs move according to the _height property, and not the
actual frame rate?

Thanks Ned...
var mySelectFileMC= attachHere.getChildByName("mySelectFile"+i);
attachHere.removeChild(mySelectFileMC);
perfect.

Similar Messages

  • Move adjustment layer to another file

    In Photoshop, is there a way to move an adjustment layer to another file WITHOUT having to pull the files from the workspace to the side and drag and drop the layer?

    Layer > Duplicate Layers
    Edit: But even in tabs view one should be able to manually drag them over to another file. Could you please post a screenshot to illustrate your issue?

  • Access Another Class' Property Value That is Defined in the faces-config?

    I have a private property "dataTransferType" with public getter and setter in the DataFile class. The initial value of the "dataTransferType" is defined in the faces-config.xml file. I want to get the "initial value" of the "dataTransferType" in another class and the compiler does not like the way I access this property.
    Here is the snippet of the DataFile class, which shows the declaration and the getter and setter for the property:
    public class DataFile implements java.io.Serializable
         private String dataTransferType;
         public DataFile(){}
        public DataFile( String aDataTransferType )
            this.dataTransferType = aDataTransferType;
         public String getDataTransferType()
              return dataTransferType;
         public void setDataTransferType( String dataTransferType )
              this.dataTransferType = dataTransferType;
    }Here is the way that the initial value of the "dataTransferPropery" is set in the faces-config.xml file:
    <managed-bean>
      <managed-bean-name>dataFile</managed-bean-name>
      <managed-bean-class>propertyBeans.DataFile</managed-bean-class>
      <managed-bean-scope>session</managed-bean-scope>
      <managed-property>
       <property-name>dataTransferType</property-name>
       <property-class>java.lang.String</property-class>
       <value>importFile</value>
      </managed-property>
    </managed-bean>Now, in another class FileManagementBean, I first instantiate the DataFile class
    private DataFile datafile;and then in the constructor of the FileManagementBean I tried to access the initial value of the property "dataTransferType":
    this.recordItems = this.getRecordsList( datafile.dataTransferType );The compiler did not like it at all.
    But, if I arbitrary introduced a String in the FileManagementBean:
    String defaultSelectedDataTransferType = "importFile";
    this.recordItems = this.getRecordsList( defaultSelectedDataTransferType );My code worked as I had expected without any problem.

    Thanks for all your attention.
    The runtime error is rather strange:
    >
    javax.servlet.ServletException: javax.faces.FacesException: javax.faces.FacesException: Can't instantiate class: 'actions.DataManagementBean'.. class actions.DataManagementBean : java.lang.NullPointerException
    The DataManagementBean is the class that accesses the property "dataTransferType" in the DataFile class. And the initial value of the "dataTransferType" is defined in the faces-config.xml file.
    If I arbitrarily introduced a String value in the DataManagementBean:
    String defaultSelectedDataTransferType = "importFile"and in the DataManagementBean's constructor, I use this statement:
    this.recordItems = this.getRecordsList( defaultSelectedDataTransferType );Things worked as I had expected without problem. But, I think this is not an elegant way of coding it. Because there is a pre-defined value of dataTransferType in the faces-config.xml file, I should access it from there.
    But, when I specify:
    this.recordItems = this.getRecordsList( datafile.getDataTransferType() );The DataManagementBean cannot even be instantiated!
    In my faces-config.xml file, I have:
    <managed-bean>
      <managed-bean-name>dataManagementBean</managed-bean-name>
      <managed-bean-class>actions.DataManagementBean</managed-bean-class>
      <managed-bean-scope>session</managed-bean-scope>
      <managed-property>
       <property-name>datafile</property-name>
       <property-class>propertyBeans.DataFile</property-class>
       <value>#{dataFile}</value>
      </managed-property>
    </managed-bean>
    <managed-bean>
      <managed-bean-name>dataFile</managed-bean-name>
      <managed-bean-class>propertyBeans.DataFile</managed-bean-class>
      <managed-bean-scope>session</managed-bean-scope>
      <managed-property>
       <property-name>dataTransferType</property-name>
       <property-class>java.lang.String</property-class>
       <value>importFile</value>
      </managed-property>
    </managed-bean>
    ......

  • Adjusting scans for another designer's project

    To save time, another designer wants me to adjust the scans/photos (b&w) in a book she's working on. Need to figure out the best workflow for that. We don't work in the same place. She has most of the rough scans placed. We both work with CS4.
    I'm thinking I'll need her document(s) and the linked scans, so that I can then use the links palette go back and forth from InD to PS where I'll adjust, size, etc, and finally sharpen. I've done a lot of this work for myself, but need to figure out the best scenario for working with another person. Presumably she will continue working on the document, but the images won't change size. I guess she'd relink to the new images I return to her.
    Thanks for suggestions. . .

    All you really need are the images, the destination profile desired and the final sizes. She can relink to a folder of images you return without any hassle. You might want a PDF just so you can see the layout.

  • Drag Adjustment Layer to Another Image

    How can I drag a layer onto another image in PSE4?
    Scott Kelby says "drag-and-drop Levels Layer onto one of your other open photos."
    I can only see one image at a time in Standard Edit.
    I opened 3 photos and saw them cascade as they opened; but then the last one stayed on top.
    I can see the others in the Photo Bin only.
    I can select any one to be in main window, but not all 3.
    How can I arrange them in Cascade mode?

    DUH!
    I found the setting under Window, Images, Cascade......

  • Expand Dimension using another dimension Property

    Hi guys,
    My template has Product in the Rows (User Defined) and Time in the Collums.
    The Entity dimension is changed at the context, but I want Currency to show the value of the property "Currency" of Entity dimension.
    I've tryed to do this putting Currency at the collum, and trying to filter it by Dimension Property, but I didnt succeed.
    Any thoughts?
    Thanks in advance.
    Adriano Frossard

    Hi Adriano,
    Simply put currency in the page axis and in the EPMOlapMemberO formula use formula to get a property of entity. Read here: Static report in BPC NW 10
    Vadim

  • Inability to adjust Box Model Content Size Property in Studio Creator2

    Re: Studio Creator2
    I am trying to make my RadioButtonGroup smaller. I think my problem resides with not being able to reduce the Box Model content size [17,17] within the properties of the individual buttons. Any suggestions would be appreciated.

    Your template contains an IE Conditional Comment that is adding 30px of top padding to  #sidebar1.  This padding may required in older versions of IE but not IE9.
    &lt;!--[if IE]>
    &lt;style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixRtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    &lt;![endif]-->
    To fix it, change [if IE]  to [if lt IE 9]
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Set system property using -D flag that references another system property

    Hi,
    I'm interested in doing something like the following
    java -Dmy.prop=${user.home}/.tmpdir
    Setting the property in Java code is not an option.
    Can this be done?
    Thanks for helping.

    The only way I think you could do this is to ask the os for this value.
    i.e windows: $HOMEDRIVE\$HOMEPATH
    java -Dmy.prop=$HOMEDRIVE\$HOMEPATH\.tmpdir
    linux: ~
    java -Dmy.prop=~/.tmpdir
    Or to use a small java application to return the value into the command line:
    java -Dmy.prop=$(java HomeDir)/.tmpdir
    class HomeDir {
      public void main (String ... args) {
        System.out.println(System.getProperty("home.dir"));
    }

  • ITunes search api releaseDate - is there another date property somewhere too?

    Hi guys
    Are there two release dates in the API? I notice that releaseDate doesn't always match up with what is displayed in iTunes.
    For example, an api search in the Great Britain store for Dreadlock Holiday by 10CC, looking at the 'Bloody Tourists' album shows the release date as 2002-07-15T07:00:00Z, yet the store says Sep 1978 (the latter being correct).
    https://itunes.apple.com/search?term=dreadlock+holiday&country=GB
    Is there another date to access?

    I have the same question about the releaseDate.
    After investigation I found that lookup API always returns the date of the very first application version release.t
    For ex. if we have next versions:
    1.0.4.8 released 2013-03-20
    1.3.0.1 released 2014-12-31
    2.1.0.0 released 2015-04-20
    Lookup will return us release date 2013-03-20 for each new release.
    Is there some way to get the releaseDate of a specific version?
    Thanks,
    Misha

  • Use brush mask with another adjustment brick?

    Hi. I'm pretty sure this is not possible, but I want to make sure and find out if anyone has a work-around.
    Is there any way to re-use a mask created for one adjustment brick with another?
    This would, IMHO, double the usefulness of the program. (I can't really understand why it is not included.)

    You cannot from within Aperture but you can... if you feel like going into the guts of the library. The brush masks are stored as simple tiff files if you create and adjustment and brush any old mask the tiff file will be created - copy the mask you want to the same file name as the mask you just created and viola = reused mask. Not a simple and easy solution.
    Much easier just to use PS IMO
    RB

  • Appending a value via automator to an existing property value

    My manager asked me an interesting question, he wanted to know if we can append a value via automator to an existing property value. I looked through the documentation and I think it cannot be done though this can be accomplished via a longer route, by saving the automator value in a new property and creating another new property that concatenates the existing property value and the automator value.
    Any ideas if this can be achieved without creating 2 additional properties?
    Scenario
    Existing property has value ABCD.
    Use an automator file to append another value(XYZ) to this existing property. After the auto update the exsiting property should look like this: ABCD-XYZ
    Thank you
    TD

    It can be done but it is a multistep process. You need to:
    1. Do an extract of the current nodes you want to have the value appended to into a delimited txt file.
    2. Bring the file into EXCEL
    3. change the values in EXCEL
    4. create an automator file using the changeprop function and run the automator
    When you do the extract, select the columns:
    Version Name, Hierarchy Name, Node Name, Value you are extracting
    As you can see this will prebuild a lot of the automator for you.......

  • Logging a custom StepType Property

    I followed the "Logging a New Step Property to a Database in TestStand" description but I get this answer back: An exception occurred calling 'LogResults' in 'ITSDBLog' of 'DBLog 1.0 Type Library'
    An error occurred while setting a column value.
    Schema: Copy of Generic Recordset.
    Statement: STEP_RESULT.
    Column: String.
    Unknown variable or property name 'String'.
    Source: TSDBLog
    How do I log these custom types?

    Hi Clausen,
    *Note: The following information only applies to TestStand 2.0.x and later.
    This error is being caused by the setup of your database schema not having a valid property name to be logged for the "String" column of the "STEP_RESULT" statement. If you look in your database schema under the STEP_RESULT statement and select the String column under the Columns/Parameters tab the "Expression" box probably contains a lookup string equal to -> String. This is the exact "unknown variable or property name" that is causing the problem. You need to have a property name that begins with "Logging.StepResult.*" in order to specify a valid lookup string for the logging process/schema. For instance if this String property of yours has a lookup string of "Step.String" the lookup string to use in the database schema would be "Logging.StepResult.String". If the property is inside another step property that is a container, like "Step.MyData.String", then you would use "Logging.StepResult.MyData.String". The one exception to this container rule is that if the property is in the "Step.Result" container, as "Step.Result.String", then you would use the lookup string "Logging.StepResult.String" (this is caused by the fact that the Logging property is pulled directly from your sequence execution's "Locals.ResultList" array and properties under Step.Result are extracted from the Result container and placed in ResultList as top level properties. For example, Step.Result.String gets copied into Locals.ResultList[n].String, where "n" represents the array index of the step result you want to modify.
    The main thing to also realize, is that this step property has to be copied to your sequence's Locals.ResultList array during execution as well, because only properties within the ResultList will be passed to the logging process. There are basically 3 different ways to do this.
    1) Use the Execution.AddExtraResult method (Check the TestStand Programmer's Help for further information. You can see an example of its use within the Sequential ProcessModel's Test UUTs execution entry point as well).
    2) Put the property you wish to record into the ResultList in your step's "Step.Result" container, as every property within Step.Result is automatically copied into the ResultList at run-time by the engine. You can place your property in the Result container as the default location for the property within the definition of the custom steptype, or you can use any one of the PropertyObject.SetVal* API methods to programmatically insert a new property into the step's result container at run-time by using the method's "InsertIfMissing" option (note that if you do this it needs to occur before the step executes, or else it won't be copied into the ResultList).
    3) You can also use the PropertyObject.SetVal* methods to insert a new property directly into the ResultList using the InsertIfMissing option AFTER the desired step has executed. For instance, you could specify the lookup string "Locals.ResultList[n].String" when using these methods.
    Jason F.
    Applications Engineer
    National Instruments
    www.ni.com/ask

  • Compare Flag - Automatically Adjustable

    Any risks in this setting when generating table maintenance for a custom table?
                     Thank-You.

    This flag indicates whether the maintenance transaction allows the
    (checked) activation of Business Configuration Sets (BC Sets), and the
    adjustment. This is the case if the maintenance transaction can run in
    the background.
    For more information, see the Application Help for the table maintenance
    generator (transaction SE54).
    The following settings exist:
    No Information
    The system does not know whether the maintenance transaction allows
    BC Set activation and adjustment.
    As with the setting "Not Adjustable", the content of the BC Sets is
    written to the Customizing tables without being checked.
    Not Adjustable
    The BC Sets cannot be activated and checked. The maintenance
    transaction does not support the adjustment.
    The content of the BC Sets is written to the Customizing tables
    without being checked.
    Instead of an adjustment, you can only compare the views or tables
    with another client or system. Any modifications that arise from an
    adjustment must be made manually.
    Adjustable in Dialog
    As with the setting "Not Adjustable", the content of the BC Sets is
    written to the Customizing tables without being checked.
    An automatic adjustment is not possible, however, you can compare
    the views or tables with another client or system, and adjust the
    differences (either all of them or a selection) with the dialog
    adjustment function.
    Automatically Adjustable
    BC Sets are activated with all field checks.
    The object can be adjusted automatically against another client as
    part of a Customizing import. This means that the data with
    differences can be imported from the comparison client. As well as
    the automatic adjustment option, the maintenance transaction also
    offers the dialog adjustment function.

  • Aperture split-tone adjustment?

    I just switched from using Adobe Lightroom beta 4 to Aperture 1.5. Is it just me or is there really no way to make duotone or split-tone conversions in Aperture? I've been able to get some great looks with this feature in Lightroom (which has been available since beta 1) similar to cross-processing, etc.
    This seems an incredible oversight by Apple as I know that many wedding shooters and fine artists use split-toning all the time.
    Am I missing something?
    G5 Dual 2.0   Mac OS X (10.4.8)  

    Thanks for your post. I actually found somewhat of a work-around to my problem. I'm not sure where the selective recolor adjustment is in Aperture but I was able to achieve a cross-process-type color adjustment by experimenting with the tint adjuster within the Exposure module. I adjusted shadows, highlights and mid-tones and am fairly happy with the result.
    In order to apply this type of adjustment to a black and white image, I think you have to import one because, when you apply the monochrome mixer to convert your image to black and white, you're unable to apply different tones/tints to various tonalities of the image because the mixer over-rides the tint adjustment.
    On another note, can anyone tell me how to apply a vignette adjustment in Aperture?

  • GR/IR Clearing F.19 - No document generated

    Hi
    I am trying to regouping the GR/IR account at period end but not getting any batch session while executing F.19.
    I have done following settings at OBYP:-
    Key BNG (Invoiced but not yet delivered)
    Reconcliliatin account as our GR/IR account
    Adjustment account as another account but same in nature of GR/IR a/c
    Target Account is another balance sheet account
    same setting is done for key GNB (Delivered but not yet invoiced) but target account is different.
    please guide me is there any other configuration required to execute F.19. Does Adjustment Account and Target Account required any special property?
    please revert in detail.
    Regards
    DD

    HI,
    IN the test run mode, please deselect the option "Document that can not be cleared" in the bottom part of F.13
    Then see whether on execution any doument got displayed for clearing. If yes, then come back by pressing F3 button an then remove the test run tick and again execute.
    It should clear those documents. If not, then go to transaction SU53 and check whether it is an authorization issue.
    Regards,
    Gaurav

Maybe you are looking for