Strange Problem Drag & Drop Between Lists

In the following code, drag & drop is set to copy objects, but when more than one instance of an item exists, only the last item (highest data provider index) item can be selected. Any idea why this is happening, and how to correct this?
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
  creationComplete="init();">
  <mx:Script>
    <![CDATA[
      import mx.collections.ArrayCollection;
      [Bindable] private var srcAC:ArrayCollection = new ArrayCollection();
      [Bindable] private var destAC:ArrayCollection = new ArrayCollection();
      private function init():void{
        srcAC = new ArrayCollection(['Fish', 'Meat', 'Chicken']);
        destAC = new ArrayCollection();
      private function displayData():void{
        trace("****************************************");
        trace("menuList dataProvider:");
        for each(var srcItem:Object in srcAC){
          trace("\t" + srcItem.toString());
        trace("----------------------------------------");
        trace("orderList dataProvider:");
        for each(var destItem:Object in destAC){
          trace("\t" + destItem.toString());
    ]]>
  </mx:Script>
  <mx:HBox>
    <mx:VBox>
      <mx:Label text="Today's Menu" fontWeight="bold" fontSize="14"/>
      <mx:List id="menuList" width="200" dataProvider="{srcAC}"
        dragEnabled="true" dropEnabled="true" dragMoveEnabled="false"
        allowMultipleSelection="true" fontSize="14"/>
    </mx:VBox>
    <mx:VBox>
      <mx:Label text="Your Order" fontWeight="bold" fontSize="14"/>
      <mx:List id="orderList" width="200" dataProvider="{destAC}"
        dragEnabled="true" dropEnabled="true" dragMoveEnabled="false"
        allowMultipleSelection="true" fontSize="14"/>
    </mx:VBox>
  </mx:HBox>
  <mx:Button id="b1" label="Reset Order" click="init();"/>
  <mx:Button label="Display Data Providers" click="displayData();"/>
</mx:Application>

Hello
Actually I have also face this problem in one of my appliocation so have done some work arround for that.
If we use object of ArrayCollection as 'key-value' (like- {label:'Fish'} ) pair than it work fine.
srcAC = new ArrayCollection([ {label:'Fish'},{label:'Meat'},{label:'Chicken'}]);
In case of
srcAC = new ArrayCollection(['Fish', 'Meat', 'Chicken']);
If we drop same item two times than list is not identify unique item of the list
and if we use objet like- {label:'Fish'} than every item is unique for list.
I m not sure this is right or not but it works fine.
Also we need to set 'labelField' of list as per object.
With Regards
Virat Patel

Similar Messages

  • Drag&Drop between two windows

    Hi
    I am interested to know if in the latest version of abap webdynpro it is possible to do drag&drop between two windows?
    And if it is possible to have a floating part of a window ( that I can move it around the screen )?
    Thanks
    Nitsan

    Hi
    Thank u Thomas and Chris for your helpful answers!
    Still there is something I want to be sure about, the interaction that can be done between this floating window
    and the opening window.
    Can both window stay active and communicate between them?
    Ill give an example of what I mean:
    Lets say that I have window with few tables from this window I open another window with a list. now I want to dynamically
    move an item from this list to one of the tables in the parent window or move an item from one of the tables to this list.
    Can this scenario be implemented in abap webdynpro?
    Thanks,
    Nitsan

  • Drag & Drop between 2 ALV

    Hi everyone,
    is it possible to do drag & drop between 2 ALV (Grid/Tree)? Could some one provide me with a example coding please?
    Thanks for your help in advance.

    check this demo program
    BCALV_TEST_GRID_DRAG_DROP
    Raja

  • Problem with drop down list: on Windows it works, on Mac doesn't

    Dear forum,
    I am reworking the MultiPageImporter2.5 script by Scott Zanelli; going to add some new features.
    So far I added a drop down list so the user could choose on which pages to place a pdf/indd file: odd/even/both.
    However I encountered a strange problem: on Windows it works as expected, but on Mac nothing happens when I click the popup. When I write a dialog, I almost always use automatic layout and never encountered such a problem before. But in this script the author uses fixed position for the controls so I followed his coding style:
    dLog.pageSideMode = dLog.pan4.add('dropdownlist', [10,110,180,40], ["Odd and Even Pages", "Only Odd Pages", "Only Even Pages"]);
    dLog.pageSideMode.selection = pageSideMode;
    The drop down list is visible both on Windows and Mac, but on Mac it’s not clickable. What am I doing wrong?
    Another question: in the script, the author created three popups. In the code, each popup has a different height (the last element of the “bounds” array) – 60, 88, 33. Does it make sense to make them different if on the screen they look exactly the same (I mean height).
    Here’s my version of the script.
    I think the easiest solution for me here is to rework the dialog part from fixed to automatic layout.
    Thanks in advance.
    Kasyan

    Hi johniko,
    In my version of the script, the user will have to choose a file to be placed directly in the dialog box. The selected file can be saved into a preset. I'm reworking it for another person (not for myself) and that's what he wants.
    Regards,
    Kasyan
    P.S. By the way, you can simply merge all your pdf-files into a single document in Acrobat.

  • Filmware problems, drag & drop doesnt work anym

    <SPAN>Hiya
    <SPAN>
    <SPAN>I have a problem with connecting my MicroPhoto to load the battery and add new music. I haven't had this before. I connected the player on the same way I always do and I got this 'recovery' screen. I could choose for a few options like: Clean, reboot, install filmware. I disconned and connected a few times but I kept getting it. Also the creative media explorer didnt recognise the player so I couldnt get in the harddisc of the player. Then I decided to install new filmware. I deleted to old filmware and installed the new one (my computer said it was the exact same version) <SPAN>Finally I could get into the harddisc again, but then I had a new problem. I couldn't add any music/files by just dragging and dropping. So I disconnected and connected the player, but its still the same. I can, however, add music with the other way (adding media).
    <SPAN>Somehow the new filmware has blocked the option drag & drop.
    <SPAN>What do I do with this?

    How do you mean one direction? Do you mean making one map and put all the songs in there? I can not add songs in a map. I keep on getting the same message, really bizar.

  • Problem drag/dropping photos to other Apps (e.g. PowerPoint).

    I just got a new camera (FujiFilm FinePix S5700) and the photos from this camera can't be drag/dropped to other apps. If I try it I get the error message "Quick Time and a Tiff decompressor are needed to see this picture"
    That puzzles me because the file info shows the pictures as being jpeg files. If I export the photos somewhere else I can drag/drop them into other apps, but not directly from IPhoto. I have had photos from two other cameras and have not had this problem. Any ideas?

    Craig:
    Try this test. Import a photo from the camera to the desktop first and then import into iPhoto. Now see if that photo can be dragged into another app. They do have a jpg extension on the file name, right?
    Happy Holidays
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • How i can do a drag drop between container (grid)?

    I am trying to work out a task with Drag and Drop(WPF ,C#)to include in a demo ,i will explain easy showing an example of code in XAML 
    <Grid x:Name="LayoutRoot">
    <Grid.RowDefinitions>
    <RowDefinition Height="*"/>
    <RowDefinition Height="*"/>
    <RowDefinition Height="*"/>
    </Grid.RowDefinitions>
    <Grid x:Name="container1" Grid.Row="0" >
    <Grid Name="grid1" Background="Aqua" Margin="15"></Grid>
    </Grid>
    <Grid x:Name="container2" Grid.Row="1" >
    <Grid Name="grid2" Background="blue" Margin="15"></Grid>
    </Grid>
    <Grid x:Name="container3" Grid.Row="2" >
    <Grid Name="grid3" Background="green" Margin="15"></Grid>
    </Grid>
    </Grid>
    My purpose is when the user drag the
    grid1 in the
    container2 automatically the grid2 will go to place in the
    container1 (basically I want to swap the grids) then this process will be used every time need to drag a grid in a container. with a code that i wrote down i can do a simple drag&drop  i can drag the "grid1"
    to the "container2" but cannot send back automatically the grid2 to container1.
    Kindly i ask if you have any advise or tips to make successful this task.
    Thank you so much for your attention
    Cheers!!!
    *********EDIT*********                                                                  
                                     Using this code as follow i can do the drag&drop but what really i need is the grid "container "is fix and never move just the
    "grid" should move between the "container "                                 
    <StackPanel Name="sp" AllowDrop="True" Background="SkyBlue" PreviewMouseLeftButtonDown="sp_PreviewMouseLeftButtonDown" PreviewMouseLeftButtonUp="sp_PreviewMouseLeftButtonUp" PreviewMouseMove="sp_PreviewMouseMove"
    DragEnter="sp_DragEnter" Drop="sp_Drop">
    <Grid Name="grid1" Background="Aqua" Height="120" Width="500"></Grid>
    <Grid Name="grid2" Background="Blue" Height="120" Width="500"></Grid>
    <Grid Name="grid3" Background="Red" Height="120" Width="500"></Grid>
    </StackPanel>
    private bool _isDown;
    private bool _isDragging;
    private Point _startPoint;
    private UIElement _realDragSource;
    private UIElement _dummyDragSource = new UIElement();
    public MainWindow()
    InitializeComponent();
    private void sp_PreviewMouseLeftButtonDown(object sender, MouseButtonEventArgs e)
    if (e.Source == this.sp)
    else
    _isDown = true;
    _startPoint = e.GetPosition(this.sp);
    private void sp_PreviewMouseLeftButtonUp(object sender, MouseButtonEventArgs e)
    _isDown = false;
    _isDragging = false;
    _realDragSource.ReleaseMouseCapture();
    private void sp_PreviewMouseMove(object sender, MouseEventArgs e)
    if (_isDown)
    if ((_isDragging == false) && ((Math.Abs(e.GetPosition(this.sp).X - _startPoint.X) > SystemParameters.MinimumHorizontalDragDistance) ||
    (Math.Abs(e.GetPosition(this.sp).Y - _startPoint.Y) > SystemParameters.MinimumVerticalDragDistance)))
    _isDragging = true;
    _realDragSource = e.Source as UIElement;
    _realDragSource.CaptureMouse();
    DragDrop.DoDragDrop(_dummyDragSource, new DataObject("UIElement", e.Source, true), DragDropEffects.Move);
    private void sp_DragEnter(object sender, DragEventArgs e)
    if (e.Data.GetDataPresent("UIElement"))
    e.Effects = DragDropEffects.Move;
    private void sp_Drop(object sender, DragEventArgs e)
    if (e.Data.GetDataPresent("UIElement"))
    UIElement droptarget = e.Source as UIElement;
    int droptargetIndex=-1, i =0;
    foreach (UIElement element in this.sp.Children)
    if (element.Equals(droptarget))
    droptargetIndex = i;
    break;
    i++;
    if (droptargetIndex != -1)
    this.sp.Children.Remove(_realDragSource);
    this.sp.Children.Insert(droptargetIndex, _realDragSource);
    _isDown = false;
    _isDragging = false;
    _realDragSource.ReleaseMouseCapture();
    Thanks :)

    Hello Jonny,
    Currently I do not have a sample and I have reviewed this post and find another way which seems more reasonable. Have you cosidered use a ListView instead of common grid. It seems we can do what you want with two common grid however we need to hardcoded
    all the things.
    If we use ListView, for example, you can see this thread:
    http://stackoverflow.com/questions/20573063/creating-icon-view-mode-for-listview-wpf
    and this thread:
    http://stackoverflow.com/questions/9443695/how-do-i-drag-drop-items-in-the-same-listview
    We can drag and drop items instead of grid, which will make this programming much easier than hard code to switch your control's location.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.
    Dear Barry Wang thank you so much for your kind support ,just open me a way to do it ,you can see in this post https://social.msdn.microsoft.com/Forums/vstudio/en-US/55873851-e86c-4a20-9b00-de3419054ba8/get-stuck-to-dragdrop-in-this-case?forum=wpf .
    Wish you a Happy New Year .
    Sincerley

  • Strange problem - cant drop an mov file onto timeline

    Hello, I'm having a strange problem with a couple of mov files. these were all shot with the same camera, Canon 5d mkII, I have 2 mov files, one shot right after the other within 10 minutes of eachother, one of the files I can drop onto the timeline and the other it wont let me, also I've found a couple other mov files from another shoot that I can not drop onto the timeline, wehereas the majority of files from various shoots I can.
    Any ideas or possible solutions to this problem?
    Again, same camera, same computer, same everything, however a few that wont import while the majority will.

    I found mediainfo here without all the drama: http://mediainfo.en.softonic.com/mac/download
    this is the info from the file that will not load in premiere:
    General
    Complete name                            : /Volumes/SRS-SHAKEIT/RAW/summer/srs-summer_354.MOV
    Format                                   : MPEG-4
    Format profile                           : QuickTime
    Codec ID                                 : qt 
    File size                                : 495 MiB
    Duration                                 : 1mn 27s
    Overall bit rate                         : 47.3 Mbps
    Encoded date                             : UTC 2013-10-09 17:16:40
    Tagged date                              : UTC 2014-03-20 02:34:25
    Video
    ID                                       : 1
    Format                                   : AVC
    Format/Info                              : Advanced Video Codec
    Format profile                           : [email protected]
    Format settings, CABAC                   : No
    Format settings, ReFrames                : 1 frame
    Format settings, GOP                     : M=1, N=12
    Codec ID                                 : avc1
    Codec ID/Info                            : Advanced Video Coding
    Duration                                 : 1mn 27s
    Bit rate                                 : 45.7 Mbps
    Width                                    : 1 920 pixels
    Height                                   : 1 080 pixels
    Original height                          : 1 088 pixels
    Display aspect ratio                     : 16:9
    Frame rate mode                          : Constant
    Frame rate                               : 23.976 fps
    Color space                              : YUV
    Chroma subsampling                       : 4:2:0
    Bit depth                                : 8 bits
    Scan type                                : Progressive
    Bits/(Pixel*Frame)                       : 0.920
    Stream size                              : 479 MiB (97%)
    Language                                 : English
    Encoded date                             : UTC 2013-10-09 17:16:40
    Tagged date                              : UTC 2013-10-09 17:16:40
    Color primaries                          : BT.709-5, BT.1361, IEC 61966-2-4, SMPTE RP177
    Transfer characteristics                 : BT.709-5, BT.1361
    Matrix coefficients                      : BT.601-6 525, BT.1358 525, BT.1700 NTSC, SMPTE 170M
    Audio
    ID                                       : 2
    Format                                   : PCM
    Format settings, Endianness              : Little
    Format settings, Sign                    : Signed
    Codec ID                                 : sowt
    Duration                                 : 1mn 27s
    Bit rate mode                            : Constant
    Bit rate                                 : 1 536 Kbps
    Channel(s)                               : 2 channels
    Channel positions                        : Front: L R
    Sampling rate                            : 48.0 KHz
    Bit depth                                : 16 bits
    Stream size                              : 16.1 MiB (3%)
    Language                                 : English
    Encoded date                             : UTC 2013-10-09 17:16:40
    Tagged date                              : UTC 2013-10-09 17:16:40
    and this is the info from the file that will load onto the timeline:
    General
    Complete name                            : /Volumes/SRS-SHAKEIT/RAW/summer/srs-summer_353.MOV
    Format                                   : MPEG-4
    Format profile                           : QuickTime
    Codec ID                                 : qt 
    File size                                : 359 MiB
    Duration                                 : 1mn 3s
    Overall bit rate                         : 47.4 Mbps
    Encoded date                             : UTC 2013-10-09 17:15:32
    Tagged date                              : UTC 2014-03-20 02:34:20
    Video
    ID                                       : 1
    Format                                   : AVC
    Format/Info                              : Advanced Video Codec
    Format profile                           : [email protected]
    Format settings, CABAC                   : No
    Format settings, ReFrames                : 1 frame
    Format settings, GOP                     : M=1, N=12
    Codec ID                                 : avc1
    Codec ID/Info                            : Advanced Video Coding
    Duration                                 : 1mn 3s
    Bit rate                                 : 45.8 Mbps
    Width                                    : 1 920 pixels
    Height                                   : 1 080 pixels
    Original height                          : 1 088 pixels
    Display aspect ratio                     : 16:9
    Frame rate mode                          : Constant
    Frame rate                               : 23.976 fps
    Color space                              : YUV
    Chroma subsampling                       : 4:2:0
    Bit depth                                : 8 bits
    Scan type                                : Progressive
    Bits/(Pixel*Frame)                       : 0.922
    Stream size                              : 347 MiB (97%)
    Language                                 : English
    Encoded date                             : UTC 2013-10-09 17:15:32
    Tagged date                              : UTC 2013-10-09 17:15:32
    Color primaries                          : BT.709-5, BT.1361, IEC 61966-2-4, SMPTE RP177
    Transfer characteristics                 : BT.709-5, BT.1361
    Matrix coefficients                      : BT.601-6 525, BT.1358 525, BT.1700 NTSC, SMPTE 170M
    Audio
    ID                                       : 2
    Format                                   : PCM
    Format settings, Endianness              : Little
    Format settings, Sign                    : Signed
    Codec ID                                 : sowt
    Duration                                 : 1mn 3s
    Bit rate mode                            : Constant
    Bit rate                                 : 1 536 Kbps
    Channel(s)                               : 2 channels
    Channel positions                        : Front: L R
    Sampling rate                            : 48.0 KHz
    Bit depth                                : 16 bits
    Stream size                              : 11.6 MiB (3%)
    Language                                 : English
    Encoded date                             : UTC 2013-10-09 17:15:32
    Tagged date                              : UTC 2013-10-09 17:15:32

  • Problems with drop-down list: old references still in the model

    Hi,
    I am getting in troubles with a drop-down list. I configured it as dynamic list and I specified a RFC to get the values. Sometimes when I edit the field  I get that the configuration for the dynamic list is lost and I have to specify again the call to the MF. I did this for a couple of times and my surprise is that the old references are still in the source code. I realized of that when I used the alias manager. The old reference were there with ENUM....To check if the old references are called I switched on the flash debug console and I show that the MF is called a lot of times...
    Anybody knows how to eliminate these old reference???'  One the collateral effects is that the first value of the list is always shown.
    Antonio

    Hi Antonio, hi Marcel,
    the OSS-ID is 0000337147/2007 and the final given answer from SAP was:
    <i>Dear Customer,
    finally I managed to repreduce your problem,
    and it's a bug.
    we will aim to fix it in next releases, and the new Flex 2.0 runtime
    should handle this case, once it will be availible.
    Regards,</i>
    So it might be fixed with the actual SP, but I don't know that for sure (I rather doubt it, to be honest).
    Best Regards,
       Benni
    PS: You might avoid the problem of re-defining the entry list, by defining it as a global entry list, not a dynamic. However, the top-most entry will still be shown!

  • ITunes music sync problem: "drag & drop" works; "Sync Music" doesn't?

    I've been trying to sync a few new playlists of music to my iPhone 3GS with frustrating results.
    I'm hoping someone can explain to me what I may be doing wrong.
    In the past when I wanted to add new music to my iPhone I would use what I refer to as the "Sync Music" or Music tab method.  I would rip the CD, create a new playlist for the album, plug in my iPhone, select it under the Devices list in iTunes then click on the Music tab up at the top of iTunes (I have "Sync Music" checked and "Selected playlists, artists, albums, and genres" checked.  I would scroll down through the list of playlists, find the new playlist I created and check the box next to it and sync my phone to add the new music.
    This has worked flawlessly for years.  Until now.
    The last three albums I have tried to add this way will not sync to my 3GS.  The music will play perfectly on my MacBook in iTunes.  I ripped the music the same way, created the playlists the same way, and I can even get as far as the list of playlists under the "Sync Music" check box in the Music tab.  I can see the new playlists in this list, I check the boxes indicating I want to sync them to my phone, but when I click Apply and then Sync, the music never shows up on my iPhone.
    I keep every new album I import in it's own playlist, so being able to select which playlists I want to sync to my phone is definitely the method I would prefer to use, but since it wasn't working I tried checking the box next to "Manually manage music and videos" on the Summary tab.  This of course disables the Music tab and unchecks the box next to "Sync Music".
    I'm not too familiar with using this method to manage my music library, so maybe someone can show me a better way to do this, but with the "Manually manage music and videos" box checked the only way I know to add music to my iPhone is to drag a playlist one at a time from my iTunes library to my phone in the devices list.
    This is where I get confused.  For some reason the new ablums I ripped, which I was unable to sync the way I am used to ("Sync Music" check box/Music tab method), can be dragged and dropped onto my phone and they are copied to the phone without a problem.
    WHY!?
    Why, am I able to sync these ablums using this tedious and clunky drag and drop method and yet I'm unable to copy them to my iPhone using my prefered "Sync Music" checkbox method?
    If you have any idea why I'm experiencing these problems or if you have experienced a similar problem please let me know.
    Thank you.

    This problem started last year when ios 8 was released. I think apple is trying to force users to buy music on iTunes store and that's why it's impossible to sync other music and also that's the reason why they haven't solved this serious problem. That's really disappoints me and i'm angry with apple because i have like 10 gb of music in mp3 and i can't sync music from iTunes to my iPhone.

  • Issue with Drag&Drop between table and tree component

    I want to drag table rows and drop it on the tree node. I use following code to achieve this:
    <af:table value="#{bindings.pricingObjects.collectionModel}"
    var="row"
    rows="#{bindings.pricingObjects.rangeSize}"
    emptyText="#{bindings.pricingObjects.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.pricingObjects.rangeSize}"
    selectionListener="#{workspaceBean.onTableSelect}"
    rowBandingInterval="0" id="poTable"
    partialTriggers=":::csTree :::cbRefresh"
    columnStretching="column:c4"
    displayRow="selected"
    contentDelivery="immediate"
    clientComponent="true"
    binding="#{workspaceBean.table}"
    rowSelection="multiple">
    <af:dragSource actions="MOVE" defaultAction="MOVE" discriminant="rowmove"/>
    </af:table>
    <af:tree value="#{bindings.privateChangeSets.treeModel}"
    var="node" displayRow="selected"
    selectionListener="#{workspaceBean.onTreeSelect}"
    rowSelection="single" id="csTree"
    expandAllEnabled="false"
    binding="#{workspaceBean.tree}">
    <af:dropTarget dropListener="#{workspaceBean.dropListener}" actions="MOVE">
    <af:dataFlavor flavorClass="org.apache.myfaces.trinidad.model.RowKeySet"
    discriminant="rowmove"/>
    </af:dropTarget>
    </af:tree>
    With this code I am getting the data of dragged rows but I am not able to get the tree node where rows are dropped. Dropevent.getDropSite() always returns NULL.
    Strangely, I tried to use deprecated tags <af:collectionDragSource> and <af:collectionDropTarget> and everything works fine. Dropevent.getDropSite() returns me the correct rowkey of tree node.
    Any idea why am I not getting desired result with <af:dropTarget>?

    Hi,
    +" Please note that dropSite==null is a legal value for collection components. dropSite=null and DropOrientation==ON indicates that the drop has happened outside the data portion of the collection component and should be treated as a drop on the entire component Also note that dropSite==null and DropOrientation==AFTER indicates that the drop has happened on an empty collection component and the user intends to append the data."+
    http://download.oracle.com/docs/cd/E17904_01/apirefs.1111/e10684/oracle/adf/view/rich/event/DropEvent.html#getDropSite__
    List dropRowKey = (List) dropEvent.getDropSite();
            //if no dropsite then drop area was not a data area
            if(dropRowKey == null){
                return DnDAction.NONE;
            }Frank
    Edited by: Frank Nimphius on Feb 18, 2011 11:18 PM

  • Problem dragging envelopes between keyframes

    I'm showing my opacity envelope (yellow line) over the top of the clip.
    I add two keyframes to either side of the area I want to make transparent.  I then click on the yellow line between the keyframes and drag it down.
    It looks fine until I let go of it, when it moves back up all on it's own AND MOVES OTHER PARTS OF MY ENVELOPE DOWN.
    This is an intermittant bug that happens most of the time.
    Is this happening to others?  Is it some strange feature that I don't know about?  Am I doing something wrong?
    This is Premiere Elements 11 in Windows 8.

    Your other discussion is at http://forums.adobe.com/thread/1117368
    Maybe a MOD will lock or remove this duplicate discussion

  • Problem dragging/dropping bookmarks

    Whenever I attempt to reorganize my bookmarks by dragging a bookmark, or bookmark folder, from one place to another in the bookmarks list I go nuts with frustration. The problem is that if I hesitate even for an instant over a folder as I make the move the folder opens and the screen begins to fill up with open bookmark folders. Is there any way to make this whole process less "sensitive" to even the briefest pause, or is there some trick of the trade I'm missing?
    Thanks!

    You're welcome.
    I believe a substantial monetary award comes with the Noble Prize. Nominate me and I'll split the prize with you.
    Mahalo (thanks) for the and Aloha from Big Island.

  • Problems Dragging & Dropping & Defining Y Axis

    I am new to Flash, but have taught myself quite a bit so far.
    Right now I am having a problem with dragging and dropping action
    script. What I want to do is have someone drag a pushpin graphic to
    a part of the screen. And depending upon where they drag it
    something will happen after they click a button. As far as I could
    figure out, in order for this to happen I need to know the X &
    Y coordinates of where I want the object to be. Here in lies the
    problem, I can not get the Y axis to respond correctly.
    When I set trace(mv_pushpin._y); in the begining of my code
    before anything gets moved I get a correct reading. however, as
    soon as I move it, and try and retrace it, it tells me that it is
    undefined. The X axis works perfectly and I can get updated
    readings as to where it is. But for the life of me, I can not
    understand why I can't get a good reading on the Y axis. Does
    anyone have any ideas? Thanks

    you're doing something wrong. most likely it is a path
    problem.
    the trace() function is probably being called from a timeline
    that does not contain mv_puspin.

  • Having a strange problem with Drop Shadows in Ai CS5

    Hi there Adobe experts!
    I have tried eveything... this is my first post here, but it's my only hope. I have a project where I apply drop shadows to linked images to give a sense of depth. A few days ago, the drop shadows just stopped feathering. It doesn't matter what the blur is set to, its just one colour. Transparency still applies. Here's the kicker...I can open files with applied drop shadows to them and they look fine. But if I try to edit that existing shadow, even by 0.0001 of a pt, it will lose its feathering.
    I've deleted the AiPrefs file, and played with just about every setting in document raster effects settings. I have no clue what would cause this.
    Oh, and whatever the issue is, it starts in my computer, and then attaches to the files... I sent the ai file to a friend, and when he tried to add drop shadows, they screwed up on his machine too. But it isn't the file. I've attached a brand new (and CMYK, just to see if that would make a difference...) file of a sphere showing the problem. Even with the blur super high, the shadow remains flat and monochromatic.
    Any geniuses seen this before or have a remote clue how to solve this one?
    Thanks in advance,
    Luke

    All my ram is tripple channel DDR3, same clock speeds, but some is 2GB and some is 4GB.
    I just pulled the 2GB sticks (which I had in originally) and left in the 4GB sticks (the ones I recently purchased) and the problem goes away. It's quite odd, I've never had a problem like this before with any other application. I know it's not the best thing in the world to have different types of RAM installed, but my motherboard supports it and I've never had a problem doing it before.
    I would be interested to see if this problem is reproducable in the OP's senario, or if this problem can be reproduced by others.
    Conclusion: the 2GB sticks work on their own, and the 4GB sticks work on their own. I definitly would not call this a hardware problem, it's an adobe problem and they need to fix their software.

Maybe you are looking for

  • How do I get items from itunes U to display in order by date rather than in alphabetical order?

    The podcasts I listen are automatically organized chronologically. I downloaded something from itunes U and it is organized by date in itunes but alphabetically on my ipod so I have no idea which one actually comes first. I'd appreciate some help in

  • Kernal Panic on Start Up

    Hello My Mac Pro (2008 model, running Leopard) will get as far as the Apple Logo/Spinning Clock screen and after 20 seconds gives me the "Restart your Mac" dialogue box.  I've tried resetting PRAM, removing power cables etc, safe mode, and also booti

  • Setting a button to send an email in captivate 3

    I set a button to send an email upon click at the end of my presentation. This is so if people have a question or comment they can send an email. I can get it to work but it also opens a blank internet page along with opening Outlook. All presentatio

  • Converting CASE st. to decode

    Hi, I'm using Oracle 8.0.5, apparently it does not support the CASE function. SOmeone let me know if this is incorrect, but I can't get it to work. My question is I'm trying to write a fairly simple decode or CASE statement that says, SELECT e.poid_t

  • Known Issues Upgrading from Apex 3.0.1 to 3.1.1

    Hi, We are in the process of upgrading to 3.1.1 from 3.0.1, are there any known issues (critical) that people can share? Have heard that there might be an issue with the Shuttle item - is this correct? Thanks. Tony.