Displaying 20 results from an estimated 900 matches similar to: "Ajax.PeriodicalUpdater using Effect.Highlight to highlight newly loaded div"
2009 Oct 25
4
Multiple line commands in R scripting
I'm wondering whether there is a character to let R know to expect more
input for a command on subsequent lines. Here is an example:
test_1.R:
x <- c(1,2,3,4)
/ c(1,2,3,4)
x
R CMD BATCh test_1.R produces test_1.Rout:
> x <- c(1,2,3,4)
> / c(1,2,3,4)
Error: unexpected '/' in " /"
Execution halted
test_2.R:
x <- c(1,2,3,4) /
c(1,2,3,4)
x
R CMD
2010 Jun 30
2
plain text in Chinese can not be set
Hi there,
According to ?par, 'font' is an integer which specifies which font to
use for text, that 1 corresponds to plain text (the default), 2 to bold
face, 3 to italic and 4 to bold italic.
When I test Chinese character in pdf(), I found that 1 to bold face, 2
to italic, 3 to bold italic, 4 to symbol. and I don't find how to set
plain text. In the following code, the font to use
2011 Nov 21
5
R ignores number only with a nine under 10000
Hello R users,
I'm trying to replace numerical values in a datamatrix with strings. R does
this except for numbers under 10000 starting with a 9 (eg 98, 970, 9504
etc). This is really weird and I wondered whether someone had encountered
such a problem or knows the solution. I'm using the next script:
test_1 <- read.table("5+ref_151111clusters3.csv", header = TRUE, sep =
2010 Oct 19
2
separate elements of a character vector
Dear colleagues, this seems like an easy problem, and I found some suggestions which I've incorporated in the help list, but I can't quite get it right.
I want to add a series of years to a second x-axis category label. I generate them with test and test_2 below, format them with some spacing (which is the suggestion I took from the R-list) and concatenate them and then write them with
2005 Sep 27
8
prototype.js
Hi *,
We don''t know if you guys are the right audience, but we got a problem
with prototype.js we need to solve.
Essentially, it is a compatibility bug with the IE.
We wrote a component so it updates itself periodically using AJAX. we used the
prototype.js to accomplish this (using the periodicalUpdater object).
now the component works fine using firefox or opera, but NOT with IE.
the
2006 Apr 16
11
RJS templates not found
I am running Rails 1.10 and wanted to check out the RJS templates.
Rails doesn''t seem to find them.
I did issue the rake comment update_javascripts and that did not correct
the problem. RJS is part of 1.1 right?
Any ideas?
Thanks.
--
Posted via http://www.ruby-forum.com/.
2005 Dec 21
0
Prototype: correct useage of onComplete with Ajax.PeriodicalUpdater
Hello all,
I know it''s a Prototype question, but I hope someone can tell me what
I''m doing wrong (I hope Prototype gets documented soon ;-(
Problem: using a onComplete callback with Ajax.PeriodicalUpdater
(using scriptaculous 1.5 with Prototype 1.4)
Works:
function fooBar() {
Element.hide(''foobar'');
}
new
2006 Nov 08
1
Yet another periodicalupdater question
I have something I want to do with the periodicalupdater..
1) place text in a field by id (I know how to do this part as
periodicalupdater makes is quite easy)
2) run a javascript statement to assign a value to a variable.
Any ideas how I can do this with one periodicalupdater statement?
Thanks,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2005 Dec 21
1
RE: Prototype: correct useage of onComplete withAjax.PeriodicalUpdater
>From a quick look at the source code, it looks like onComplete is only
called when the whole thing is done - in the case of Updater, right
after the update, in the case of PeriodicalUpdater, right after it has
been stopped.
It looks like you need to pass your callback method as an ''insertion''
method in the options. This takes two parameters, the first will
probably be the
2006 Jul 17
1
RJS and PeriodicalUpdater -- example?
In a controller, I''m trying to do
def do_some_periodic_thing
render :update
page << ''var foo = new Ajax.PeriodicalUpdater("someDiv",
"/some/path", {asynchronous:true, frequency:1, evalScripts:true} );''
end
end
In the view, I have
<%= link_to_remote "Test Periodical", :url => { :action =>
2007 Aug 29
1
Re: using Ajax.PeriodicalUpdater in iPhone
it''s probably the iPhone.
I mean, would you *really* want your phone to be connected to the internet
all the time?
On 8/28/07, richieright-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <richieright-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
>
> Hi,
>
> I met a strange problems with PeriodicalUpdater in iPhone. This timer
> event will last only four or five
2007 Feb 23
4
Does Ajax.PeriodicalUpdater have a shield against multiple parallel executions?
Hello
Does Ajax.PeriodicalUpdater have a shield against multiple parallel
executions?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email
2005 Jul 27
1
Upload Progress, Error in Ajax.PeriodicalUpdater
Hi,
I''m using Upload Progress class of rails and geting this javascript
error in js console:
"*Ajax.PeriodicalUpdater is not a constructor*"
The view have somethink like:
<%= form_tag_with_upload_progress( {:action => ''create_gallery''},
{ :name => ''new_gallery'',
:begin =>
2005 Sep 02
3
Ajax.InPlaceEditor
Hello,
I have just subscribed to the list. I am having problems with the
Ajax.InPlaceEditor. I am getting different results when I use Firefox
and IE.
The problem is: On IE, when I click submit in the InPlaceEditor form,
the form posts to itself (my InPlaceEditor code is on /test/index.html,
and the form posts to /test/index.html) and passes a paramater of
''value''
2007 Nov 06
1
User keywords limit to 26
Hi,
I'm planning to use dovecot 1.0.5 for a webmail using a lot of user-
defined tags.
Recently, I just saw the limit of 26 of them when messages are stored
in maildir format.
This is an important issue for me, since I didn't find how to remove a
flag from the dovecot-keywords database.
Is there any plan to get rid of the keywords limit ?
Or perhaps the new dbox storage format can
2008 Apr 21
0
Stopping Ajax.PeriodicalUpdater based on response
I have an Ajax.PeriodicalUpdater updating a div on my page and I want
to be able to execute the stop method when the div contains certain
content. As I understand it, I cannot pass in an options.onComplete
handler and onSuccess is executed before the response is completely
interpreted by the browser. I tried using Ajax.Responders, but that
didn''t seem to help. Do I need use AjaxUpdater
2007 Mar 07
0
PeriodicalUpdater with Logarithmic decay
Greetings all,
So, I''ve finally found a place to play around with the
Ajax.PeriodicalUpdater. In looking at the API, I''m liking the decay
option -- not necessarily for my current purpose, but just to keep in
mind -- and I have a question: can the decay be a function which
returns an integer? Basically, why I''m looking for is a logarithmic
decay (where the system
2008 Jun 13
3
dynamically change frequency in periodicalUpdater
Hello All,
I''ve seen this topic but it seems no one has post a response. I''m
using periodicalUpdater to display live content queried from a
database. Sometimes the result can be thousands of rows and before it
finishes processing (displaying as a visual indicator) all the data,
the next request is sent to the server. I''d like to have a
periodicalUpdater whose
2016 Jul 02
3
Need help Compiling Samba
Hi,
I was recently using Samba 3.6.0 on AIX 6100-09-06-1543, but that has a
security vulnerability.
Therefore, I tried to compile Samba v4.4.4 on AIX 6100-09-06-1543. I am
using Python 2.7.11.
After running ./configure I get the following error.
/usr/local/samba-4.4.4/wscript:106: error: the configuration failed (see
'/usr/local/samba-4.4.4/bin/config.log')
I can send you more
2005 Dec 21
1
RE: Prototype: correct useage of onCompletewithAjax.PeriodicalUpdater
The only call that PeriodicalUpdater will make periodically to you is
the insertion call.
I think of onComplete as being ''I''ve done everything I was going to do'',
which for Updater is right after it''s done a single update, but for
PeriodicalUpdater, it''s after it''s finished all of its updates, so
you''ll only get it once for any call