Displaying 20 results from an estimated 8000 matches similar to: "PeriodicalUpdater and popups."
2006 Jun 14
1
Cross Browser Popups
Hi,
Does anybody have a little cross-browser piece of code
to resize a popup ?
Excatly, I don''t know if it is possible ?, I would like to open
a popup on the side of an existing window like if it would be a tabpane.
So reducing window width by the width of the popup, set the popup on
the side of the window. And the best of the best: when the window is
resize, resizing the popup also
2006 Jun 20
10
Next script.aculo.us release, help needed
Hey there!
I''m in the process of looking through the various bug reports and
tickets and
fixing script.aculo.us as I go along.
As I want a 1.6.2 bugfix release to happen this week, please help me
out with:
- Looking throught the open bugs list on the trac, testing stuff and
giving helpful comments (like "+1")
- Identifiying what bugs/patches should be included (answer to
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 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
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
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
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
2008 Jan 05
4
PeriodicalUpdater onComplete broken?
Using the PeriodicalUpdater, I''m finding the onComplete is not firing.
I thought I''d get some feedback here before filing a bug report.
http://ianty.com/updater/update_test_1.6.0.1.html
http://ianty.com/updater/update_test_1.6.0.html
The above are examples of this for prototype 1.6.0 & 1.6.0.1.
I''m expecting the onComplete to fire after the update takes place, per
2008 Jan 22
3
prototype 1.6 Ajax.PeriodicalUpdater executing old scripts??
Hello ,
I have a PeriodicalUpdater executing every x seconds and sends a ajax
request to update an element.
Each time it comes back, the element is getting replaced with some
html and and possibly <script>coolFunction()</script>.
This seems to work fine when for prototype 1.5.
However when I upgraded to prototype 1.6, it seems to execute
coolFunction() as many times as the request has
2007 Sep 28
3
Why PeriodicalUpdater doesn't work on Internet Explorer?
I have the following code:
<script type="text/javascript">
Event.observe(window, ''load'', function() {
var updater = new Ajax.PeriodicalUpdater(''chatbox'', ''chat.php'',
{method: ''get'', asynchronous: true, frequency: 0.55, decay: 2,
onSuccess: function(){$(''chatbox'').scrollTop=$
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
2006 May 02
6
Stopping the Ajax.PeriodicalUpdater -- My Kludge?
Well, I''ve been burning the midnight oil trying to figure out how to
issue the stop() command to a PeriodicUpdater. I''ve come up with a
solution that uses setTimeouts to call the stop function. I think my
solution is very kludgey... especially since I''m new to Javascript +
Prototype.
Can anyone let me know if the below code is at all proper? :)
---------
Summary: A
2007 Mar 01
3
Ajax.PeriodicalUpdater using Effect.Highlight to highlight newly loaded div
Hi folks. So far I have managed to get dataloading into a div froma
php script. This script just passes the time on the server in a div to
the javascript below. I am trying to get the last loaded data to call
Effect.Highlight but it seems to highlight the 2nd last data instead.
Can anyone see what''s going wrong here? I''ve tried everywhere to solve
this.
Check the code in action
2007 Nov 19
3
link_to and GET parameters
Hi,
I am trying to generate a link to external site with GET parameters
( in new window).
I tried following code, but it does not produce any parameters.
<%=link_to "Open New Page", "https://www.foo.com/page/", {:popup =>
true}, {:param1 => "value1", :param2 => "value2"}%>
and
<%=link_to "Open New Page",
2006 Dec 10
2
popups, queue & agents
Hi everyone -
I have a nicely working system to which I'd like to add popups for
incoming calls. Calls go into a queue, then all extensions ring.
I'd like the agent that answers to call to get the popup on screen.
I'm currently using Flash Operator Panel to get a popup (other
suggestions welcome). Currently, all users get a popup when the call
first goes into the queue
2007 Jan 12
5
Popup/Tooltip Dialog windows using AJAX?
Hello,
Can anybody point me to a sample of popup/tooltip using Prototype?
I saw examples for windows and also for tool tip but what I want is a little bit different.
I want the same fuctionality which exists at yahoo mail login.
https://login.yahoo.com/ -> on the right corner you have a Prevent Password Theft image. On mouse over you see a tooltip.
Now the good think in this solution is that
2012 Mar 30
1
Popups not appearing for leaflet using mxn 2.0.18
Good day,
I''m trying out the new Leaflet provider using the 2.0.18 release.
Unfortunately, I haven''t been able to get a marker bubble (popup) to
appear after clicking on the marker. I think my use of Mapstraction is
correct as I see a popup appear for the googlev3, ovi, and openlayers
providers when I switch with no other changes to my code.
Is there a step I''m
2006 Jan 23
7
Tooltips.js
Hi,
there already had been a Tooltips implementation [1] but i wasn''t to
happy with that one, not only because they didn''t support simple
mouse-hover tooltips (just as they appear when you are using title
attributes)
But writting this lib was also a good way to get into script.aculo.us
and prototype.js. (and i can''t say how impressed i am)
So here it is:
An all
2004 Aug 07
1
end_modal question
Really stupid question, but have you wrapped this all in an App class? If you don''t have a
wxApp subclass driving your applications then all sorts of badness would happen.
> I''m writing a custom little application for my boss''s high school
> football team to track there stats play by play.
>
> My problem is that when I start the application, it
2015 Jun 13
3
C5 : Firefox 38 bug
On 06/12/2015 12:36 PM, Jonathan Billings wrote:
> On Sat, Jun 13, 2015 at 12:22:13PM -0600, jd1008 wrote:
>> No Jonathan.
>> I mean websites whitelisted and not exposed in the
>> whitelist tab.
> I'd certainly like to see proof of this claim.
>
>
> Are you sure you're not thinking about Adblock Plus and its "bribe us
> and we'll whitelist