similar to: sorting in auto completer

Displaying 20 results from an estimated 10000 matches similar to: "sorting in auto completer"

2005 Oct 19
6
how to prevent "blinking" when adding an element with an effect
Hi, I add a div to my document and use an effect to make it apear gracefully. Unfortunatly, when adding the element, the element apears shortly, then the effect (slideDown) lets it apear nicely - so the page flickers abit - What is the best practice to avoid it? Cheers, Ron
2005 Sep 22
4
Autocompleter: displaying resuts-div on focus
Hi, In the last two days I posted 4 different questions to this forums, but no single answer... Is it personal ? ;-) Anywayz I continue trying, so maybe I have luck this time... The question: in an autocomplete component, is it possible to make the results-div apear when the text field is getting focus? Thanx in advance, Ron
2005 Sep 20
0
What did I forget
Hi- I am trying to use the ajax autocompleter. In my page there is <input type="text" name="tt" value="" id="tt"/> <div id="myid"/> and later on new Ajax.Autocompleter(''tt'', ''myid'',''http://localhost:8080/port/app?action=manufacturers&qp=tt&service=txtile&tt=42'', { }
2005 Sep 30
1
Ampersand in Auto Complete Entry Broken
Hi, I have been playing around with the autocomplete field in Rails 0.13. I have noticed that if I have an ampersand in the value such as "A&E", if I click on the entry in the autocomplete list, I am left with just A in the text box. I have narrowed it down to: String.unescapeHtml() in prototype.js as what strips the & and what follows it from the value. It strips it
2008 Oct 22
1
Disabling the auto-complete feature in named list indexing
Is there any way to disable the auto-complete feature when we index a named list? E.g: a <- list ('longname'=1, 'anothername'=2) a$l will return 1 and a$a will return 2 the '[[' operator behaves in the same way, the '[' operator does not do autocomplete. Is there any way to disable autocomplete for all the operators? Thanks Pradheep [[alternative HTML version
2004 Aug 08
1
Sorting of filenames on samba shares
Hi, I've the folloing setup: 2 Machines running w2k with the latest patches, 1 Linux machine running samba 3.0.5 If have on local drive, one mount from w2k to w2k and one from samba to w2k. If i now do mkdir a mkdir b mkdir z mkdir c on all of them, I get different Results from a "dir" or "tree" command. In case of the local drive or the mount from w2k to w2k the
2008 Oct 18
2
sorting matrix output alphabetically
Hello, I have been using the TM package to create a TermDocMatrix, which I have saved as a matrix so that I can view word frequencies. Below is a section of the code that I have used and an excerpt of the output: What I wanted to be able to do is to view the output alphabetically - rather than the results being sorted by frequency as below, that an alphabetical list would be generated. This
2003 Jul 16
5
Sorting a data frame
Hi there R-Helpers, Does anyone know if it is possible to sort a dataframe? I.e. Sort alphabetically column 1 ( which has some reocurring elements) then sort alphabetically column2 but keeping the order of column 1 constant; much the same way that the sort function works in Excel. Regards, Wayne Dr Wayne R. Jones Statistician / Research Analyst KSS Group plc St James's Buildings 79
2006 May 24
0
Sorting Using HABTM table joins
I have an interesting problem that I am not sure how to approach so I thought I''d ask for some advice. I have an a shopping cart application that uses HABTM table joins. I have a table for products (music) and one for artists associated with the products. Any product can have one or more artists associated with it. I then create a product listing of the whole catalog like so Artist
2013 Mar 05
1
Sorting by value - direction
Hi, I'm trying to sort a list of results alphabetically, but it's coming out in the wrong direction. Indexing is done like this (PHP bindings): // Tag name as a value (for sorting) $doc->add_value(2, strtolower($obj->tag)); And searching like this: $enquire->set_sort_by_value(2); But for some reason, the results are coming out Z-A, not A-Z. I've tried setting true as
2011 Oct 14
1
sorting dataframe by arbitrary order
This has been dogging me for a while. I've started making a lot of tables via xtable so the way I want to sort things is not always in alphabetical or numerical order. As an example, consider I have a dataframe as follows set.seed(100) a <- data.frame(V1=sample(letters[1:4],100, replace=T),V2=1:100) I know I can sort the columns first by V1 first and then by V2 by: sorted.a <-
2010 Aug 27
3
Sorting groups in bwplot chart
Hi all, I am just curious how to sort the groups in a categorical box plot chart bwplot here is the example: d<-data.frame(sample(rep(month.abb,20), 100), runif(100,1,10)); colnames(d) <- c("Month", "Value"); bwplot(d$Month ~ d$Value); as you can see Months are not sorted alphabetically. Does anybody know ho to sort those on the chart level? Thank you Jan
2011 Jan 06
2
Plotting Factors -- Sorting x-axis
Hello; How do I plot these data in R without the Months being ordered alphabetically? Months Prec 1 Jan 102.1 2 Feb 69.7 3 Mar 44.7 4 Apr 32.1 5 May 24.0 6 Jun 18.7 7 Jul 14.0 8 Aug 20.0 9 Sep 32.4 10 Oct 58.9 11 Nov 94.5 12 Dec 108.2 Eric Eric Taylor, Air Quality Meteorologist, Health Protection, Ministry of
2006 May 12
1
auto complete a text field
Hi, Im looking for a way to autocomplete a text field, I have found this, http://wiki.rubyonrails.com/rails/pages/HowToUseAdvancedAutocompleteFeatures but at the top it says "Note that there?s easier ways to do this built into newer versions of Rails, this was written in the early days of the framework. If I get a chance, maybe I?ll update." Any ideas where i can find some info on
2002 Dec 13
1
lattice barchart sorting and coloring
Hi List, I am trying to produce a lattice barchart with text as labels. My data is ordered, but the chart sorts x labels alphabetically. Is there any way of forcing my ordering onto the chart? Secondly, I wish to color groups of the bars based on a coded variable. Any way of passing these codes onto colors on the chart (panel.superpose does changes columns to dots). Any suggestions
2005 Sep 22
1
Using tokens on autocompleter
Hi, When I use a "," token to enable multiple input, each choice is added in its own line. When using a normal <input type="text"...> I would expect it to leave the linebreaks alone. Is there a workaround for this one? Cheers, Ron
2010 May 12
2
sorting rows of dataframe
Hello: I have a dataframe, where the first column in a month: Month CATCHMENT_ med min max 1 Apr Alknda01 71.68080 11.9406600 196.2753 2 Apr Alknda02 69.44580 12.1065600 196.2753 3 Apr ArialKhan 39.89310 5.8598700 175.4433 4 Apr Arjun01 4.79652 0.0093336 55.7136 5 Apr Arjun02 4.79652 0.0093336 55.7136 6 Apr Arun01 52.42320 0.1571928
2007 Jul 17
1
(a) R capacity and (b) sorting cases in R
1. I have a .txt file that has no more than 10 variables and about 3.5 MILLION cases. Can R handle so many cases or should I not even try? 2. How do I sort cases (e.g., alphabetically) in R and then save the sorted results in a new file? Thank you! Dimitri
2012 Oct 04
1
Auto completion using xapian
Hello, Do xapian has analyzer like EdgeNGram to use it for autocomplete. I am trying to use the auto completion using xapian. For example: e ex exa exam example etc.. so that we can get it. I tried to use using the Partial flag but it dose not work Xapian::Query query = parser.parse_query("m*",parser.FLAG_PARTIAL); Do you have any example or any tutorial is appreciated. --Naveen.
2008 Dec 28
3
Sorting directory lists (again)
Hello list, I know this has been discussed before (June 2007 looks to be the most recent time), so apologies for covering (sort of) old ground. The lowdown is that samba uses readdir to get its directory listing and this is returned in whatever order the filesystem sees as appropriate (using ext3, it seems to be related to mtime). I have a device which accesses a share using CIFS and presents