Reordering within a list - possible?

Hi, I'm trying to reorder items in a list via drag and drop.
I can do this with two separate list components but not
within the same one.
Am I missing something? Should this be possible?
Most of the information I can find is regarding drag and drop
operations between components and not within the same component.
Any hints much appreciated.
Thanks
Barry

Thanks for the reply. Yes I have all those set to true.
This is the code I have.
At this stage the cursor is giving no feedback except a black
line between items in the list.
Also "dragEvent's - dataForFormat array has no objects in it.
Hmmm.. I'm clueless. I'm wondering whether the problem is
because I'm using a custom (MXML) renderer in the list.
Anyway, once again thanks.

Similar Messages

  • Accesing a List within A List Using JSTL

    Hi,
    I am trying to access a property of an object within a List Object which again is in a List object using JSTL.
    List----List----Obj1----Property1 <--( I want to print this in a Table on a JSP)
    I am unable to figure out how to do it using the <c:forEach> tag.
    Thanks in advance,
    Shardul.
    Message was edited by:
    shardul.bhatt

    Hi,
    Thanks for your response. Actually I wanted a single statement to do this. Its my mistake I should have put the question in a different manner.
    Something like
    <c:out value="${requestScope.OUTER_LIST.[FIRST_INSTANCE_OF_INNER_LIST].[OBJECT].[PROPERTY]}" ></c:out>The OuterList has many InnerLists and each InnerList has many Objects. The Property of the first Object in the InnerList is what I want to print as a 'Title' of a table.
    For example: The Objects in the Inner List are UserObjects, where all the Users of a particular type are put together in an InnerList. I want to display the users of different types grouped together and the Table should have the 'User Type' as its title.
    I could do it like this
    <tr border="2" class="selectedrow">
    <td><B><font color="#2d5c3d">User Type</font></B></td>
    <td><strong><font color="#2d5c3d">
    <!---I want to remove this with a single line of code-->
    <c:forEach items="${usersByType}"   var="user" begin="0" end="0">
          <c:out value="${user.userType}"></c:out>
    </c:forEach>
    <!---I want to remove this with a single line of code-->
    </font></strong></td>But I think there has to be a better way to do it.
    BR,
    Shardul

  • TestStand crashes when a SequenceCa​ll step that counts failures within a list

    I have TestStand 4.0 and TestStand 4.1 installed on my system, as does everyone else in my department.  I am the only one with a 64bit machine and cannot execute a sequence in 4.0 that I can execute in 4.1.  Everyone else can execute the sequence in both.  The sequence generates a report and TestStand crashes when the sequence reaches a step that performs a sequence call which counts the number of failures within a list (array). 
    We are fresh out of ideas.  Any suggestions would be greatly appreciated.  If more information is needed, please ask.
    Thanks!

    When you say '64-bit machine' do you mean 64-bit Operating System?
    If so, which 64-bit operating system are you using, XP x64 or Vista x64? 
    TestStand 4.0.1f1 is only supported on Windows 2000 and XP x86.
    TestStand 4.1 is supported on Windows 2000, XP x86, Vista x86, and Vista x64.
    If you are trying to use XP x64, we have not tested it, and it is not guaranteed to work in all cases.  If you are using Vista x64, then it is expected that TestStand 4.1 will work, but TestStand 4.0.1f1 was never tested with any version of Vista, and so may not work.
    Josh W.
    Certified TestStand Architect
    Formerly blue

  • MIDlet List within a list?

    How do you make a list within a list? Can anyone give me an example on how to do it?

    cherie wrote:
    How do you make a list within a list? Can anyone give me an example on how to do it?are you trying to create a tree ?
    _list 1
    | |_list1_1
    | |_list1_2
    |_list2
    |_list3
    something like this?

  • Add a list possible in a Accordion?

    Hello
    can i add a list possible in a Accordion?
    ty

    The list I am asking about is not a simple html list. Wath I
    am trying to find out is it possible to add a menyobject
    that make me to have I more step. Exampel if you make a spry
    menybar you can make
    Productions>Gold>whatever and with the accordion
    Production>gold
    I like the idea of the accordion and would like to build the
    menysystem in also?
    Anyone understand what I mean?

  • Poor performance when dragging item within a list loaded with images - Flex 4

    Hi,
    I have a custom built List component that is using a TileLayout. I am using a custom itemRenderer to load images into this list from our server (in this test, 44 images rae loaded). I have enabled dragEnabled and dragMove so that I can move items around within the list. The problem comes when I start dragging an item. The dragging operation is very slow and clunky.
    When I move the mouse to drag the item, the dropIndicator does not get refreshed for a few seconds and the movement feels like my PC is lagging pretty badly. I've also noticed that during this time my CPU usage is spiking up to around 25-40%. The funny part is I can scroll the list just fine without any lag at all, but the minute I drag the application starts to lag really bad. I do have some custom dragOver code that I used to override the dragOverHandler of the list control, but the problem persists even if I take that code out. I've tried with useVirtualLayout set to both true and false and neither setting made a difference. 
    Any ideas as to what could be causing the poor performance and/or how I can go abouts fixing it?
    Thanks a lot in advance!

    Ahh, good call about the Performance profiler. I'm pretty new to the profiling thing with Flex (haven't used Builder Pro before
    the Flex 4 beta) so please forgive me
    I found some interesting things running the performance profiler but I'm not sure I understand what to make of it all. I cleared the Performance Profile data when right before I loaded the images into the list. I then moved some images around and then captured the Profiling Data (If I understand Adobe correctly, this is the correct way to capture performance information for a set of actions).
    What I found is there is a [mouseEvent] item that took 3101ms with 1 "Calls" (!!!!). When I drill down into that item to see the Method Statistics, I actually see three different Callees and no callers. The sum of the time it took the Callees to execute does not even come close to adding up to the 3101 ms (about 40ms). I'm not sure what I can make of those numbers, or if they are even meaningful. Any insight into these?
    The only other items that stand out to me are [pre-render] which has 863ms (Cumulative Time) / 639ms (Self Time), [enterFrameEvent] which has 746ms / 6ms (?!), and [tincan] (what the heck is tincan?) which has times of 521ms for both Cumulative and Self.
    Can anyone offer some insight into these numbers and maybe make some more suggestions for me? I apologize for my ignorance on these numbers - as I said, I'm new to the whole Flex profiling thing.
    Many thanks in advance!
    Edit: I just did another check, this time profiling only from the start of my drag to the end of my drop, and I still see [mouseEvent] taking almost 1000ms of Cumulative Time. However, when I double click that item to see the Method Statistics, no Callers or Callees are listed. What's causing this [mouseEvent] and how come it's taking so long?

  • Anchors within dynamic lists

    Hello~
    I currently have a static web page with a list of documents
    on it
    that is navigable by alphabetical anchors, as well as a "back
    to top"
    anchor after each letter section. I am working on putting all
    of the
    content into a database so that it can be managed
    dynamically, but I
    was not sure how to continue using the anchors to move around
    the
    page. Is it possible to use alphabetical anchors within a
    dynamically
    driven list (ColdFusion w/ Access database)? Thanks!
    KC

    Multiple cross post!
    See:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=7&threadid=12 45015

  • Tabbed report concept within single tab, possible?

    Hello there,
    I want build a report that has one fact spread across 12 month columns. I then want to allow the user to switch between 5 different facts and display each by itself in the same report. Instead of having 5 tabs, each with the identical report but with a different fact column to accomplish this, is it possible to have the fact columns as calculated fields and use a dashboard prompt to let the user select which fact to display?

    that isn't a good option for me. There is a fact column for each month of the year so it would be cumbersome for the user to remove and then add 12 columns each time they want to see the different fact.
    The best option for me might just be a tabular report. I was hoping i could do it within a single tab and drive the fact columns with a parameter in a dropdown-list.

  • Adding attachments to PDF within ISR and possibly link to BDS in ESS

    I have a requirement where the user needs to attach documentation to a request (ISR) for approval.  From my research on this forum I see that currently SAP does not support attachments in a PDF within ISR as only a small subset of the xml data to render the form is actually saved as part of the request.  A person has the ability to add attachments to the form in the process but once the form is recalled from the work list and displayed the attachements are missing.

    Hello Guys,
    We are using Adobe forms with ISR framework and facing problems attaching the files  from within the PDF ; using the paper clip icon.
    Once the files are  attached to the PDF form and the form is submitted, attachment disappears from the Form . Instead we have to use a "Attachment Manager" on UWL to attach the files. It is quite Confusing to have a "Paper Clip" button inside the form and also a attachment manager on UWL.
    If anyone faced similiar issue and has solution to fix this, please let me know.
    We are on ECC6 with component SAP_BASIS - 701- 006- SAPKB70106.
    Thanks in advance.
    Regards
    Sandy
    Edited by: Sandy on Sep 6, 2011 5:18 PM

  • Is ALV List Possible in Web Dynpro for JAVA ? Please Advice.

    Hello,
    I would like to know if we can simulate the ALV List which we have in ABAP using Web Dynpro for JAVA. I would really appreciate if someone could suggest how it could be done.
    Best Wishes,
    John.

    Hallo John,
    The Abstract List Viewer (ALV) is not available in Web Dynpro for Java within SAP NetWeaver 04s.
    Regards, Bertram

  • Prioritization within QoS queue possible?

    Our company runs QoS over an MPLS WAN, but I am personally new to the technology. Given that our provider only allows four queues (EF, AF31, AF21, and BE), we have configured four corresponding policies. This seems somewhat limiting, given the number of queues Cisco actually supports. Here's the question; Is it possible to further prioritize traffic within a given queue?
    Say for example, we want to place a certain traffic type within AF31, but we do not want to adversely impact other traffic within the queue. By the same token, we do not want to move either of these traffic types to EF. Can we control, in a more granular manner, prioritization within a respective queue? Any clarification you can provide would be greatly appreciated.

    As Laurent also describes, it's usually possible to fully manage congestion to MPLS (generally easy if you control the CE router). With MPLS, though, where the limitations of the provider's QoS model are most troublesome is upon MPLS cloud egress. It's possible to indirectly control this if you logically manage your MPLS cloud as you might with frame-relay or ATM. Unfortuanately, this is often impractical if you have more than a few nodes and have a logical mesh topology vs. hub and spoke.
    PS:
    Some MPLS providers allow you to select from various "profiles" of QoS model choices. This can be very helpful if traffic ratios vary between sites. Also, some MPLS vendor QoS models also provide support for different drop thresholds within some classes.

  • Listing possible events from event source (or DLL)

    Does anyone know of a replacement for MOM 2005 resource kit tool mpwizard, which could dig out what sort of events COULD be written to event viewer logs. Not interested about a tool that could parse the existing event logs, but specifically one that is capable
    of listing what could be created by DLL's that write into event viewer.
    http://technet.microsoft.com/en-us/library/cc180050.aspx
    http://blogs.technet.com/b/kevinholman/archive/2009/02/16/how-to-find-all-possible-event-id-s-for-a-given-event-source.aspx
    If there's no replacement, how about someone digging it from their secret stash of nice tools, I didn't find it anymore
    from my stash.
    Thanks for thoughts and ideas!
    MCT | MCSE | MCITP | MCTS SCOM, SCCM, SCVMM, SCDPM | Open CITS

    Hi,
    Based on my research, MP Event Analyzer tool is designed to help a user with functional and exploratory testing and debugging of event based management pack workflows like rules and monitors.
    The tool is in System Center Operation Manager 2007 Administration Resource Kit.
    Please go through the below link for more details:
    http://blogs.technet.com/b/momteam/archive/2011/06/03/system-center-operations-manager-2007-r2-admin-reskit-released.aspx
    Management Pack Wizard is used to create a custom Management Pack for your MOM environment. If we have SCOM 2007 R2 installed then with the operational manager console, we can use Authoring workspace to custom managed packs, and we can also export MP to
    xml and then modify it by editing the xml file.
    Regards,
    Yan Li
    Regards, Yan Li

  • Should we create large number of folders within a list?

    For a custom list having 50K item it is more convenient for user to create folders to segregate custom list items logically. But if we consider performance, is it recommended to create large number folders of within a custom list?
    What are pros and cons of creating folders within a custom list?

    Hi SunilKumar,
    In a SharePoint list, the folder can also be seen as list item, considering to the large amount of list items existing in your list, the influence of these extra folders
    to your site won’t be so apparently.
    However, for a better item management, using extra columns for grouping items would be more recommended.
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Partial Contact list Possible?

    I have put my entire contacts directory on my laptop. This is friends, work, family. I am thinking that I only want to sync the more important personal contacts over to my iphone not the entire work related list which is so long.
    is this possible through using groups and mobile me?

    Hello caprocter,
    Mobile Me will sync all contacts over the air, so it is not possible to limit the groups that will sync using Mobile Me at this time.
    It is possible to sync select groups to your iPhone when doing a sync via USB with the MacBook. You only need to create the group(s) in Address Book and then select
    "selected groups" in the Contacts section of the Info tab for your iPhone.
    You can submit a feature request directly to Apple regarding being able to sync groups with Mobile Me here:
    http://www.apple.com/feedback/mobileme.html
    Take care,
    Charles H.

  • Is a wekly typed List possible?

    For example I want to use a List of interface object.  But I want to insert into the list concrete objects that implement that interface.  But when I'm using the List I want to work with the interface types not the concrete types.  Is this
    possible?
    Example
    interface ISettings{
    List<ILocation> Locations {get; set;}
    class ConcreteSetting1 : ISettings{
    List<ILocation> Locations {get; set;}  <---- I want this to restrict this to accept only one particular concrete ILocation type
    But in my usage I still want to work only with Interfaces.
    ISettings mainSetting = ....
    foreach(ILocation loc in mainSetting){
       loc.Process();
    I already tried using generics like this
    interface ISettings<T> where T : ILocation
    and then the concrete class would be
    class
    ConcreteSetting1<T> : ISettings<T> where T : ConcreteLocation1
    But I just found i had to specify the concrete type in the end which I don't want to do.  Just want to work with the interface types.
    My Main problem and it could be a design flaw, is that all my ILocation objects share only one method, but the rest is unique to each.  So an object that using an ILocation can only use a particular one, not just any ILocation. 

    I think you probably already realise you have a fundamental design flaw here.
    If you need to limit these things to one specific type then that is mutually exclusive to only dealing with them by interface.
    That's a problem.
    You can do something like:
    interface ISettings
    List<MyLocation> Locations { get; set; }
    interface ILocation
    public class MyLocation : ILocation
    public class MainSettings: ISettings
    public List<MyLocation> Locations { get; set; }
    and
    MainSettings ms = new MainSettings();
    ms.Locations = new List<MyLocation> { };
    foreach(ILocation il in ms.Locations)
    I'm just not so sure that gets you anywhere useful.
    Please don't forget to upvote posts which you like and mark those which answer your question.
    My latest Technet article - Dynamic XAML

Maybe you are looking for