[Proto-Scripty] Re: Prototype scriptaculous does not work

2008-11-04 Thread T.J. Crowder
Hi, What steps have you taken to try to diagnose the problem? For instance, are any errors reported in the above? (I suspect there are.) Since Prototype script.aculo.us *do* work... Some off-the-cuff things I notice about the above: 1. AFAIK, there's no fade() method on Element, looking at

[Proto-Scripty] Scriptaclous Problem

2008-11-04 Thread alohaaaron
Hi, For some reason the demo examples of scriptaculouos to do an autocomplete drop down don't work on IE. I download the latest version of scriptaculous and run the ajax_autocompleter2_test and it doesn't give me the dropdown lists in IE but it works fine in firefox. But their example here

[Proto-Scripty] Re: Error with droppable

2008-11-04 Thread Alejo
As I see nobody answers my question, here I have some more details about the problem: The draggable elements now show in text selection mode, when they didn't do that before. Thank you in advance for your help. alejo On 31 oct, 18:17, Alejo [EMAIL PROTECTED] wrote: Hi! I am building an

[Proto-Scripty] In a bind...

2008-11-04 Thread James Hoddinott
So I'm not entirely sure if this is a bind issue, a defer issue or something else that I'm unaware of. The scenario is this; the page loads, when this is done an Ajax.PeriodicalUpdater call is made to load the 'dticketlist' with a list of live tickets. I want to be able to click on any one of

[Proto-Scripty] Prototype scriptaculous does not work

2008-11-04 Thread jeaswe
I have downloaded Scriptaculous1.8.1, and am using prototype for quite a while. But I can't get it working, not the simplest test shows any signs of life. The simple script below does not work, nothing happens. Could anyone put me on the track? regards jea,sweden !--html head script

[Proto-Scripty] Re: In a bind...

2008-11-04 Thread Alex Mcauley
you are resetting evt on the invoke ... try onSuccess:function(e) { $$('li.clickinc').invoke('observe','click',function(evt) { `e` bing the object to get the responseText from and `evt` being the element that was clicked } - Original Message - From: James Hoddinott

[Proto-Scripty] Re: Prototype.js has SSL errors on IE7*

2008-11-04 Thread Alex Mcauley
i am sure that everything inside the https page needs to be https linked including all images and all scripts - Original Message - From: [EMAIL PROTECTED] To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Tuesday, November 04, 2008 8:59 AM Subject:

[Proto-Scripty] Re: Help! Clicking on onclick event handler too quickly breaks Effect.BlindUp/Effect.BlindDown

2008-11-04 Thread Paul Kim
Hi Baglan, Thanks for pointing me in the right direction. Now it works perfectly! Thank you! - Paul On Tue, Nov 4, 2008 at 4:45 AM, Baglan [EMAIL PROTECTED] wrote: Sure, there's a feature called 'queues': http://github.com/madrobby/scriptaculous/wikis/effect-queues You can queue the

[Proto-Scripty] Re: Prototype.js has SSL errors on IE7*

2008-11-04 Thread T.J. Crowder
Hi, Check out this thread on the old users discussion group: http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/7daae29348b1c258/9bfe1c4d87bfc640 (Although I use Prototype 1.6 on a site with SSL and don't see any errors with IE; looking at the options, I don't see a

[Proto-Scripty] IE6 -- No change of cursor while moving an image

2008-11-04 Thread Fernando
Hi everybody, I got a strange situation: in IE6, while my JavaScript is running, the mouse cursor changes evertime, instead of always being the same type (default). This behavior does not occurs in IE7 or FF, only in IE6. Now, the fun: if I open de Gucci website (http://www.gucci.com/us/

[Proto-Scripty] Re: Scriptaclous Problem

2008-11-04 Thread bluezehn
Well if the demo works it clearly is compatible. A note for the future is versions of IE are different; try it in IE6, IE7. Google multiple IE if you have one but not the other. This is my advice though: Copy and paste the example on the scriptaculous site that works fine for you, onto your