New Layer Being Created When Timeline Effect Added

I am working on a Flash file in which I am adding a Timeline
Effect (5 frame fade out). Recently, instead of the transition
being applied to the layer, in the frame length specified, Flash
adds another layer with the standard 30 frames and it deletes the
content from the 5 frames where I'm trying to add the fade out. It
doesn't always do this. I had already successfully created a couple
of fade-ins at the beginning of the timeline, but once it starts
adding and deleting this stuff, it never goes back to normal. On
the layer in question, I have a keyframe with a graphic, the
graphic is stationary for 20 frames, then I inserted another
keyframe and tried to apply the Timeline Effect beginning there.
Help!!

Change contentDelivery* of the popup to lazyUncached*. Default is lazy .Refer
http://docs.oracle.com/cd/E21764_01/apirefs.1111/e12419/tagdoc/af_popup.html
Also in addition , you might need to refresh the region (try the above standalone 1st) when you invoke the popup. Use refresh="ifNeeded" in the taskFlowBinding alongwith change of some input param . See why and more here
http://www.adftips.com/2010/11/adf-ui-region-interaction-interaction.html
Example simialr to your usecase here -
http://www.oracle.com/technetwork/developer-tools/adf/learnmore/53-taskflow-in-popup-169196.pdf
Edited by: Sudipto Desmukh on May 9, 2012 5:20 PM

Similar Messages

  • The new event are created when i import photo in the top. Before they where put in the end. All my event are classified. Where i can set the event at the end ? Thank's.

    The new event are created when i import photo in the top.
    Before they where put in the end.
    All my event (around 600) are classified on the top the old and a the end the new.
    Where i can set the event at the end ?
    Thank's.

    View menu  ==> sort events
    LN

  • What is the program object is being created when we activate smartform?

    What is the program object is being created when we activate smartform?

    hi,
    while activate the smart form, a function module is being created.
    by using this function module we can pass the business data to the form.
    in print program we can simply call the function module which has been created by smart form while it activate and pass required parameters to it.
    for more information follow this link.
    http://sap.niraj.tripod.com/id67.html
    regards,
    Ashok Reddy

  • Class not being created when running from jar

    Hi all,
    Tech info first:
    IDE: Sun Java Studio Enterprise 8
    Plaform: windows xp
    I have created a Swing app, that connects to a com port(using the RXTXcomm). now, when I run the app in the IDE, everything is fine and dandy, but, when I run the jar file, the application loads, but the class in the app which deals with the com port is not created. here is the code:
        private static void createAndShowGUI() {
            //Make sure we have nice window decorations.
            JFrame.setDefaultLookAndFeelDecorated(true);
            Main receiver = new Main();
            receiver.getPropertiesFromFile();
            //Create and set up the window.
            frame = new JFrame("R�FILOG RFID Empf�nger");
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.setContentPane(receiver.mainPanel);
            frame.setJMenuBar(receiver.createMenuBar());
            frame.addWindowListener(receiver);
            frame.setLocationByPlatform(true);
            //Display the window.
            frame.pack();
            frame.setVisible(true);
            portListener = new RFIDReaderComm(receiver, "COM3");
            portListener.getConfiguration();        
        public static void main(String[] args) {
            //Schedule a job for the event-dispatching thread:
            //creating and showing this application's GUI.
            javax.swing.SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    createAndShowGUI();   
    portListener in the createAndShowGUI() function is an interface level parameter and is the class that is not being created. There is no error message.
    If I move the two lines that deal with the port listener before the frame.pack() line, then the GUI is not even loaded, and when I view the processes in the task manager, the process starts and then quits without anything becoming visible. So from this I guess there is a problem with creating the class when running from a jar, but without any error messages, I have not a clue where to start...can anyone help?
    thanks in advance.

    Well, some more info, so maybe someone can come up with some tips for me...this is really important, and any help is greatly appreciated.
    This is obviously a classpath problem. After running the my jar file with java -jar I finally got the error NoClassDefFoundError
    Kind of obvious I suppose. But, I cannot seem to get the two jar files I need into the classpath. I have tried the following:
    Updating my computers CLASSPATH with the relevant paths - not working
    Trying to get the Sun Java Studio Enterprise to build the required jar files into the final package - cannot get this to work
    Tried updating the manifest.mf in the following way:
    Created a text file Manifest.txt with the lines:
    Class-Path: RXTXcomm.jar
    Class-Path: BrowserLauncher2-10rc4.jar
    ran the command (in the same directory as Manifest.txt):
    jar cfm RUFILOGScanner.jar Manifest.txt classes/*.class
    but this does not work either. When I run: jar tf RUFILOGScanner.jar all I get is:
    META-INF/
    META-INF/MANIFEST.MF
    classes/
    classes/CRCCalculator.class
    classes/Main$1.class
    classes/Main.class
    classes/RFIDReaderComm.class
    classes/URLDialog$1.class
    classes/URLDialog$2.class
    classes/URLDialog.class
    the classes I want added are not there. Plus, (I think this is because I am running SE8) the manifest.mf is not in a folder called META-INF. In fact, I have no folder called META-INF. Is this significant?
    Please, can anyone help me?

  • Duplicate 'invisible' photos are being created when I download from camera

    Hi all,
    Recently spotted a weird thing happening when I download images from my Nikon D200. I use Image Capture, but not sure if that's the problem. Hopefully you guys can help.
    Basically, when burning a DVD of images for a friend, I noticed that if I dragged over the folder that contained the downloaded images, a new disc was created in Toast, and the disc size matched the size of the folder as seen in the Finder. However, if I created a blank disc and just copied over the folder contents themselves, not the actual folder, the disc size was 1.5GB smaller.
    So, I fired up TinkerTool and turned on Invisible Files in the Finder, and was shocked to discover that throughout my hard drive, in the folders I download photos into from my camera there are duplicate invisible 'photos' with a period at the start of their name (rendering them invisible) that are the size of a full high res photo each - essentially doubling the size of the folder. If I delete a photo in the Finder, it's invisible counterpart doesn't get deleted with it - so what the heck are they? They're taking up GB upon GB upon GB of space on my drive and I can't even see them unless I use TinkerTool.

    I am not a software engineer, but I doubt if these are left over temp files.
    More than likely, capture keeps both - the original and the colour managed files. Why hidden, no idea. Maybe it's the camera telling it to do so, maybe some software can "see" both depending on the colour profile selected. Maybe, indeed it's a bug in the software. The best way to find out is to send a bug report and Apple will answer.
    If you are using the Spyder you should not colour manage the images at all.
    the only profile you should use it the Spyder one.
    Colour profile is basically a "translator" of RGB colour values, which displays (and prints) the images with a specific "colour shift".
    Each time you acquire an image there is an error built in into the image (no device is perfect), then when displayed on a screen, this screen will introduce another colour shift, then the printer will shift the colours again, and you may end up with wrong colours in the output; and that's where the calibration and colour profiling comes in.
    Spyder will scan your screen and adjust it so that the colours are as true as possible. If will not fix any of the camera problems, but at least on a screen you get exactly the colours that the camera took.
    (Calibrating a camera is normally not needed, but it can be done too.)
    Now, if your screen in Spyder'ed (?) then any software you use to edit the shots in should be set to use the Spyder colour profile, otherwise, you'll not see the true representation of your colours.
    When it comes to printing... don't even get me started Most commercial printing joints will supply you with their machine's profile, for home printers - trawl the Internet for the profiles or spend A LOT of money on print calibration.
    I did check and I have no hidden files, I do not ask Capture to colour manage my shots.
    I also never shoot JPEGs, RAW only. Later if I know I don't want an image for editing, but want to keep it, I dump it to a JPG and delete the RAW.
    A silly question here, why not use the Nikon's provided software to download the pix?
    Hope that helps a little.
    You can check my recent work here:
    http://www.redbubble.com/people/braincandy
    cheers

  • A new row being created while Editing the existing one.

    Hi All,
    I have a custom page, where i need to edit the existing Data. I have initialized my EOVO in PR. There is also a Lov which is used to search the existing data. Then i edit the field and Save it. Everything works fine and the existing row is being updated. But there creates a new row also with only one field is being populated which is the attribute which i have set on my LOV.
    how can i stop this new row from being created.

    Hi,
    Close your previous thread's if answered. One of which is
    Explicitly setting the value in my MessageChoice & MessageTextInput
    Regards,
    Anand

  • How can I prevent a new tab being created every time I hit the Home Key in Firefox 4?

    I recently installed Firefox 4. I have it set to open two tabs, Google and Yahoo, for my homepage. When I open a new site in either of them the tab assumes the name of the new site. At the end of my search I hit the Home Key to return to my two original tabs. My two original tabs appear, but so does an additional tab...a duplicate of one of the original two. Each time I hit the Home Key another tab is created. This is annoying and I would like to know how to prevent it from happening. Thanks.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • User Home Directory not being created when "Create Home Now" button hit...

    This is a cross post, since I was not sure where this should end up since it touches two pieces- Open Directory and User Management. Any help would be appreciated!
    I am running OS X Server 10.5. All of my user accounts have been migrated over along with their home directories. Problem is that when creating new users and then assiging a home directory the system does not actually create the directory.
    Currently all users are setup to have their home directory setup here:
    afp://172.16.110.100/Users/'username'. The Users folder has been setup to automount, and all users that have folders can be accessed without issue.
    The problem is when I create a new user, select the aft://172.16.110.100/Users option and then select "Create Home Now" button and save as it requests... it does not create the directories.
    I have even tried to change the Home patch to make it local to see if it was an network issue, and used the /Users choice and it will not create the directory in that way either- both location go to the same place.
    The system was obviously able to create the local admin account and directory admin account home folders without issue when the system was installed.
    The permissions for the "Users" folder are as follow:
    directory admin = Read and Write
    local admin= Read and Write
    system user (root)= Read and Write
    admin group= Read Only
    everyone group= Read Only
    The system is in production, so any kind of server resets need to be done after 5pm, so I have not been able to reset AFP service.
    Currently the only services running are AFP, SMB and Open Directory.
    All users have their entire home directories located on the server, and login over Directory Access on their clients, so all user accounts are stored on the server. No one is having issues accessing their files or logging in.
    I just can not create new home directories when I create new accounts.

    You do not have to be logged on as the root user to do this. Launch the terminal and type-
    sudo createhomedir -a
    I run an XServe with Tiger server ( 10.4.11) and this has been the workaround I have been using.
    Good luck.

  • HT5760 New group being created everytime someone responds to our existing group message.

    I have a group message with 8 people in it. We all have iPhones and the new iOS8 software. Once we got the new software someone renamed the group. Ever since the update, randomly it will happen that when someone responds in the group... instead of the response showing up in the group we already have... it creates a new group with all the same people. This does not happen every time it is random. This is very frustrating, someone please help!

    Hi Leela,
    Are you creating sales order in the same system like
    You have created table in Development system in same system your are creating sales order
    If you are creating here you just go to V/07 transaction then slect your access sequence go in to the tables detail screen here you select your table 953 then click on fields here you check all the fields are available correctly or not then save the changes.
    Now try
    or
    You transported these confugaration to other system like Quality or Production here and you are creating the sales order,
    If you are creating here you need to create condition table again then try.
    I hope it will help you,
    Regards,
    Murali.

  • New coverage line created when update item instance

    Hi,
    Does anyone know why when I'm performing update item instance (CSI_ITEM_INSTANCE_PUB.UPDATE_ITEM_INSTANCE) somehow it will create a new coverage/contract record?
    This item initially is like to a coverage/contract but after perform update item instance it somehow create a new coverage/contract which is identical in most of the column info.
    Could someone let me know why and how CSI_ITEM_INSTANCE_PUB.UPDATE_ITEM_INSTANCE would relate to creating coverage/contract ?
    Thanks

    Todd
    The issue seems to because this:
    x_instance_rec.inventory_item_id := ib_rec3.inventory_item_id;
    You are selecting the item id from your staging table. But the serial number in the csi_item_instances is associated with the instance is a different item id than ib_rec3.inventory_item_id. Hence this error. You cannot change the item in the IB once the instance is created.
    You have two choices: comment this out or change the inventory_item_id in staging table to match with the csi_item_instances.
    Also a lot depends on what is your serial number uniqueness. If you are using the same serial number for two different items (uniqueness with item_Id) you need to be careful which one you are picking (based on serial number).
    Thanks
    Nagamohan

  • How to stop music folder from being created when changing media folder

    When I try to change the media folder location, a new "music" folder is created - how do I stop this from happening (I already have a music folder that I want it to default to, but when I try to select it, it creates another music sub folder)
    This is a new issue - I have been using itunes for years without ever having this problem...

    That's how itunes 9 works, now. The top-level folder is considered the "Media" folder and there are music, podcast, movie, audiobook, etc subfolders.
    Which is better in a way, since before itunes 9, everything was dumped in a music folder, even audiobooks that weren't music.
    http://support.apple.com/kb/ht3847

  • Identical folders being created when I sync a folder

    This is strange error so bear with me as i try to explain it. This started when I upgraded to OS X 10.10 on my iMac 2013 with lightroom 5.6
    All my pictures are stored on an external thunderbolt drive, a "Lacie" thats the drive name label thus in lightroom this is the Name as it appears in my folder Pane.
    I use a third party app to import to copy my images from my camera to the computer. i then use lightroom to simply Sync a folder to import them into lightroom. i've been doing it like this for years, never had an issue.
    Until today. note: I reverted to a previous backup catalog but same problem.
    When I sync it will create an identical "Lacie" folder and sync files to this new location.
    the expected result is if I sync a folder named '2014' that it simply sync files to this location instead it creates a new "Lacie" and puts the images there.
    When I go to my original LAcie, it says they are 0 files int but when i show in finder all images are there??
    why does lightroom create a new location? why is it identical name? and how do I remove it? i see no way to remove them.
    I'm willing to start over again I guess but I'm unable to remove the older "lace" location hence in my Folders pane i have multiple "lace' and i see no way to remove them.
    and if i start over again this might happen again so i'd like to know how to prevent this?
    The external drive has not been removed, its always powered and connected.
    i am unable to sync folders to my original 'lace' folder. when i sync on my original folder its detecting everything like it was never synced. if i say ok to this it puts it all into the new 'lace' folder, when clearly it should be syncing to the original 'lace' folder location.
    any ideas whats going on here?

    If you are using iPhoto or Aperture for Mac OS X, your photos automatically sort on your device in the same order in which they are sorted in iPhoto or Aperture. Changes made to the sorting of your pictures in your iPhoto or Aperture albums and events are reflected on the device after syncing.
    If you are not using iPhoto or Aperture on Mac OS X, and if your device is using the latest software, it sorts photos in ascending order by the Date Modified when viewing all your photos together in the Photo Library (or Photos tab for iPad). When viewing a photo album, the photos are sorted alphanumerically by the photo file names.
    iOS 4 and I believe the same for iOS 5 sorts photos by the Date Taken tag of the photos. Specifically, your device uses the pictures' EXIF tags to determine the Date Taken information. Your device will look for the following EXIF tags within your pictures:
    Capture Date
    Date Time Digitized
    Date Time Original
    Last Modified
    To change the sort order, you must change the Date Taken of photos on your computer. Third-party photo-management software may be able to do this. Refer to the documentation of your photo-management software for more information. In some cases, photos may not have a date in any of the above four EXIF tags, or photos may not support EXIF data (such as JPEG 2000, TIFF, PNG or GIF files). In this case, your device sorts these photos by the date the files themselves were created (as listed in the Date Created field in OS X Finder or Windows Explorer).

  • PDK portlet. New session being created.

    Hi,
    I have an existing struts/BC4J based application which runs fine
    local as webapplication. After portletizing it with PDK and deploying
    it to portal for some strange reason a new http session is created a few
    steps into the application resulting in losing the existing session data.
    I thought of switching to using portlet provider session but this is just
    stored in the http session object.
    Anybody experienced this problem as well ?.
    Thanks,
    Kenneth

    Hi Natalie,
    I'm more maintaining/finishing an existing application. So I didn't develop it initially.
    The version or oracle portal we're using is 9.0.4.1.0. As for portletizing a struts application, oracle pdk has been used. Instructions for portletizing a web app can be found in "Oracle Application Server Portal Handbook". Further you have to replace struts-html:form tags in your JSPs with pdk-struts-html:form tags.
    Some tips can be found here.
    http://www.it-eye.nl/weblog/2005/07/13/easy-publishing-of-a-struts-application-as-a-portlet-in-oracle-portal/
    As for losing session I post to a servlet from struts/jsp page which writes pdf to the output stream Running in local container it works fine. However when running in portal I lose the session before hitting the servlet. I notice at various other times that session is lost for no apparant reason.
    HTH
    Kenneth

  • HELP!! Temp files being created when saving in CS2???!!

    Hi all,
    I recently upgraded my OS to leopard and since i did this i have been having this strange problem?When I save a file in illustrator (CS2) it is also creating some kind second archive file (Acr1860018314.tmp for example) does anyone know what is causing this it is really annoying

    I'm on CS2 and it sometimes happens even though I have nothing else running except E-mail and maybe Preview. A restart seems to help, but I haven't discovered why the temps appear. They don't do any harm and you can safely trash them to no ill effect.

  • Frame being created when linking a Word file

    Robohelp HTML version 8.0.2.208
    I have recently been given a new PC on which RoboHelp 8 has been reinstalled and my version of Microsoft Office updated from Office 2003 to Office 2007. Previous to this upgrade I was using the Link > Word Document feature without any problem for both Word and RTF files. However, following the upgrade when I now link a Word document or RTF file I get the following two issues:
    1) Each topic is now created within a frame using the <div class="WordSection1"> token. No frame was created previously.
    2) The first topic of the linked file is now repeated with the first instance having a htm file name that includes the Heading name plus the first line of text from the file (even though the first line of text is set to a different style). The resulting topic has no content, simply an empty frame.
    My operating system has not changed and remains as Microsoft Windows XP - Service Pack 3.
    Does anyone know if there is a setting in RoboHelp somewhere that I have not reset with the new install, or could this be a Micorsoft Office issue?
    Thanks,
    Chris

    I'm seeing the same, albeit with Word 2010. Right now I cannot see any way around it. Note that to remove it, it is only necessary to remove the opening DIV tag. RoboHelp removes the closing tag for you.
    Not ideal but I cannot see any way of avoiding it.
    Please follow this link and report it as a bug.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for

  • IDOC-Acknowledgement for Scenario  IDOC_Sender to 3rd Party Filereceiver

    Hello, We have the following async scenario: SAP-ISU (BS_OU9_300)=> IDOC-SenderAdapter => FileReceiverAdapter (BSV_EDSN). We would like to receive an Acknowledgment (ALEAUDIT) back from XI to SAP-ISU (BS_OU9_300) when the fileadapter has written the

  • Returns from production against Process order

    Hai Can anyone suggest, how to intimate to stores department from  production to receive the shop floor returns when any process order is cancelled. Note: Here stores department should know through wich process order/reservation the material to be re

  • Problem in Domain Server for Cluster SAP installation

    Hello, SAP Production Landscape Information : SAP Version: ECC 6.0 OS: Windows 2003 Database : Oracle 10.2.0.2 Production Server is in MSCS cluster involving two nodes. Also, this is a domain installation and hence user SAPSID and SAPSERVICESID resid

  • Should get 1Z0-051 or 1Z0-052

    Hi there, i'm thinking to get OCA, which exam should i go first? 1Z0-051 or 1Z0-052. Please advice. Thanks

  • Content Length

    I am writing some Java Servlets for use with iAS. One of the items I would like to accomplish is getting the content length of a requested document from the HttpServletRequest object via the getContentLength method. The problem I am having, however,