search for: spinners

Displaying 20 results from an estimated 286 matches for "spinners".

2008 Apr 15
4
Best practice for showing ajax loader gif?
...he best practice for showing animated ajax spinner? The usual Element.show(''spinner'') has to stick with every form''s :loading. Is there some easier or light-weight method? Because I have this page that can contain upto 100 forms. And with all of those would be 100 hidden spinners. Please suggest something. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA...
2008 Mar 10
1
spinner in form tag?
Hello! Is it possible to have a spinner in form_tag? like: <% form_tag :action=> ''list'', do :loading=>"Element.show(''spinner'');", :complete=>"Element.hide(''spinner'');" %> ... ... <% end %> If not how could I do it? Thank you! --~--~---------~--~----~------------~-------~--~----~ You
2008 Jun 19
5
observe_field
I have been trying to pass a collection_select parameter and a text field parameter to observe_field so that it watches both the parameters simultaneously. but what i can see is , when i select some value from drop down and dont write anything in text field its giving correct results.parameters are also correct passed, but just after that if i write something in text field that value also get
2006 May 04
4
Ajax spinners
Hi all, I''ve been looking for these for quite some time now and I couldn''t find them with a transparent background and a neutral color, so here they are, just baked from the oven: The Mac OS X and Mozilla Spinners (Grayscal and Transparent) Enjoy Gael -------------- next part -------------- A non-text attachment was scrubbed... Name: spinner_mac.gif Type: image/gif Size: 2530 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060504/3a125215/spinner_mac-0001.gif ----...
2002 Sep 30
2
Decompose numerical factor into orthog. poly parts
Consider the following analysis of a class experiment done as a Latin Square: > spinner <- gl(4,4,16,label=c("Murray","Angela","Shasha","Stephen")) > order <- gl(4,1,16) > treat <- scan() 1: 1 2 4 3 5: 4 3 1 2 9: 3 4 2 1 13: 2 1 3 4 17: Read 16 items > coin <-
2006 Jan 23
1
Spawner -p and --port not working?
Hi everyone, I''m trying to set a port with spawner, and it''s not working: ruby /var/rails/ldapadmin/current/script/process/spinner -c /var/rails/ldapadmin/current/script/process/spawner --port=7000 -i 4 -d spinner: invalid option: --port=7000 Same with -p: ruby /var/rails/ldapadmin/current/script/process/spinner -c /var/rails/ldapadmin/current/script/process/spawner -p 7000
2006 May 25
5
Weird Capistrano problem
I''m having problems launching the spin process via the deploy.rb task. Everything works great when is run the script manually via: % ssh admin@monterey.example.net /Web/Rails/Example/current/script/spin However, when I run ''cap spinner'' or ''rake remote:exec ACTION=spinner'', I get the following errors: % cap spinner loading configuration
2005 Dec 24
2
Where can I get a royalty-free/open-source spinner image?
Hi everyone, Where can I get a royalty-free copy of the spinner.gif or some other AJAX activity icon? I don''t want to swipe one without asking. Thanks, Jason
2016 Jun 06
2
[PATCH v5 1/6] qspinlock: powerpc support qspinlock
...out-of-word spinning being a big win over our ticket locks. And fairness, brought to us by the ticket locks a long time ago, eliminated starvation issues we had, where a spinner local to the holder would 'always' win from a spinner further away. So under heavy enough local contention, the spinners on 'remote' CPUs would 'never' get to own the lock. pv-qspinlock tries to preserve the fairness while allowing limited lock stealing and explicitly managing which vcpus to wake. > While there's > ? ?theory and to some extent practice on x86, it would be nice to > ? ?v...
2016 Jun 06
2
[PATCH v5 1/6] qspinlock: powerpc support qspinlock
...out-of-word spinning being a big win over our ticket locks. And fairness, brought to us by the ticket locks a long time ago, eliminated starvation issues we had, where a spinner local to the holder would 'always' win from a spinner further away. So under heavy enough local contention, the spinners on 'remote' CPUs would 'never' get to own the lock. pv-qspinlock tries to preserve the fairness while allowing limited lock stealing and explicitly managing which vcpus to wake. > While there's > ? ?theory and to some extent practice on x86, it would be nice to > ? ?v...
2006 Jul 09
6
ajax effects
Hi, i was wondering if there was some kind of general line of code i could add to my application, anywhere i suppose, that would generate some kind of effect to notify the user that an effect is happening...it could be a box on the top of the screen or something, that would be like the small bar at the end of the browser that shows the user the status of a loading page ... i was hoping
2006 Jul 06
0
Ajax form results display help
I''m not that familiar with Ajax, so there is a good chance that I''m doing something incredibly stupid, but here is the issue. I have a search form that will display results on submit using Ajax callbacks and cool effects. Here is the operation that I would like -User enters data - On submit of the form, the spinner shows - If there is an error, the error div is shown and
2006 Apr 07
3
How to wait for an image to be loaded?
Hi! I''m making a simple gallery, which uses simple javascript for changing ''src'' attrbiute of ''img'' element. How to wait for an image to be downloaded completely before trying to display it and while browser downloads this image display a spinner gif or ''please wait'' message etc.? Something like this:
2006 Mar 24
3
ajax response event ? (Should be easy..)
How do you call a javascript function to do something when the response is returned to the visitors browser? Easy ey? //Daniel -- Posted via http://www.ruby-forum.com/.
2005 Dec 06
0
SwitchTower with spinner/spawner/reaper = teh suxx0r
hey all, So, we''ve been trying to get a nice stable config running for deployment with SwitchTower, spinner spawner and reaper, and I have to say, they are, as it says in the title, teh suxx0r. <warning>I''m annoyed, and wrote this while annoyed</warning> ;) The problems are rife: 1. Because lighttpd has no control over the fcgis, the restart process is
2010 Jul 06
0
Rails 3: link_to :remote => true with spinner
How is this most efficiently done? link_to_remote is gone. I am using jQuery and am wondering how I could bind beforeSend call back with my link_to :remote => true call. So that I can use it to draw spinner. Sharkie -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2006 Feb 01
18
Switchtower Error
This is my deploy file set :application, "varcasa stage" set :repository, "file:///c:/svnrepo/thenali/trunk" # ============================================================================= # ROLES # ============================================================================= # You can define any number of roles, each of which contains any number of # machines. Roles might
2006 Mar 02
2
A nasty evening with dispatch.fcgi
Hello all. Time for an all night installation campfire (no pun intended) story. I just helped a customer migrate from a single box to a 5 box system. 2 Lighty 2 FCGI 1 DB Everything went quite well. I scripted everything so it would be easy to add more boxes in the future. 3 scripts, one for each box type above. Then came time to get the site working. :-) Lighty came up easily. The DB came up
2006 Mar 26
4
Updating query results in real time with AJAX
I have the following view template: <%= form_remote_tag :update => "new_item", :url => {:action => ''create''}, :before => %(Element.show(''spinner'')), :success => %(Element.hide(''spinner'')) %> <div id="new_item"> </div>
2006 Feb 18
1
spinner not working inside a table with IE 6
Hello, I''m trying to use the slider inside a table and am having problems. I''m wondering if anybody can help or, if it just isn''t possible for some reason. The following 2 samples contain same code (1 inside <div></div> and 1 inside <table><tr><td></td></tr></table>). The div one works fine but the table one