Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

24
votes
14answers
3k views

User interface for reordering a list items

I have a list of items as a part of a web application. The question is how user could manipulate the order of items in the list (not the list sort order). The typical way is to use arrow buttons to ...
11
votes
3answers
5k views

How to limit UITableView row reordering to a section

I was hitting my head over this one, and google was turning up nothing. I eventually worked it out and thought I'd write it up here for the sake of the next person. You have a UITableView with ...
5
votes
1answer
3k views

moving select options up and down via jquery

so I got this code working for Firefox and Chrome...what it does is it allows you to reorder the options within an HTML select form...but then when I tested the code via IE8, it's kind of patchy...it ...
5
votes
1answer
1k views

How can you manually reorder a ListView in Android?

I have a ListView in Android that needs to have the ability to be manually reordered. An example would be within Android's Music Player application, when you can change the order of tracks in a ...
4
votes
3answers
146 views

Reordering of data segments within a file

I am trying to find an algorithm in with perhaps an example in C, C++, C#, Java or really any language to help solve a reordering problem I have been facing. The objective is to take a series of ...
4
votes
3answers
140 views

Order bars within each factor using ggplot2

I am creating this "barplot" with ggplot, but I would like to be able to reorrder the bars within each categories so the highest bars are on top. In short having a High to Low bars ordering withing ...
3
votes
3answers
86 views

Sort integer array by given starting integer

I have an array int[] months = new int[4] {1, 4, 7, 10}; I would like to sort the array starting by the given value and sort the rest of the array in the original order. Let's say I want to start ...
3
votes
1answer
106 views

Reordering using Patterns in Mathematica

Trying to do this : list={{{33, 105, 203, 295}, {34, 106, 204, 296}}, {{21, 135, 201, 333}, {22,136, 202, 334}}} I would like to transform sublists so that the first one: {{33, 105, 203, ...
3
votes
1answer
122 views

__faststorefence

In regards to this question, I'm interested only in x86 and x86-64. For MSVC 2005, the documentation for __faststorefence says: "Guarantees that every preceding store is globally visible before any ...
3
votes
4answers
160 views

What is the process of reordering one list based on the implied reordering resulting from sorting another list called?

I'm not interested in any particular algorithm; I just want to know if doing that has a common name that I'm just not aware of. To be specific, say I have X = [42, 0, 99] and Y = ["a", "b", "c"]. ...
3
votes
2answers
119 views

Reorder function arguments in Lisp

I'm interested in an operator, "swap-arg", that takes as input 1) a function f of n variables, and 2) index k, and then returns a the same function except with the first and kth input variables ...
3
votes
2answers
2k views

R: How can I reorder the rows of a matrix, data.frame or vector according to another one

test1 <- as.matrix(c(1, 2, 3, 4, 5)) row.names(test1) <- c("a", "d", "c", "b", "e") test2 <- as.matrix(c(6, 7, 8, 9, 10)) row.names(test2) <- c("e", "d", "c", "b", "a") test1 [,1] ...
3
votes
2answers
4k views

How to stop UITableView moveRowAtIndexPath from leaving blank rows upon reordering

I am having an issue where in reordering my UITableViewCells, the tableView is not scrolling with the cell. Only a blank row appears and any subsequent scrolling gets an Array out of bounds error ...
2
votes
2answers
55 views

Reorder parent/child rows mysql using php

I need to re-order via form submission rows in a table with the following structure for a nested page layout Columns: (table name is: sourcedocs3) sort1 | sort2 | type 1 | 1 | parent 1 | 2 | ...
2
votes
1answer
165 views

C++ reorder std::vector elements using std::list of pointers

I ran into this problem when I tried to write out an new algorithm to reorder elements in std::vector. The basic idea is that I have std::list of pointters pointing into std::vector in such way that ...
2
votes
2answers
578 views

Reorder columns in datatable?

I'm using xsd files to validate xml files. In the xsd files, only a few of the elements are required and the rest are optional. However, it is sequential so the order of the elements as they appear in ...
2
votes
1answer
185 views

Reordering gnuplot key entries

Is there a way to change the order of the entries in the key/legend of gnuplot WITHOUT changing the plot command? (I do not mean reversing the entries) I have multiple lines in one graph and the ...
2
votes
3answers
239 views

Reorder images using jquery

I have 4 small thumbnail images sitting side by side which when clicked upon each change a small div/panel underneath them to show different text. When the image is clicked I want them to reorder by ...
2
votes
2answers
429 views

PHP add to beginning of array without reordering

I've tried searching for an answer to my question but I couldn't find one that did it without reordering numerical indexes. Is there a way to add a string to the beginning of an array without ...
2
votes
1answer
493 views

Reordering UITableView rows programatically with animation

I very much know how to reorder uitableview rows using "reorder Control" by the user. By implementing UITableView delegates and datasource methods as it is provided in apple documentation: ...
2
votes
2answers
110 views

How do I reorder the jobs on my Hudson dashboard?

I have a number of jobs on my Hudson dashboard. But they aren't in the order that I'd like them to be -- they are all jumbled relative to the order that they run and that I'd like to see them. They ...
2
votes
5answers
2k views

MYSQL: how to “reorder” a table

I have a table like the following, | id | name | color | ------+--------+--------- | 1 | pear | green | | 2 | apple | red | | 3 | banana | yellow | | 4 | grape | purple | I'd ...
2
votes
2answers
845 views

reorder items algorithm

I've got an html table thus: up | dn [ ] Item 1 [x] Item 2 [ ] Item 3 [ ] Item 4 [x] Item 5 [ ] Item 6 [ ] Item 7 If 2 & 5 are checked and I click up, the result is: up | dn [x] Item 2 ...
1
vote
2answers
103 views

Using jQuery to re-order and animate list items?

So, I've got a list of items, something like: <ul id="listHolder"> <li id="l1">List item 1</li> <li id="l2">List item 2</li> <li id="l3">List item ...
1
vote
0answers
67 views

A simple re-ordering of DIV's inside parent element using jQuery appendTo method

Making my first post here to get feedback on a particular solution to a problem that I dealt with yesterday. I came up with something that solves my problem and achieves the effect desired but I think ...
1
vote
0answers
94 views

How to reorder uitableviewcell without showing reorder control?

I'm using spliviewcontroller for my ipad application. I've also implemented reordering for the uitableview which on the left of spliview. What i want to achieve is user can reorder the tableCell but ...
1
vote
1answer
48 views

reorder widgets in layout

I have a senario where I have QComboBoxes (the black rectangles) and QPushButtons (the red cubes). I need the two buttons to always stay on either side of the most right combo. . Code example: ...
1
vote
3answers
107 views

Delay() bugged on table row reorder

I have a simple script to change pages order for a cms. It is based on reordering table rows with jQuery. Now the issue is, that I want to remove the highlight class from the full row with a delay. It ...
1
vote
3answers
47 views

PHP re-order array of arrays

I have an array of arrays, each of them containing a key "score" with an int value. How can I order the arrays in ascending order for the "score" value ? The sort() function looks helpless for that :/ ...
1
vote
1answer
104 views

PostgreSQL Record Reordering using Update with a Sub-Select

I found this solution on the SQL Server forum on how to reorder records in a table. UPDATE SomeTable SET rankcol = SubQuery.Sort_Order FROM ( SELECT IDCol, Row_Number() OVER (ORDER BY ...
1
vote
2answers
147 views

How to make listview reorder itself when item is inserted

I have a list view in which I can insert items(the items are inserted in the database). The problem is that when I insert an item, it shows at the bottom of the list. How can I make it go to the right ...
1
vote
2answers
1k views

Listbox drag-reorder : Index of the dropped item

I'm using a Listbox wrapped inside a ListBoxDragDropTarget (from the Silverlight toolkit). This ListBox ca be manually reordered by the user. However the last item must always be located at the bottom ...
1
vote
1answer
283 views

Reordering files using NSFileManager on iPhone

I have a question on the NSFileManager. I store a collection of images in the Documents directory in an iPhone app. basically they are stored as img0001.jpg, img0002.jpg,...img0010.jpg. I am using ...
1
vote
1answer
287 views

Reorder XML nodes with php and simplexml

My page is currently updating an existing xml, the problem is that when it adds new nodes they go to the end of the xml or parent tag ie: <N1></N1> <N1></N1> ...
1
vote
1answer
591 views

How to change the order of the TabItem in the wpf TabControl

I need to change the order of the TabItem. I've tried with Remove / Insert and it doesn't works. void UserControl_Loaded(object sender, RoutedEventArgs e) { if(condition) { ...
1
vote
2answers
79 views

Bringing specific results to the front using one MySQL query

I'm setting up my geolocation feature which lists out all the countries in order of name. However, most websites have it set up where the popular countries (such as United States, United Kingdom, ...
1
vote
1answer
367 views

reorder NSArray in objective-c

I have an NSArray of JSON file locations. There are stored in the user's/app's Document directory and inside each JSON file is a name value. I'm able to retreive the data from JSON files, I don't ...
1
vote
1answer
861 views

Java: JTable reordering rows and refresh

I have a JTable (extended) and an implementation of TableModel, in which I have the methods ... moveEntryUp(int rowIdx) moveEntryDown(int rowIdx) ... within the table model implementation. I have ...
1
vote
2answers
201 views

Reorder LINQ result (take 1 row and move it to top) when a condition match

I have a LINQ statement that generate an anonymous type, for example: BookID, AuthorID, [Authors]* Authors return a IEnumerable which also contains many authors, it has 2 columns: AuthorID and ...
1
vote
2answers
611 views

UITableViewCells reorder when not visible on screen

I have a problem and lots of difficulty finding a solution, even if I would assume lots of people should have had similar issues. Hopefully someone can help me. I've created a Settings screen for my ...
0
votes
1answer
18 views

“Reorder” Search Results

Good morning! I need to "reorder" - I guess that's the right word - the filter results of a search form I'm building. But I'm searching google and what I found was not what I want, maybe I'm not ...
0
votes
1answer
32 views

PostgreSQL Record Reordering Issue

I need to perform record re-ordering using the timestamp, but I get a NOT-NULL constraint violation when the query runs with no matches. Below is the query - UPDATE ORDR SET QUE_NUM = ...
0
votes
1answer
32 views

How to re-sort a multidimensional array?

How to sort the array alphabetically below using as the key criterion label? I tried using array_multisort, usort, rsort, and sort, but it did not work. array(3) { [0]=> array(2) { ...
0
votes
2answers
48 views

Reorganizing an array: odd entries as KEY, even entries as VALUE

I'm trying to finish up a URL router that I created for my custom MVC framework. I have a list of parameters that I dissected from the URL, but the problem is that they only have numerical keys. What ...
0
votes
1answer
52 views

How do I make tmux reorder windows when one is deleted?

I have three windows: 1:zsh 2:vim* 3:htop When I delete the current window (#2), I have these windows left: 1:zsh 3:htop How can I make it so that it automatically renumbers them as 1:zsh ...
0
votes
0answers
29 views

how to get all rows from grid after dnd

I am adding rows programmatically to enhanced grid and user have the capability to re-order the rows using DND feature. Once he ordered the rows, I have to display the rows in the next page in the ...
0
votes
0answers
61 views

Reordering SlickGrid Columns Resets Column Header HTML

I have a grid of data where we have added a filter icon to the header of each column after initializing the grid like so: function selectHeaderIcon(searchActive){ if (searchActive) { ...
0
votes
1answer
32 views

DotNetNuke URL's After Menu Change

I am not particularly familiar with DotNetNuke, so please correct me if I am using any wrong terminology. I have a client who has a bunch of links that are hardcoded in an HTML module. The URL's ...
0
votes
1answer
125 views

WPF datagrid - Group by datagrid with editable column reoders rows in group when editable cell is “opened” or edited

I am facing a strange problem in WPF datagrid after grouping. The rows inside groups start reordering. I am using the .net 3.5 framework's datagrid from codeplex. The problem has been asked in msdn ...
0
votes
2answers
142 views

CakePHP- Tree Behavior custom ordering

I have a Post model which has Tree Behavior. In the view for each post there is a order text input field. After submiting this fields I get id => order value. So now I have to moveUp or moveDown each ...

1 2