[Proto-Scripty] Re: Problems getting stopObserving to work

2008-09-23 Thread Jerod Venema
On Tue, Sep 23, 2008 at 3:05 PM, FigglesKoy <[EMAIL PROTECTED]> wrote: > > I have some code for a lightbox below: > > LightBox.prototype.showBox = function(){ > >... > >//Assign event handlers >this.okBtn = this.lbElm.select('INPUT.control.ok')[0]; >if(this.okBtn) >

[Proto-Scripty] need help with AJAX responders

2008-09-23 Thread buda
so I have a problem: in a page I have a tree and a detail area when I select a leave in a tree - I start an AJAX call which gets some data and some interface displays in detail area, which in turn start another AJAX call for retreaving some data for the interface Iа I click wery quikly on the dif

[Proto-Scripty] Problems getting stopObserving to work

2008-09-23 Thread FigglesKoy
I have some code for a lightbox below: LightBox.prototype.showBox = function(){ ... //Assign event handlers this.okBtn = this.lbElm.select('INPUT.control.ok')[0]; if(this.okBtn) { this.okBtn.observe('click', this.okClick.bind(this));

[Proto-Scripty] yet another show/hide example

2008-09-23 Thread solidhex
Hi All I need to setup a show/hide navigation with nested elements. I've gotten it to work, but it seems like my code is kind of clunky and sloppy. Anyone have any ideas on how to make it better? Looking forward to hearing input. Oh, and this is my first discussion here :) http://solidhex.com

[Proto-Scripty] Re: runtime error r6025 ie6 - Anyone seen this???

2008-09-23 Thread PhillipS
I resolved the issue that I was having by correcting some loose markup. I was using instead of , and IE hates when you are not explicit. Still, crashing the browser is an extreme ramification for a markup error. Sorry to have posted it here as it is obviously not a Prototype / Scriptaculous is

[Proto-Scripty] Re: Is there an event or method to determine when an animation has completed

2008-09-23 Thread jdalton
http://github.com/madrobby/scriptaculous/wikis/core-effects the "afterFinish" callback. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to prototy

[Proto-Scripty] Is there an event or method to determine when an animation has completed

2008-09-23 Thread [EMAIL PROTECTED]
I have a set of effects that run based on an onclick event. The first effect hides the link that affected the effect and then a second effect is used to show a new div. Is there a way to determine when an effect has completed, I want to be enable the links in the newly visible div only after the

[Proto-Scripty] runtime error r6025 ie6 - Anyone seen this???

2008-09-23 Thread PhillipS
Does anyone know anything about this error or how it could be resolved? Runtime Error! Program C:\PROGRAM FILES\INTERNET EXPLORER\IEXPLORE.EXE R6025 pure virtual function call what M$ has to say: http://support.microsoft.com/kb/125749 When this error appears ie6 crashes, usually with no error r

[Proto-Scripty] Re: Element.fire event order

2008-09-23 Thread jdalton
DOM Level 3 working draft says there should be a First in first out order. http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-flow "This is the list of all event listeners that have been registered on the current target in their order of registration." "Finally, the implementation must pr

[Proto-Scripty] Re: Using HTTPS

2008-09-23 Thread Walter Lee Davis
Mine's a stout! Walter On Sep 23, 2008, at 10:44 AM, T.J. Crowder wrote: > @Walter: Jinx! ;-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send emai

[Proto-Scripty] Re: Using HTTPS

2008-09-23 Thread T.J. Crowder
@Walter: Jinx! ;-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to prototype-scriptaculous@googlegroups.com To unsubscribe from this group, se

[Proto-Scripty] Re: Using HTTPS

2008-09-23 Thread T.J. Crowder
Hi, > How can I use https calls with the prototype ? Just like using them without Prototype. Is there a specific issue you're running into? One thing to keep in mind if you're using XHR (e.g., Ajax.Request and such) is that you can't mix http and https, because they're different protocols and

[Proto-Scripty] Re: Using HTTPS

2008-09-23 Thread Walter Lee Davis
If the parent page is https, then any calls from within that page will be https, no extra effort needed. I did a site last year, demo'd it on regular http, moved it to https, made absolutely no changes to code and everything in the site (regular requests and Ajax) is in https. Make sure tha

[Proto-Scripty] Using HTTPS

2008-09-23 Thread bob
How can I use https calls with the prototype ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to prototype-scriptaculous@googlegroups.com To uns

[Proto-Scripty] Re: Scripts at bottom and 'dom:loaded' event

2008-09-23 Thread Justin Perkins
On Tue, Sep 23, 2008 at 7:20 AM, RobG <[EMAIL PROTECTED]> wrote: > Bottom-loading scripts is beneficial where there is a lot of *script* > and you don't want processing of HTML delayed while the script is > loading. Of course if you are depending on your script doing a lot of > stuff before the p

[Proto-Scripty] Re: Scripts at bottom and 'dom:loaded' event

2008-09-23 Thread RobG
On Sep 23, 9:56 pm, Olivier Jaquemet <[EMAIL PROTECTED]> wrote: > On Sep 22, 4:23 pm, "Justin Perkins" <[EMAIL PROTECTED]> wrote: > > > On Mon, Sep 22, 2008 at 3:47 AM, Olivier Jaquemet > > > <[EMAIL PROTECTED]> wrote: > > > And most importantly, is it still true if ones follows the Yahoo > > >

[Proto-Scripty] Re: Element.fire event order

2008-09-23 Thread ColinFine
On Sep 22, 10:04 am, "T.J. Crowder" <[EMAIL PROTECTED]> wrote: > Hi, > > As far as I'm aware the order in which event handlers are triggered is > implementation-dependent "It is important to understand the the DOM standard makes no guarantees about the order in which the handler functions of a

[Proto-Scripty] Re: Scripts at bottom and 'dom:loaded' event

2008-09-23 Thread Olivier Jaquemet
On Sep 22, 4:23 pm, "Justin Perkins" <[EMAIL PROTECTED]> wrote: > On Mon, Sep 22, 2008 at 3:47 AM, Olivier Jaquemet > > <[EMAIL PROTECTED]> wrote: > > And most importantly, is it still true if ones follows the Yahoo > > Performance Guideline #6, that is put script on bottom of page. > >http://deve

[Proto-Scripty] Re: A Runtime Error has occured : java.lang.NosuchFieldException: _extendedByPrototype

2008-09-23 Thread Hilberty
Ticket is #354. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to prototype-scriptaculous@googlegroups.com To unsubscribe from this group