search for: elmore

Displaying 20 results from an estimated 32 matches for "elmore".

2003 Apr 19
1
Possible new rsync bug
...I didn't find any reference to it. It seems, that rsync goofes up, if you rename a directory and then create a symlink with the old name to the new location. Below is a simple example how to do it. ------------------------------------------------------------------------------ [ptriller] elmore:~/test > ls -al insgesamt 11 drwxr-xr-x 4 ptriller users 96 2003-04-18 19:23 . drwx--x--x 82 ptriller users 9160 2003-04-18 19:23 .. drwxr-xr-x 2 ptriller users 48 2003-04-18 19:24 dest drwxr-xr-x 3 ptriller users 72 2003-04-18 19:23 src [ptriller] el...
2005 Dec 06
9
script.aculo.us AutoComplete Woes
I was wondering if someone could help me with an autocomplete problem. I have the autocomplete div receiving a <UL> that looks like: <ul> <li>Name<br>Email</li> </ul> When the user hits enter and the value is filled into the text field it''s putting both the name and email in the field. I just want the name. Funny this works in Firefox but not IE. I
2006 May 23
6
Autocompleter - up arrow moves cursor to start of input box
When using the autocompleter and scrolling through options, if you press the up arrow key the input field cursor moves backward. Some of my users have reported that they find this very distracting. Does anyone know why this happens, or where in the code I could fix it? Steps to recreate: 1. Go to http://demo.script.aculo.us/ajax/autocompleter 2. Type in a letter (or two or three) 3. Arrow down
2012 Jan 23
1
Moving-Tiles Bootstrap
...need doesn't fit into how boot.tilt() expects the resampling process to work. I can generate a string of replicates easily enough -- how might I wrap such a set of replicates into an object on which tilting could be performed absent the internal generation of the replicates themselves? Kim Elmore -- Kim Elmore, Ph.D. (CCM, PP SEL/MEL/Glider, N5OP, 2nd Class Radiotelegraph, GROL) /"Human beings, who are almost unique in having the ability to learn from the experience/ /of//others, are also remarkable for their apparent disinclination to do so/."/-- Douglas Adams/ [[altern...
2006 Apr 09
4
Set Speed of Combinational Effects
How can I slow/speed up the combo effects? Thanks
2006 Feb 14
4
Scrollbar in Autocomplete List
Hi all, Firstly is there a way to search the archives? Second I was wondering if there is a way to implement a scrollbar on the list that occurs when you use autocomplete. I have some lists that are very long so I would like to shorten them but still have all the options. Regards, ----------------------- Iggy Sandejas D-Frag Solutions http://www.dfrag.com.au -----------------------
2001 Mar 23
1
R-demo for non-statisticians/mathematicians
...ngs from people in other disciplines and I would love to hear what you have to say as well. By the way, I am aware of the demo() function in R and I am absolutely amazed by that, but not everybody in this audience will think the Brownian motion plot is as cool as I do! Many thanks in advance, Ryan Elmore PhD candidate PSU - Dept of Statistics -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the...
2006 Jan 02
4
Autocompleter with a scroll bar
Has anyone been able to make scrollable results for an autocompleter? Thanks!
2001 Feb 28
1
redhat 7.0 trouble
...he problem? I realize that this is probably my fault somehow...I am relatively new to linux. I checked the list archives and couldn't find the same problem. Any help is very much appreciated. By the way, I have installed using the rpm and source with the same result. Thanks again, Ryan Elmore PhD candidate Dept of Statistics - PSU -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not...
2005 Dec 08
4
AutoCompleter afterUpdateElement
Any ideas how I can submit say, a person ID instead of the person''s name on an autocompleter input field? Surely this is a common need. Thanks! Daniel
2006 May 18
1
RE: Rails-spinoffs Digest, Vol 12, Issue 29
...cific than "Re: Contents of Rails-spinoffs digest..." Today''s Topics: 1. Display Images from URL in Database (Ben Lisbakken) 2. How to send data using prototype (Fernando) 3. RE: How to send data using prototype (Martinez, Andrew) 4. Autocomplete GetToken?? (Daniel Elmore) 5. Re: Autocomplete GetToken?? (Andrew Tetlaw) 6. RE: Autocomplete GetToken?? (Daniel Elmore) 7. Re: Display Images from URL in Database (Rongzhong Lu) 8. Re: Prototype & Scriptaculous vs. Yahoo UI Library (Peter Michaux) 9. Re: Prototype & Scriptaculous vs. Yahoo UI Library...
2006 Mar 31
9
File upload progress bar
I''ve seen a few demos online, for php, but I''m looking for a file upload progress bar implementation with Prototype. Can anyone point me in a good direction for one? I''m not using Rails, so I can''t use the upload_progress addon, unfortunately. Thanks for any info Jim _______________________________________________ Rails-spinoffs mailing list
2007 Apr 04
2
Is Element in Viewing Range
How could I tell if an element is visible? Not visible as in the css display property, but visible in the browser''s clipping area. So if I had a long list of columns and wanted to know if the user has to scroll horizontally to see the last one. Thanks! Daniel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2005 Dec 08
6
What does mean $(element) ?
Hi All, In scriptaculous scripts, I don''t understand this syntaxe : $(element) --8<--------------------------------- Effect.Highlight = Class.create(); Object.extend(Object.extend(Effect.Highlight.prototype, Effect.Base.prototype), { initialize: function(element) { this.element = $(element); ... --8<--------------------------------- I had never seen this syntaxe, I
2006 May 17
3
Autocomplete GetToken??
Hi, I needing to modify the control.js file and am confused about what the purpose of the getToken function is. I read the docs section below and still don''t understand why it doesn''t just access the form.value directly. Docs say: This method should get the text for which to provide autocompletion by invoking this.getToken(), NOT by directly accessing this.element.value. This is
2006 Mar 15
3
slider control for touch screens?
I was wooed here by this demo page for the script.aculo.us slider control: http://wiki.script.aculo.us/scriptaculous/show/SliderDemo ... but I''m looking for a slider control well adapted for use in a touch-screen kiosk application (an unusual place to put a web application, perhaps, but bear with me...) I''ve posted an example (screencast and downloadable program) here:
2006 Feb 21
4
New stuff in script.aculo.us trunk
Heya all, There''s some new stuff in the script.aculo.us trunk as of today that needs to be tested, so maybe give it a shot: * Added Ajax.InPlaceCollectionEditor which uses a SELECT element instead of a text field (see test/functional/ ajax_inplacecollectioneditor_test.html for usage), #3491 [thx anna] * Enable in place editor to use RJS (implements a new evalScripts option for
2006 Apr 15
11
evalScripts in IE
My Ajax.Updater is set for evalScripts and it receives this: <script language="JavaScript">complete();</script> It works in FF but not IE. Is the above code the proper way to return scripts? Thanks!
2006 Apr 18
7
[Prototype] evalScripts not working for me
I think I am experiencing the variable scope problem with evalScripts. I have this block of code being returned from an Ajax.Updater call, as shown by FireBug or one of those other Firefox plugins. I have tried to boil it down to the minimum code. <script type="text/javascript"> test = function() { alert("test"); }; </script> <table
2006 May 26
6
test
test just testing please ignore... -- "I have learned that you should''nt compare yourself to others - they are more screwed up than you think." ...unknown "In the 60''s, people took acid to make the world weird. Now the world is weird and people take Prozac to make it normal." ..unknown _____________________________ Terry Remsik stripe-man.dyndns.org