[Proto-Scripty] empty text area in opera

2009-08-16 Thread andy
When I load the following html page in opera the text area appears empty. The script works fine in firefox. If I view the DOM in dragonfly the innerHTML of the textarea appears to be set. Does anyone know what I'm doing wrong or maybe this is a known bug in opera? Prototype Version:1.6.0.3

[Proto-Scripty] Re: Is it posible multiple Inheritance?

2011-10-21 Thread Andy
On 13 Okt., 18:05, buda www...@pochta.ru wrote: I need to create class which is inhereted from enumerable module, sortable class and observable class Is it possible in one operation call? Just use Object.extend() var MyClass = Class.create(); Object.extend(MyClass.prototype, Enumerable);

[Proto-Scripty] Error help needed : Prototype is not defined

2013-03-19 Thread Andy
Hi all, I am having an error with the script. ReferenceError: Prototype is not defined ./js/effects.js Line 73 The line is linear: Prototype.K, Any assistance would be greatly appreciated. Thank you -- You received this message because you are subscribed to the Google

[Proto-Scripty] IE 6.0.2900.2180.xpsp_sp2_rtm.040803-2158 Problem

2009-07-06 Thread Andy Wenk
. Are there any known problems with exactly this version of IE? Especially with https:// ? We don't think that the error has anything to do with Javascript or our programming. But we have to make sure that this is a fact and not just our idea ... Every comment is higly appreciated. Cheers Andy

[Proto-Scripty] Form array causes problems in ie 7 and below

2009-07-28 Thread Andy Daykin
'].getValue().match(/^(\d{4})?$/)) { The script is working fine in all other browsers, including ie8. What can I do to fix this? Thanks, -Andy Daykin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype

[Proto-Scripty] Re: Effect.Morph query

2009-07-28 Thread Andy Daykin
of the previous element was though, is there a way to achieve this? Cheers Andy --~--~-~--~~~---~--~~ 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

[Proto-Scripty] Effect.Appear Fade in IE

2009-08-07 Thread Andy Daykin
. The Effect.Fade is working though in those versions of IE. In IE 8 the Effect.Fade isn't working, and the Effect.Appear is sort of working, but the positioning is off. The js file I am using for these effects is http://spanglerdesign.com/test/askmary/public/js/EatBetter.js Thanks, -Andy p.s

[Proto-Scripty] this keyword inside of the map function

2009-08-19 Thread Andy Daykin
Hello, I am having some difficulties writing a class, in my code I have a class where I need to be able to bind event listeners to values. In my code I want the variable pointerIndex to be accessible outside of the initialize function, but right now it is not. If I make a global variable for

[Proto-Scripty] Re: this keyword inside of the map function

2009-08-19 Thread Andy Daykin
I tried putting this as the first argument to bind, but the function doesn't get called. Am I using the right syntax for calling the function -Andy -- From: Kevin Porter k...@9ballpool.co.uk Sent: Wednesday, August 19, 2009 5:14 PM To: prototype

[Proto-Scripty] Re: this keyword inside of the map function

2009-08-20 Thread Andy Daykin
I tried the first suggestion, but the function still isn't getting called. TJ, can you explain more, or show an example of what the context param would look like? Should I just put the doSlide function as the 2nd parameter? -Andy -- From: T.J

[Proto-Scripty] Re: yes, but Mootoolls do that -ImageMenu-

2009-08-25 Thread Andy Daykin
The Effect.Move and Effect.Morph could probably do the trick. From: Alex McAuley Sent: Tuesday, August 25, 2009 12:56 PM To: prototype-scriptaculous@googlegroups.com Subject: [Proto-Scripty] Re: yes, but Mootoolls do that -ImageMenu- Its just an accordian that uses mouseover/out Alex

[Proto-Scripty] Re: this keyword inside of the map function

2009-08-26 Thread Andy Daykin
Thanks a lot! It's working perfectly now! -Andy -- From: Daniel Rubin dru...@dimedis.de Sent: Wednesday, August 26, 2009 3:01 AM To: prototype-scriptaculous@googlegroups.com Subject: [Proto-Scripty] Re: this keyword inside of the map function

[Proto-Scripty] Re: Mouseover Fade/Apear Glitches

2009-08-29 Thread Andy Daykin
Try using the effect.cancelTake a look at the example I made at http://glucocardusa.com/mini_faceplates.php, look at what happens when you hover over the faceplates. Queues would be another way to do it. -Andy -- From: Topsoft Web Design i

[Proto-Scripty] Prototype Selector Speed

2009-09-20 Thread Andy Daykin
is in alpha state, although it has been that way since June. Thanks, -Andy --~--~-~--~~~---~--~~ 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

[Proto-Scripty] Re: Prototype Selector Speed

2009-09-21 Thread Andy Daykin
Ok I'm glad to hear that the selector speed will improve with the sizzle, that's what Dojo uses too. Dojo and JQuery always finished first/second in the slickspeed tests. Is there a release date planned for scripty2? How active is that project? -Andy

[Proto-Scripty] Re: Prototype.jExtension

2009-11-09 Thread Andy Daykin
ditto - sounds interesting, let us know when it's up! -Andy -- From: speedpac...@gmail.com Sent: Monday, November 09, 2009 8:29 AM To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Subject: [Proto-Scripty] Re

[Proto-Scripty] Re: Working Demo?

2009-11-16 Thread Andy Daykin
Scripty2 is in alpha stages and may be out soon it might be worthwhile holding out for a stable release of that. -- From: Thomas.Paine tpa...@gmail.com Sent: Monday, November 16, 2009 1:35 PM To: Prototype script.aculo.us

[Proto-Scripty] Uploading an image with Ajax.request

2009-12-11 Thread Andy Daykin
to access the image with php, I have been using $_FILES['file']['name'] to try and access the image, but I can't get it. Do I have to use an iframe for this, or will it work somehow using Ajax.request and trying to get the file in the form? Thanks, -Andy Daykin -- You received this message

Re: [Proto-Scripty] Convert php code into DLL?

2010-01-13 Thread Andy Daykin
http://wiki.php.net/internals/windows/stepbystepbuild I'm doing the same thing right now, that guide should be sufficient. From: mahen Sent: Wednesday, January 13, 2010 4:28 AM To: Prototype script.aculo.us Subject: [Proto-Scripty] Convert php code into DLL? Hi everybody I wanna to know

[Proto-Scripty] Autocompleter and IE11

2014-01-06 Thread Andy Wallace
, so if there is an alternative, I'd rather use that in the short run. Thanks, Andy awall...@cisdata.net -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To unsubscribe from this group and stop receiving emails from it, send

Re: [Proto-Scripty] Autocompleter and IE11

2014-01-07 Thread Andy Wallace
Thanks, Walter, we'll take a look. I was hoping to find a way to fix this one - it looks like IE11 is grabbing the mouseclick event before it gets down to the Autocompleter itself. SIgh. Thanks again, Microsoft. andy On Monday, January 6, 2014 7:51:48 PM UTC-8, Walter Lee Davis wrote