[Proto-Scripty] effect.opacity issues

2009-02-28 Thread Russell
Hi There, First off let me say I am new to all of this, so if I sound a bit lost it is because I am :) I am trying to use the Effect.Opacity event to fade in a div when a user clicks the link. As this DIV sits in the main page, it's default state is hidden, so when clicking the link the DIV's

[Proto-Scripty] problem of preview a website using Prototype

2009-02-28 Thread SamuelXiao
I am writing javascript code to show web page preview. There are links in my website (e.g. 4 links), when user move mouse over each a/a (a class called toplink is assigned to each a tag), a preview content box is shown , it works well in the following way: window.onload = initAll; var xPos,

[Proto-Scripty] Re: Prototype effects below flash animation

2009-02-28 Thread Walter Lee Davis
I'm not sure this will help in all cases. Flash content cuts a window all the way through the z-axis of the page, nothing (except more Flash) may be drawn in a movie's airspace. The browser hands over screen-drawing in the entire rectangle of the movie to the Flash plug-in. If you want to

[Proto-Scripty] Re: Delay Required after Ajax.Request() ... How to?

2009-02-28 Thread Tobie Langel
TJ, I think BearState is just missing the async nature of ajax. Best, Tobie On Feb 27, 11:17 pm, T.J. Crowder t...@crowdersoftware.com wrote: Hi, No, the only real solution here, is to split the module at the point of the Ajax.Request() call...Then,  call the remainder wrapped in a

[Proto-Scripty] Re: I have a problem with building prototypejs with rake

2009-02-28 Thread buda
Help me please On 27 фев, 21:50, buda www...@pochta.ru wrote: any dance with tambourine around   $ git submodule init   $ git submodule update doesnt help me : Early it was enough to call rake dist to make a file While now its so difficult??? How to get the latest release??? On

[Proto-Scripty] Re: I have a problem with building prototypejs with rake

2009-02-28 Thread Richard Quadling
2009/2/28 buda www...@pochta.ru: Help me please On 27 фев, 21:50, buda www...@pochta.ru wrote: any dance with tambourine around   $ git submodule init   $ git submodule update doesnt help me : Early it was enough to call rake dist to make a file While now its so difficult??? How

[Proto-Scripty] Ajax.Updater home-brew autocompletion timing issue

2009-02-28 Thread Jonny Nott
I use the following Ajax.Updater code to auto-complete (refresh) the options within a select box according to text entered into an input [type=text]. The code is part of a function which is envoke by the 'onkeyup' event on the input: new Ajax.Updater(targetSelect.identify(), xhrRequestUrl, {

[Proto-Scripty] Re: Delay Required after Ajax.Request() ... How to?

2009-02-28 Thread Richard Quadling
2009/2/28 Tobie Langel tobie.lan...@gmail.com: TJ, I think BearState is just missing the async nature of ajax. Best, Tobie On Feb 27, 11:17 pm, T.J. Crowder t...@crowdersoftware.com wrote: Hi, No, the only real solution here, is to split the module at the point of the Ajax.Request()

[Proto-Scripty] Scriptaculous in Joomla

2009-02-28 Thread doppelganger
HI, I am trying to install the Scriptaculous system in my Joomla website but all I see is the script code on my webpage. Even the examples do not work but only show up as code on the webpage. It states clearly in the instructions to include the code : script