Controling the layer level of createEmptyMovieClip

I can't get a mc from the main movie to be on top of a mc
that is created dynamically
carry

use swapDepths().

Similar Messages

  • Can we control the top level navigation in portal from a java application

    Hello,
    I am having a scenario where User logged in to portal and assigned with 2 roles (HOME , ISA(Java application)). When user opened a form in ISA (Java application) and tried to enter the data in form and moved to another tab (e.g. HOME) in top level navigation.
    When user come back to ISA (Java application) TAB , we show the page where he left earlier. I would like to know if user click any other TAB in top level navigation (Role assigned to him) while working on a page in ISA(Java application) is there any way we can catch that event before he leaves from ISA (Java application JSP page) to other TAB?
    How can we control the top level navigation events in the portal from a java application .Since Top level navigation is seperate par file.
    Thanks,
    RN

    Dear Rajesh,
    Top Level and detailed navigation values comes with iteration in the respective par file.
    Please check the par file and based on the value (i.e tab name) selected, you can write your code.
    Best Regards
    Arun Jaiswal

  • How to control listener log levels with log.xml

    I'm running Oracle 11 and I am seeing tons of log.xml files being created, rotated, and renamed. Looking at the log.xml files, I'm seeing what appears to be rather excessive logging. It appears to be logging every single connection. Is there any way to control the logging levels for this file and/or decrease the number of log files kept in the rotation?

    I don't believe it is possible to disable part of the ADR activity. But I would be interested in your definition of "excessive logging."
    Are you seeing a specific performance impact or are you just seeing something different from 10gR2 (meaning the new ADR functionality)?

  • Control flash sound level

    Hi,
    is it possible to control the sound level of the flash player from Windows Volume Mixer and have it permanently stay on the level I set? I'm using Windows 8.1. After every playback on Youtube, the sound level resets to the maximum level.
    Thanks.

    Hi alv93,
    Yes, however the volume mixer does not sync with the volume slider on the flash plug in unfortunately.

  • I have two monitors and often watch a film while browsing. How can I change the sound level of firefox so its not too loud?

    I just want to be able to control the audio level of firefox separately from other running programs on the puter

    Hi jagrix,
    Unfortunately, Firefox is yet to have it's own volume control. Consequently, unless a site has it's own volume control, you can not modify firefox's sound.
    Personally, I think Firefox having it's own volume control could work out well for digital multitaskers! I'll make a suggestion on bugzilla right now. I will update this post with details of my bug id. later
    Hope this helps,
    Taddle

  • Powershell program to upload multiple files with version control at the file level

    I have a network folder which contains multiple files refreshed daily.I then run a power
    shell scrip which uploads all the files . I have scheduled it to run once
    daily. I have version control at the directory level , is there a way to upload all the files daily and maintain the last X versions for each file , rite now it does it at a folder level . I want it at a file level
    powershell script
    if((Get-PSSnapin "Microsoft.SharePoint.PowerShell") -eq $null)
    Add-PSSnapin Microsoft.SharePoint.PowerShell
    #Script settings
    $webUrl = "http://sharepoint.contoso.com/Corporate/Sales/"
    $docLibraryName = "Shared Documents"
    $docLibraryUrlName = "Shared Documents\arizona" # specify your subfolder url here
    $localFolderPath = "C:\Test"
    #Open web and library
    $web = Get-SPWeb $webUrl
    write-host $webUrl
    $docLibrary = $web.Lists[$docLibraryName]
    write-host $docLibrary
    $files = ([System.IO.DirectoryInfo] (Get-Item $localFolderPath)).GetFiles()
    write-host $files
    ForEach($file in $files)
    if($file.Name.Contains(".pdf"))
    write-host $file
    #Open file
    try
    $fileStream = ([System.IO.FileInfo] (Get-Item $file.FullName)).OpenRead()
    #Add file
    $folder = $web.getfolder($docLibraryUrlName)
    write-host "Copying file " $file.Name " to " $folder.ServerRelativeUrl "..."
    $spFile = $folder.Files.Add($folder.Url + "/" + $file.Name,[System.IO.Stream]$fileStream, $true)
    write-host "Success"
    #Close file stream
    $fileStream.Close();
    catch
    Write "Error: $file.name: $_" >>c:\logfile.txt
    continue;
    #Dispose web
    $web.Dispose()

    Check if this helps you
    http://blogs.technet.com/b/heyscriptingguy/archive/2013/04/28/weekend-scripter-use-powershell-to-upload-a-sharepoint-file-version.aspx
    # Add the Snapin
    Add-PSSnapin Microsoft.SharePoint.PowerShell
    # Retrieve specific Site
    $spWeb = Get-SPWeb http://SP01
    # Create instance of Folder
    $spFolder = $spWeb.GetFolder("Shared Documents")
    # Get the file on Disk that we want to upload
    $file = Get-Item C:\Documents\MyDoc.docx
    # upload the file.
    $spFolder.Files.Add("Shared Documents/MyDoc.docx",$file.OpenRead(),$false)
    $newVersion = $spFolder.Files.Add($spFile.Name, $file.OpenRead(), $spFile.Author, $spFile.ModifiedBy, $spFile.TimeCreated, (Get-Date))
    If this helped you resolve your issue, please mark it Answered

  • How to control volume so that all songs play at the same level

    using itunes 11.4.  How do I control the volume so that all songs play at the same level?

    GO to the preferences in itunes or press (cmd+,)/playback and turn on sound check. If you want to same in other ios devices go to settings/music/sound check turn on

  • Control the authorization base on material type level

    Dear Experts,
    We want to control some users only can create or modify the material base on material type level .
    For instance , user A only can modify the 'ROH' type material , he can not maintain any 'FERT' type material .
    I set the authorization object 'M_MATE_MAR' in the user A's profile , but it doesn't work .....
    System : SAP4.7 x 200
    DB : oracle9i
    Has someone can tell me it is possibile to control the maintain authorization base on material type level ?
    Or give me some suggestions.....
    Many thanks
    Best Regards,
    Carlos Zhang

    Hi
    Yes this works & the authorisation object found by you is also correct.
    For the object - M_MATE_MAR
    Maintain the activity 01,02,03
    Maintain the authorisation group  - each material type can be assigned to an authorisation group. In OMS2 , you can assign the authorisation groups to the material type.
    For E.g if the material type is ROH- enter the authorisation group as ROH.
    Ensure that the user does not have this object, As If this object is present in any other role with authorisation group as * then the * will overirde any value.
    Thanks & Regards
    Kishore
    Edited by: Kishore Kumar Chiluka on Jun 13, 2008 11:18 AM

  • Can I control the in and out point of a layer with a keyframe?

    Hi all, I'm working in a sort of template for a series of mograph videos. Some sort of motion typography work.
    The animation is always the same but the only thing that changes is the length of the video (for legibility purposes).
    I was wondering if I can control the in and out points of a layer with the keyframes from another layer.
    Lets say Layer's A keyframe from slider 1 position in time is the out point (plus/minus an offset would be also great) of layer B.
    I've been playing with expressions on a regular basis but I don't really know where and how to write an expression like that or if it's possible.
    Thanks in advance

    This should probably be moved to the expression forum then.
    I'm not sure I understood the details of your project but here's a basis: you can do that with an expression in the layer's time remapping property. So if you want a layer to start playing at the second keyframe on another layer, you can try something like (writing in my browser, watch for mistakes):
    //   The "number" of the keyframe (first, second, third, etc)
    var index = 2;
    //   The layer with the keyframes
    var l = {pick-whip the layer with keyframes here};
    //   Just a safety, check the layer has at least enough keyframes
    if (l.numKeys >= index)
         //   If yes, the new time is the difference between the keyframe's time and the current time
        max(0, l.key(index).time-time);
    else
         //   Doesn't matter, let's return 0
        0;

  • How to control the visibility of image items on a layer?

    I want to control the visibility of image items on the layer. Some items will be visible and others will be hidden on the same layer.
    Can anyone tell me how can I achieve this using SDK APIs.

    Hi,
    You can try following facade function. And set the Opacity value to 0 for hidden the images or set greater then 0 value for visiablity of image.
    IXPAttributeFacade::SetOpacity (const UIDList &itemList, PMReal opacity);
    I hope it will resolve your problem.
    Regards,
    Jitendra Kumar

  • DAQ Assistant: How Can I Control this at the lowest Level?

    DAQ Assistant:
    I have the PCI slot version of this which I use to generate specific signatures. However I would like to get down to the very low level of this block to see what makes it tick if only to add some other features such as have it dynamically change high and low times after "N" number of pluses/bursts.
    At the current state I can't seem to get any further than the GUI that I work with right now. I can give you a VI upon request however this VI is included with labview from what I understand I have version 8.2. If anyone wants a copy of the vi which contains the DAQ Assistant block I will be more than happy to include.
    DAQ Assistant Location: Right click on the block diagram of a VI --> Measurement I/O --> NI-DAQmx --> DAQ Assist (This is an icon in itself)
    I see the read,write nodes however I have played and tried to see what they do but I have had no such luck. If anyone can point me in the right direction I would be grateful.
    Thank You.
    Solved!
    Go to Solution.

    You've got a couple of misconceptions about the DAQ Assistant. First, there is no such thing as a pci version. There are some slight differences between versions of the DAQmx driver. Second, the DAQ Assistant is a code generator. When you start it up, it will create custom code for the type of task you want (digital i/o, analaog i/o, etc.) so the VI you eventually have on the block diagram is not included in any version of LabVIEW.
    Once you have configured the assistant, you can right click on it and select 'Open Front Panel' this will convert the assistant task to a normal subVI that you can opne and view the block diagram. You can also right click and select 'Create DAQmx Code'. This will place the low level DAQmx functions on your block diagram. You could also skip the whole assistant and just start with the low level DAQmx functions in the first place. There is help associated with each and you have all of the shipping examples to look at. There is also the Getting Started with NI-DAQmx page.

  • How to control the measure based on the related dimension.

    Hi Experts,
    In order to improve performance, I have created three kinds of time tables in DB,such as Year .Month, Day.
    Then import them into the physical layer in RPD, and combine them into one dimension in BMM.
    Actually, it has three level fact related with three time tables,so they are also dragged into one fact in BMM,and one column will be corresponding with three column derived from different Fact table in physical layer.
    So I want to know how to control the measure based on the related dimension.
    For example:
    when users drag the Year,Sales column, it will come from Year Dimension and Year Fact Table.
    when users drag the Month,Sales column, it will come from Month Dimension and Month Fact Table.
    when users drag the Day,Sales column, it will come from Day Dimension and Day Fact Table.

    Hi,
    Create a dimension Hierarchy, with Year >> Month >> Day Levels and
    Next Double click on Year Table LTS >> click on Ocntetnt Tab >> set as Year
    same way for Month LTS and Day LTS.
    So now when you select year column then server canknow which LTS to hit and Hits Year LTS.
    Mark If Helpfu/correct
    Thanks.

  • Can I control the POSIDYN SDS 5000 driver with LabView?

    Hey all,
    I am working on the automation of some high power syringe pumps, the proposed driver is Stoeber POSIDYN SDS 5000 driver (http://www.stoeber.de/TDE/G5/DOKUV56D/442277_01_PHB_SDS_5000_en.pdf).
    Can this driver be controlled via the NI CAN CompactDAQ (http://www.ni.com/white-paper/12316/en/)?.
    I don't understand the level of integration of the NI CAN interface with generic CAN drivers. In concrete, I want to know if I will need custom binary/ASCII commands or if the NI XNET CAN API will provide the necessary function blocks. If anyone has an example VI that would be great.
    Thanks for your time.
    E.

    Hello Cheve,
    Thanks for using National Instruments forums! Answering your question, yes it is possible to control the POSIDYN 5000 with the XNET driver, just to let you know XNET is the software layer that allows specific hardware to execute CAN commands (as well as LIN and FlexRay) and performs all the communication between NI hardware and your application. For a better understanding you can check the CAN Loopback Test.vi within the Find Examples section in LabVIEW (Help --> Find Examples…).
    Have you already thought about which HW platform you will use? Do you need portability with more than 1 POSIDYN driver or your system will just be mounted in a bench? If you can provide me with this information I will be glad to help you with a recommended hardware platform that fits your needs.
    If you plan to use cDAQ the modules that you can use are the 9861 and 9862.
    http://sine.ni.com/nips/cds/view/p/lang/es/nid/209347
    http://sine.ni.com/nips/cds/view/p/lang/es/nid/210072
    Hope you find this information useful!

  • OBIEE 11g - No fact table exists at the requested level of detail

    My dimesion tables are snow-flake.
    Table1 has Key, ProductName, ProductSize, Table2Key
    Table2 has Key, ProductDepartment, Table3Key
    Table3 has Key, ProductDivision
    I have created 2 hierarchies (in same dimension Product). Note: ProductSize is in Table1.
    ProductDivision > ProductDepartment > ProductName (shared level)
    ProductSize > ProductName (shared level)
    There are 2 fact tables
    Fact1 is at ProductName level
    Fact2 is at ProductDepartment level
    When I create a request with columns as ProductSize and some measure; and filter it on ProductDepartment. The request fails with error "No fact table exists at the requested level of detail", but the request can ideally be answered using fact with ProductName level.
    I have properly defined logical level keys in the hierarchies and logical level in the LTS (content tab)
    Can anyone point me what I am doing wrong here?

    Since both fact tables are at same granular level I would suggest to map each other (Signon_A maping Signon_B) in BMM layer logical fact @source.
    Considering them as Fact and with fact extension.
    BTW: Did you try by setting implicit fact at subject area properties?
    Edited by: Srini VEERAVALLI on Feb 1, 2013 9:04 AM

  • Control the opening and closing period

    hi ,
    Control the opening and closing period
    How I can control open and close peroid at the level of (ledger or legal entity or operating unit)
    thanks

    can you clarify it, what does it mean 'control' the opening period

Maybe you are looking for

  • MSS iview Customization in SAP R/3 4.7

    Hi we are running on SAP R/3 4.7 version.  and we had deployed the MSS Business package into our SAP Netweaver portal 7.0. Now our requirement was to customize one field in the General Data iview.  corresponding par file name is com.sap.pct.hcm.eepro

  • How can I sent my video and foto from iPhone to iPad ????

    How can I sent my video and foto from iPhone to iPad ????,

  • Time phase mrp

    how to do Time-phased MRP is accomplished by exploding the bill of material, adjusting for inventory quantities on hand or on order, and offsetting the net requirements by the appropriate lead times.  how can we adjust the inventory after run this mr

  • How to open Word doc stored in BDS?

    I faced the problem using BDS. I have table with stored object_keys of Word documents stored in BDS. I can retrieve url for this docs using METHOD CL_BDS_DOCUMENT_SET=>GET_WITH_URL. But how can i open this document using url or something else? For ex

  • Multiple MHD with same message type

    Hi, Can seeburger handle the following Tradacom EDI standards MHD: ORDHDR MHD:ORDHDR Is it normally allowed for seeburger to do such a mapping.  I believe that any normal EDI file should have only one MHD:order header file with orders. Regards Krish