Hi Robert,

That's another problem, if prototype is loaded dynamically, it's a
kind of lazyloading you need.
just look at some code that aleready exist:
==> http://ajaxian.com/archives/a-technique-for-lazy-script-loading
==> http://www.bram.us/projects/js_bramus/lazierload/

Both use prototype, but the important thing is how to handle callback,
which is not prototype dependant.

--
david


On 17 fév, 01:43, chienr <chi...@gmail.com> wrote:
> Hi david, I don't have an example to show you, and it happens so
> randomly. FWIW, I'm loading prototype on-demand with
> element.appendChild(), which probably complicates things a little.
>
> I just found reference to setInterval() in Javascript, will look into
> that to see if it fits my needs.
>
> Thanks.
>
> On Feb 16, 3:50 pm, david <david.brill...@gmail.com> wrote:
>
> > Hi robert,
>
> > It's hard to guess your problem, but, javascript are loaded
> > synchronously, so that not the reason.
> > If you have an exemple, I could help you? a little bit more !?
>
> > --
> > david
>
> > On 16 fév, 23:31, chienr <chi...@gmail.com> wrote:
>
> > > Hi,
>
> > > Intermittently, I get a browser popup error that says:
>
> > > ========================================================
> > > RJS error:
>
> > > TypeError: Value undefined (result of expression Element.insert) is
> > > not object.
> > > ========================================================
>
> > > My suspicion is that since included javascripts are loaded
> > > asynchronously, sometimes prototype.js doesn't finish loading before
> > > the page.insert_html is called. Does it sound right? If so, I suppose
> > > the solution involves testing whether Element.insert is defined, and
> > > if not, wait a little while and test again. What's the best way to do
> > > this as there's no sleep() in javascript?
>
> > > Any assistance is appreciated.
>
> > > Thanks,
> > > Robert
--~--~---------~--~----~------------~-------~--~----~
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, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to