[Proto-Scripty] Re: Ajax.Request, parameterrs, JSON, and ASP.NET - Invalid JSON primitive

2008-09-10 Thread david
to be a server side problem ?? not a real PROTOTYPE problem -- david. On Sep 4, 2:31 am, Maulkye [EMAIL PROTECTED] wrote: Hello all, I keep getting this error message (Invalid JSON primitive) when I try to call an Ajax.Request with the 'applicatio/json' content type.  I've tried formatting

[Proto-Scripty] Re: Anyone else having Prototype problems on Google Chrome?

2008-09-10 Thread david
Hi all, I have the same problem, but I notice that extended element are not extended anymore when the javascript console is open, when you close it, everything is normal ?? -- david On Sep 9, 11:35 am, Sebastian [EMAIL PROTECTED] wrote: i am having the same problem (sometimes) and can

[Proto-Scripty] Re: Effects.toggle messes up the overflow style

2008-09-12 Thread david
Hi Hugo, depending on effect, sometime scrtiptaculous change CSS properties, the only method i found was to check before the effect the CSS propertiy, save it and on afterFinish event, set the saved value. -- david On 12 sep, 13:11, Hugo Palma [EMAIL PROTECTED] wrote: I'm using

[Proto-Scripty] Re: Trouble with Element.extend in cross-window interaction in IE

2008-09-12 Thread david
Hi dolzenko, If I understand, you extend the window1 with window2 object ??? Why not extending with static method, so event if a window is present or not, the element is extend -- david On 11 sep, 09:00, dolzenko [EMAIL PROTECTED] wrote: Say we have two windows. Window2 operates (and extends

[Proto-Scripty] Re: draggable item inside container w overflow:hidden , zindex issue ...

2008-09-17 Thread david
Hi prima, just one remark when using z-index: be sure to have the CSS property position set to absolute otherwhise the z-index does not work. -- david On 15 sep, 15:06, prima [EMAIL PROTECTED] wrote: Hey, Even i am facing the same problem. I tried to play with the zindex propert

[Proto-Scripty] Re: IE6 odd behaviour while loading ajax

2008-09-17 Thread david
Hi Nelson, you could try the onComplete event for the ajax request, perhaps it handle more case than just onSuccess ? -- david On 17 sep, 03:07, Diogo Neves [EMAIL PROTECTED] wrote: On Tue, Sep 16, 2008 at 10:26 AM, Nelson Lim [EMAIL PROTECTED] wrote: Hi guys, I'm new to prototype. I've

[Proto-Scripty] Re: delegating the event on document

2008-09-18 Thread david
Hi Rauan, A question, does the focus effect bubble ?? because this work: $(document.body).observe('click', function(e) { var _elem=Event.element(e); alert(_elem.tagName); return; }); but not the same code when you use the focus event instead of the click event works. -- david On 18

[Proto-Scripty] Re: order of operations

2008-09-18 Thread david
does in the AJAX;request, just verify on Complete, onFailure and accordingly do what you have to hope I answer you question ! -- david --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group

[Proto-Scripty] Re: Move a sortable with javascript

2008-09-18 Thread david
is : http://github.com/madrobby/scriptaculous/wikis/sortable And when you create 2 sortables, you could dragg element from the first one to another one. -- david On 18 sep, 18:17, fintch2309 [EMAIL PROTECTED] wrote: Is there any way to move sortable items around using javascript?  I want

[Proto-Scripty] Re: 7 new messages in 7 topics - digest

2008-09-18 Thread david
without any JS and it's harder to debug :) So reply if I'm wrong in my answer. -- david On 18 sep, 12:55, david [EMAIL PROTECTED] wrote: Hi Hugh, Now for my question: I would *like* to be able to drag-click an AddQ button and be able to drag the new question directly to where I want

[Proto-Scripty] Re: order of operations

2008-09-19 Thread david
Hi brent, My answer was in case you'll have form without file upload (which is not the case). I don't think there is much more than what you do :) -- david On 18 sep, 19:31, BrentNicholas [EMAIL PROTECTED] wrote: David, The answer Matt had got me started, but I'm wondering if the called

[Proto-Scripty] Sortables.create and recursion

2008-09-26 Thread David
/li /ul Sortable.create('myMenu'); But it take only the first level into consideration... Any ideas ? Thank you for your help David --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group

[Proto-Scripty] Re: Effect.toggle slide doesn't work well with unordered/ordered list elements

2008-10-31 Thread david
) and call the slide effect onto the div level. -- david On 31 oct, 05:23, kimbaudi [EMAIL PROTECTED] wrote: Hi, I was inspired byhttp://www.exit404.com/2005/57/unobtrusive-persistant-scriptaculous-e... to create a menu that would expand and contract the menu whenever I click on the menu header

[Proto-Scripty] Re: Display:none causes script.aculo.us sliders to initialize incorrectly!

2008-10-31 Thread david
. -- david On 30 oct, 18:47, jack7890 [EMAIL PROTECTED] wrote: I've developed a set of sliders using script.aculo.us that allows my users to rate content.  The sliders work perfectly.  However, I'd like set the sliders to be hidden by default and to only appear when the user clicks a button.  So I set

[Proto-Scripty] Ajax Slider and handleImage

2008-12-05 Thread David
-bottom: 1px solid #333; position: absolute; } and thumb.gif is in the root directory of the webserver. But the image does not show up in the handle. Any examples of the Ajax Slider I can look at that uses the handleImage? Any pointers? Thanks, David

[Proto-Scripty] Using class variables from callbacks.

2009-01-07 Thread David
I'm having a problem where I can't access variables of the main class from callbacks. It seems like I should have to use a keyword like parent or something, but that didn't work. Any thoughts on this? //Sample Code var Controller = Class.create({ initialize: function() { //This variable

[Proto-Scripty] Re: trigger a 'change' event for a 'select' element

2009-01-30 Thread david
Hi Anjanesh, I use a simple bypass to this limitation: when observing an event, if it's a native event, I create a custom event native:click that reference the same call back to the original click observer. So firing this native:click event, does the job. -- david On 29 jan, 16:35, Peter De

[Proto-Scripty] Re: Rerouting Events

2009-01-30 Thread david
); $('real_file').fire('launch:file'); }); -- david On 30 jan, 03:03, Walter Lee Davis wa...@wdstudio.com wrote: That's what I meant about it being uneven in browsers. IE will appear   to do it, but then the resulting file won't actually upload. Safari   works perfectly. I still haven't worked

[Proto-Scripty] Re: Prevent Ajax.Updater Page Jumps

2009-01-30 Thread david
callback would update the desired element ?? -- david On 25 jan, 22:11, Michael J. Sprague mikespra...@gmail.com wrote: I've got a page that uses to Ajax.Updater calls to offset the load of two content sections that are long running. One section is in the middle of the page and one at the bottom. I

[Proto-Scripty] Re: document.viewport.getScrollOffsets() and document.observe('dom:loaded'...) do not work in IE6?

2009-01-30 Thread david
Hi Adam, I have tested the dom:loaded alert, and it work fine in IE6. it seems that the problem is elsewhere. -- david On 24 jan, 12:48, silverweb a...@newpoint.pl wrote: Hi! I'm struggling with some script, and I cannot make document.viewport.getScrollOffsets() and document.observe

[Proto-Scripty] Re: trigger a 'change' event for a 'select' element

2009-01-30 Thread david
Hi Lars, depending on the context, the DOM 0 events is still there and prototype does not break it so you're totally right to remember everybody it's still alive! But some could cry to offense, because of MVC but stop, it could launch a discution I did not want. -- david On 30 jan, 12:58

[Proto-Scripty] Re: Setting Response Header Charset to UTF-8 kills functioning in IE and returns ScriptError in Line 1372?

2009-01-30 Thread david
Hi lars, Look at this thread, it cvould be you're answer! http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/b5fca1bae6518827?hl=fr To summarize, it seems that IE does not handle very well UTF-8 XML content. Is it the same for HTML ?? -- david On 24 jan, 17:44, lars

[Proto-Scripty] Re: div is blinking after Effect.Opacity

2009-02-03 Thread david
; } } I also change the first Effect.Move and modify the option relative to absolute (I'm not sure that it's a very good solution but ??). because as I say, I thought it was a positionning problem. -- david On 3 fév, 13:09, david david.brill...@gmail.com wrote: Hi V1ru8, I now see

[Proto-Scripty] Re: IE 7 Enhanced Security

2009-02-03 Thread david
. IE has a strong security behaviour :)) -- david On 3 fév, 17:43, john.deig...@gmail.com john.deig...@gmail.com wrote: When loading a page that includes the prototype.js library (I've tried both 1.6.0.2 and 1.6.0.3), IE 7 pops up a dialog box that says Content from the Web site below is being

[Proto-Scripty] Re: Rerouting Events

2009-02-04 Thread david
it. If you like such a function, try to create your own, and extend the element ! -- david On 4 fév, 03:13, solidhex patr...@solidhex.com wrote: I should try asking this another way, because I dont think I was clear before. Is it possible to emulate the click() method that IE and Safari 3

[Proto-Scripty] Re: grabbing form values from multiple pages.

2009-02-04 Thread david
Hi sqaured, It seems, that you only transmit the value of the previous form to the DB, and for the third form to be generated, you need to pass first AND second one ! So this could be done in a couple of lines (I think). Give us your code, or a sample, we will surelly help. -- david On 2 fév

[Proto-Scripty] Re: slideright

2009-02-04 Thread david
fire ok'); } br / $('2').observe('click',function(){ alert('click received by DIV id=2'); }); /script /body I hope you will find what you need? -- david On 3 fév, 02:14, kidbrax braxton.be...@gmail.com wrote: Anyone know of a way to do a SlideRight/SlideLeft?  I have seen the BlindRight

[Proto-Scripty] Re: delayedobserver doesn't work with single character id

2009-02-04 Thread david
Hi kidbrax, do you have a live code i can use to test what you say? btw, I'm quite surprise that no one has ever use protopype functions to send query to Google ?? -- david On 3 fév, 20:36, kidbrax braxton.be...@gmail.com wrote: I am setting up a form to query our Google Mini.  Google's

[Proto-Scripty] Re: Who can tell me script.aculo.us's tree structure code like exploers?

2009-02-04 Thread david
Hi wangsuya, I've found that on Google. look at http://tafel.developpez.com/site/lang/en/samples.php it's a tree class based on prototype and scriptaculous. does it help?? -- david On 2 fév, 02:15, wangsuya wang.s...@gmail.com wrote: Dear everyone    I am trying to find tree structure

[Proto-Scripty] Re: Using setStyle to change background-image

2009-02-04 Thread david
Hi Eric, why not using the global background parameter? try following exemple which work on FF and IE (at least): $('myDiv').setStyle({background:'transparent url(wait.png)'}); -- david On 3 fév, 20:48, Walter Lee Davis wa...@wdstudio.com wrote: The thing is, it doesn't evaluate each

[Proto-Scripty] Re: Modifier Keys

2009-02-05 Thread david
('shopping_cart', { accept: 'products', onDrop: function(drag_elem,drop_elem,_evt) { if(_evt.shiftKey){ /* do action here as the shift key is pressed */ } } }); -- david On 5 fév, 04:25, tazz_ben b...@wbpsystems.com wrote: Forgive me if this is a dumb question

[Proto-Scripty] Re: validation for alphanumeric field/sequence

2009-02-05 Thread david
Hi Michael, Do you have any restriction, for the valid number sequence, because, we must create any regexp for a precise need. So what is you're EXACT need? -- david On 4 fév, 22:50, Michael mich...@vermontsnows.com wrote: Hi - I want to use this validation for an alphanumeric field. return

[Proto-Scripty] Re: Browser and PDF file in a iFrame interaction

2009-02-06 Thread david
the custom event. Or it could be possible to do it in the other way, by applying an event from the main page directly to the iframe (but I'm not successfull to do this). -- david On 6 fév, 15:19, disccomp discc...@gmail.com wrote: It looks like your on your way to a solution. It's one thing

[Proto-Scripty] Re: img attribute onmouseover doesn't work in IE after appeding the new image tak

2009-02-06 Thread david
the main part in IE6 ! I could not rty IE7, is it the version that have problems -- david On 6 fév, 13:51, manfred.kn...@freenet.de wrote: Hello mail list user, I hope you can help me one more time. A part of the websitewww.gerrits-worlddecor.de/neu/handcraft.php#is the table on the right

[Proto-Scripty] Re: draggables revert option don't behave correctly

2009-02-06 Thread david
the draggable to the droppable, and on the onDrop event show the alert. If true, just keep in place element and in case of false, just move YOURSELF the element to its original position. -- david On 6 fév, 09:27, irek s irek.skro...@gmail.com wrote: I have got problem with droppables and draggables elements

[Proto-Scripty] Re: Prototype.js / jQuery conflict

2009-02-06 Thread david
stopped so I'm not sure there is a way to resolve your problem. -- david On 6 fév, 00:48, dizzyjay dizzy...@gmail.com wrote: Is there a way to resolve this conflict within prototype?  My portal uses jQuery and I'm the only developer with a preference of prototype.js.   I've tried

[Proto-Scripty] Re: Simple slideup/slidedown effect won't work

2009-02-06 Thread david
Hi Serpico, If you add the box class to the closeme, it works better, but that's not it. If you would have a better effect, just remove the p tag ! -- david On 6 fév, 16:15, almeidap almei...@gmail.com wrote: I tested and adapted (removed XHTML references, used paragraphs instead of line

[Proto-Scripty] Re: Drag and Drop - odd annoyance

2009-02-09 Thread david
, in fact you set the left/top properties according to the container. So as reattaching the element to the droppable as is, the left value still exist and push the element to the right. So you'll have to modify the function accordingly. -- david On 6 fév, 23:01, Offspring2099 jm2...@gmail.com wrote

[Proto-Scripty] Re: Draggable: having onDrag happen only when snapping occurs?

2009-02-10 Thread david
. -- david On 10 fév, 05:39, Andrew luckyd...@gmail.com wrote: Hello, I'm wondering if there's any way to have the onDrag function execute only when the snap happens, for instance: new Draggable('el', { snap: [50, 50], onDrag: function() {    # Run this every 50 pixels... } }); Bonus question

[Proto-Scripty] Re: : Resizeable subclass of Draggable

2009-02-10 Thread david
Hi allan, I've copied the link and try it, my remarks will follow ... if I have something bad to say :)) -- david On 9 fév, 20:25, kitno455 kitno...@gmail.com wrote: I needed something like Draggable, but I needed to be able to resize it and to clamp it to a container. I found:  http

[Proto-Scripty] Re: Applying scriptaculous effects on CSS styles

2009-02-10 Thread david
it ! -- david On 9 fév, 18:48, Eric lefauv...@gmail.com wrote: Hi bminihan, On Feb 9, 3:59 pm, bminihan bjmini...@gmail.com wrote: Why not just switch all of your elements to a different class, with the new effect? .FOO { opacity: 1.0 } .BAR { opacity: .9 } $$(.foo).each( function (item

[Proto-Scripty] Re: Setting initial title and captions properly

2009-02-10 Thread david
: No caption; it seems like you override (with posted code) the good value to a fake value ? where do imgsGallery[0] is defined ?? As the whole code is not presented, it's very difficult to debug, but hope that help ?? -- david On 9 fév, 08:38, MH m.lawrencehu...@gmail.com wrote: I am currently

[Proto-Scripty] Re: AJAX

2009-02-11 Thread david
hope it help you, if the problem is still here after the change, just update the post, I can see what I can do for you this evening (french time). -- david On 11 fév, 11:00, Alex Mcauley webmas...@thecarmarketplace.com wrote: use firefox and firebug and see whats getting posted in the console log

[Proto-Scripty] Re: Applying scriptaculous effects on CSS styles

2009-02-11 Thread david
bminihan and me are effectivelly how we handle this kind of problems actually as there is not a lot of possibilities. I should have say that at the previous post !! -- david On 11 fév, 15:36, ColinFine colin.f...@pace.com wrote: On Feb 9, 2:49 pm, Eric lefauv...@gmail.com wrote: Hi, I apologize

[Proto-Scripty] Re: Javascript scope

2009-02-11 Thread david
Hi doug, Yes, give us a live demo, if possible. But what I read let me think that you would access to a variable in the main window from javascript coded inside a frame. This is possible but under certain restrictions for security reasons. Is that what you trying to do?? -- david On 11 fév

[Proto-Scripty] Re: AJAX

2009-02-11 Thread david
. -- david On 11 fév, 20:49, Paul pauljeffer...@gmail.com wrote: Just a quick edit: I've jsut added a response to be sent back and got the alert to display the response so that is fine, with the response tab in FireBug showing: This is a response    null;  /* !eval(new String('(' + this.header('X

[Proto-Scripty] Re: AJAX

2009-02-11 Thread david
Sorry, missing the link: http://prototypejs.org/api/ajax/options -- david On 11 fév, 22:23, david david.brill...@gmail.com wrote: Hi paul, not sending a response to the ajax call let it think it's not completed. I think the onException callback could help you in this case?? But not really

[Proto-Scripty] Re: Applying scriptaculous effects on CSS styles

2009-02-11 Thread david
=mysheet.cssRules? mysheet.cssRules[0]: mysheet.rules [0] if (firstrule.style.opacity) firstrule.style.opacity=_opacity; } /script /body /html and I think it's now what you need!! sorry ... -- david On 11 fév, 16:34, david david.brill...@gmail.com wrote: Hi Eric, To be more precise regarding you

[Proto-Scripty] Re: Custom positioning for Autocompleter

2009-02-12 Thread david
Hi Robin, can you show us what you have modified in scriptaculous, because at least, extending the class should not be impossible. -- david On 11 fév, 23:47, watchout w4tch...@gmail.com wrote: Hi, I've been stuck at this for 2 full days now and am getting fairly annoyed by the fact I'm

[Proto-Scripty] Re: Ajax.request is not sending back the response with Safari browser using Iframe. The same works perfectly with IE and firefox.

2009-02-12 Thread david
Hi, Atif, is it possible to have the code, because it could be a problem in Safari. Safari have some hidden bug, it could be that. -- david On 12 fév, 10:58, Atif atif.siddiq...@gmail.com wrote: Hi, I am using prototype and scriptaculous in my application. Normally all the functionalities

[Proto-Scripty] Re: Selectively prevent onClick action ?

2009-02-16 Thread david
the window.event.cancelBubble. Go to this link, everything is explain: first part: http://www.quirksmode.org/js/introevents.html second part: http://www.quirksmode.org/js/events_order.html and if you want to switch to a registration with prototype, go to: http://prototypejs.org/api/event -- david On 16

[Proto-Scripty] Re: Selectively prevent onClick action ?

2009-02-16 Thread david
propagation for parent'); } document.getElementById('child').onclick=process; /script /script /body /html -- david On 16 fév, 23:46, david david.brill...@gmail.com wrote: Hi Jason, I don't think it's possible, because you use Event inline, and you can't control the event bubbling

[Proto-Scripty] Re: Move - OnMouseMove- Only once

2009-02-16 Thread david
. And a global remark: don't think that an effect will be launch when all other are ended, if you move your mouse quickly, you could launch mouseover and mouseout concurrently == you should cancel() all effect before starting a new one ! -- david On 16 fév, 22:26, Mario sevenartwo...@googlemail.com wrote

[Proto-Scripty] Re: TypeError: Value undefined (result of expression Element.insert) is not object.

2009-02-16 Thread david
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

[Proto-Scripty] Re: Ajax.Autocompleter

2009-02-17 Thread david
Hi craig, not seems trivial, could we have an example? -- david On 17 fév, 11:03, Craig cr...@europe.com wrote: Am having one problem i cannot seem to solve. The autocompleter box displays the results which has a set height so a scroll bar displays. In FF but not other browsers when you

[Proto-Scripty] Re: Multiple droppables in overflowed div!

2009-02-17 Thread david
a good reason ! -- david On 16 fév, 15:09, javamaasai ikhag...@gmail.com wrote: Hey All, I'm creating a small online traditional Shop, where tourists can buy African traditional goods. These include things like beads, Warrior spears clothing e.t.c My web application has pictures of african items

[Proto-Scripty] Re: TypeError: Value undefined (result of expression Element.insert) is not object.

2009-02-17 Thread david
, 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

[Proto-Scripty] Re: Prototype changes between 1.6.0 and 1.6.0.3

2009-02-17 Thread david
Hi Claus, just go at : http://www.prototypejs.org/2008/9/30/prototype-1-6-0-3-one-more-bugfix-release-before-1-6-1#comment-22052 the changelog is inside comments ! -- david On 17 fév, 11:44, claus.k...@googlemail.com claus.k...@googlemail.com wrote: Hello everyone, probably a newbie

[Proto-Scripty] Re: Calling function passed as parameter

2009-02-17 Thread david
Hi marioosh, I did a test, and there is no error !! just at : --- ! ERROR !! -- david On 17 fév, 12:14, T.J. Crowder t...@crowdersoftware.com wrote: Hi, What's the error? -- T.J. Crowder tj / crowder software / com Independent Software Engineer, consulting services

[Proto-Scripty] Re: Using the same onclick with SlideUp and SlideDown

2009-02-17 Thread david
is at: sorry no link, because the gitHub website doesn't respond ?!!? From memories, the Effect.Toggle as three possibilities: Blind (simulate the blind up / blind down effect) slide (to simulate the slideUp / slideDown effect) and every thing is bundle ... Am I right this time ?? -- david On 17 fév, 12:45

[Proto-Scripty] Re: Ajax.Autocompleter

2009-02-17 Thread david
Hi craig, perhaps stupid remarks, but in FF the scrollbar is contained inb the element, not in IE. Couldn't it be something like that ?? Can you send the code for the autocompleter ?? (just it, with callbacks definition ?? -- david On 17 fév, 12:48, Craig cr...@europe.com wrote: Sorry cant

[Proto-Scripty] Re: Calling function passed as parameter

2009-02-17 Thread david
); } }); new SliderCategory('myId'); /script /body /html I did not modify anything, and the alert($H(this.container).inspect ()); return: #Hash:{'success': 'myId', 'failure': 'myId'} without no error -- david On 17 fév, 13:12, marioosh marioosh@gmail.com wrote: On 17 Lut, 12:14

[Proto-Scripty] Re: Using the same onclick with SlideUp and SlideDown

2009-02-17 Thread david
Hi craig, Go and see the url of Effect.toggle: http://wiki.github.com/madrobby/scriptaculous/effect-toggle -- david On 17 fév, 13:25, Alex Mcauley webmas...@thecarmarketplace.com wrote: Craig.. Why not try removing the onclick and adding it to an observer img id=foo / Event.observe

[Proto-Scripty] Re: Calling function passed as parameter

2009-02-17 Thread david
Hi marioosh, TJ is right, when you call the doit function via fun, the 'this' value is equal to Object window. So you need a little more binding to resolve your problem: replace the call to this.minimize(this.doit); by this.minimize (this.doit.bind(this)); -- david On 17 fév, 15:33, T.J

[Proto-Scripty] Re: Effect.Transitions.sinoidal Stutter

2009-02-18 Thread david
and cancel or not the effect. Or as you do, just queue effect and launch them one after another. -- david On 17 fév, 18:05, cob brenda...@gmail.com wrote: Hi Im using Effect.Transitions.sinoidal to bring in a div with menu options. Ive set the durattion time to .6 of a second While the div

[Proto-Scripty] Re: Multiple droppables in overflowed div!

2009-02-18 Thread david
?) job !! -- david On 17 fév, 12:20, david david.brill...@gmail.com wrote: Hi javamaasai, try this portion of code to create droppable (instead of the FOR loop): $R(1,4).each(function(i){         Droppables.add('droppable_demo'+i, {                 accept: 'draggable

[Proto-Scripty] Re: Effect.Transitions.sinoidal Stutter

2009-02-18 Thread david
handle the variable to know if an event is in action or not. And to reset this value, as I say use the afterFinish callback, and delay execution of code. -- david On 18 fév, 12:10, Brendan O Connor brenda...@gmail.com wrote: ye there is only one small issue the afterFinish has a bug

[Proto-Scripty] Re: Multiple droppables in overflowed div!

2009-02-18 Thread david
David and All, Still a newbie in the group, humble apologies again! Thank you for taking time to respond to my issue, i'm also looking inside the class to see if there's any thing i can change to make it work. Taking javascript programming to new frontier in Africa creating, free javascript

[Proto-Scripty] Re: Multiple droppables in overflowed div!

2009-02-18 Thread david
do help in this group in my spare time, but I WANTED it !!! -- david On 18 fév, 15:47, david david.brill...@gmail.com wrote: Hi Isaac, Hope to soon become pro-javascriptor, senior scriptaculous african Rep, will spread this good deed also by helping others in the forum. Again humble

[Proto-Scripty] Re: Multiple droppables in overflowed div!

2009-02-18 Thread david
, and the Droppable is scrolled, you could still drop on the first and second element == Funny. It seems that scriptaculous did not wait to be on the Droppable area to test if mouse pointer is on a element !! -- david On 18 fév, 16:13, david david.brill...@gmail.com wrote: Hi Isaac, I've

[Proto-Scripty] Re: Ajax.InPlaceEditor must allow HTML but doesn't

2009-02-18 Thread david
: ''; } }); If you do this, make sure that your loadTextURL does not return entity- encoded text (using htmlentities() for example) or you will end up with double-encoded text. -- david On 16 fév, 01:48, BearState wixelb...@yahoo.com wrote: Hello and Howdy Do! I'm working on something and  Prototype

[Proto-Scripty] Re: cursor position problem while using autosuggest in chrome

2009-02-19 Thread david
Hi Mitul, can't test your problem, but if you grab the return value when the user selected one entry, and reapply the returned value to the textarea, doesn't it resolve your problem?? -- david On 19 fév, 08:19, Mitul patel.mitu...@gmail.com wrote: Hello Friends, I am having a problem since

[Proto-Scripty] Re: cursor position problem while using autosuggest in chrome

2009-02-19 Thread david
Hi mitul, I will take a look at this with chrome (I did not have chrome here) tonight (Paris Time). Does the idee to clear the textarea and insert the selected value does not resolve your problem ?? even in chrome ?? -- david On 19 fév, 12:26, Mitul patel.mitu...@gmail.com wrote: sorry

[Proto-Scripty] Re: Cloning an Object -- A really big complex visual object, tags within tags

2009-02-23 Thread david
text contained within. Example(s): p=document.getElementById(mypara) pclone = p.cloneNode(true) And then change Ids, and reinject result in the DOM. -- david On 23 fév, 09:22, BearState wixelb...@yahoo.com wrote: OK,  I'm still new to prototype and scriptaculous and I don't like to ask

[Proto-Scripty] Re: Returning additional data from Ajax.InPlaceEditor

2009-02-23 Thread david
to server. and the onComplete (and its sister, the onFailure) option: Code run if update successful with server (or for its sister: Code run if update failed with server) -- david On 22 fév, 19:20, dl dave.lemanow...@gmail.com wrote: Is there some way that I can attach additional data when

[Proto-Scripty] Re: BlindDown/BlindUp Editing

2009-02-23 Thread david
Hi greg, this is surrelly in a dreamweaver forum to ask this question. because the problem is not inside prototype. -- david On 20 fév, 21:43, gecrscm greganderso...@gmail.com wrote: This is probably a stupid question... here goes. I have successfully added a toggleExpand that opens a panel

[Proto-Scripty] Re: need some guidelines

2009-02-23 Thread david
Hi erwin, I will certainlly do the way you say. observe the click event, that will call the function, and unselect all elements selected to then select the one user choose. And I'm sure if you post a bit of code, there will be a lot a fellow to criticise positivelly :)) !! -- david On 20 fév

[Proto-Scripty] Re: Stack Overflow at line: 0 ::

2009-02-23 Thread david
Hi sravani, give us more clue, like HTML code AND the creation of the autocompleter, because, I did not guess what value does have 'a' in the AC properties ?? -- david On 19 fév, 18:06, sravani sravanigogine...@gmail.com wrote: Hi i m trying to implement autocompleter using prototype

[Proto-Scripty] Re: Draggables inside overflow:auto div

2009-02-24 Thread david
this is to create a callback on the startDrag callback and detach element from it's parent, then clone it's position to previous one. But with this method, you should reattach the element when the stopDrag effect appear. -- david On 22 fév, 18:43, Tof christophe.boul...@gmail.com wrote: Hi, I'm sure

[Proto-Scripty] Re: Creating other lists from a drag and drop list

2009-02-24 Thread david
you can do that. btw, I think you should try to write what you want to do and we could help if problems occurs on what you write. -- david On 23 fév, 13:51, vanq69 jaed...@gmail.com wrote: Hi all, I have a sortables list (using script.aculo.us, php and ajax) which is created from user input

[Proto-Scripty] Re: Adding Scroll bars to list

2009-02-24 Thread david
. As for your previous question, just post the global HTML page, and try doing it, if you can'ty do what you want, then post the problem, it's definitelly easier to modify exting code ... and if you're wrong in doing something, it's easier for us to point the problem. -- david On 24 fév, 06:32, vanq69

[Proto-Scripty] Conflict event noAvailable

2009-02-24 Thread David
(Exception ex) {} } return Event.extend(event); } Best regards David --~--~-~--~~~---~--~~ 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: Conflict event noAvailable

2009-02-24 Thread David
Finally i have commented all this function. Best regards David On 24 fév, 12:58, David roca.da...@gmail.com wrote: I just want report you an error i have found and solve (perhabs not with the best way). I'm using the version 1.6.0.3 of prototype.js library. I have to add the jquery

[Proto-Scripty] Re: Observing events on dynamic content.

2009-02-24 Thread david
Hi, Why not relying on event delegation to a parent contener that will not be delete or modify ?? btw, I thing the only problem is an excessive memory consuption. I did not say/mean memory leak !! There should not have more impact even. -- david On 24 fév, 16:52, Richard Quadling rquadl

[Proto-Scripty] Re: How do I sort a set of divs slowly.

2009-02-24 Thread david
in the code. -- david On 24 fév, 17:47, Richard Quadling rquadl...@googlemail.com wrote: Hi. I've got a set of spans ... div class=tabHs  span id=tabH_UserAdmin class=tabHEUser Administration/span  span id=tabH_ReportAdmin class=tabHEReport Administration/span  span id=tabH_ReportGenerator

[Proto-Scripty] Re: JSON form generator demo

2009-02-24 Thread david
data ?? is there a sort of MVC model behind this, to separate data (view) from field (controller) ?? or something like that ? -- david On 24 fév, 19:11, Diodeus diod...@gmail.com wrote: Thanks Nathan, I'll take a look at it. Interoperability is a good thing. On Feb 22, 9:04 am, nlloyds nllo

[Proto-Scripty] Re: does prototype abstract canvas usage to both IE mozilla?

2009-02-24 Thread david
Hi greghauptmaann, prototype doesn't do that at all, to do what you want to do, just go to the raphael javascript library at http://raphaeljs.com/ I'm sure you will find what your looking for :)) -- david On 25 fév, 00:53, greghauptmann greg.hauptm...@gmail.com wrote: e provide a way

[Proto-Scripty] Re: does prototype abstract canvas usage to both IE mozilla?

2009-02-24 Thread david
Hi greghauptmaann, sorry, I saw this library some time ago, and to see what evolve in it, i just saw that it does not handle canvas, but SVG !! that's also another possibility for you :)) So I did not know any cross browser library. -- david On 25 fév, 01:00, david david.brill...@gmail.com

[Proto-Scripty] Re: does prototype abstract canvas usage to both IE mozilla?

2009-02-25 Thread david
HI all, how could I miss it !! thanks kangax. -- david On 25 fév, 06:38, kangax kan...@gmail.com wrote: On Feb 24, 7:32 pm, greghauptmann greg.hauptm...@gmail.com wrote: yes, it's quite confusing - I'm just trying to determine whether I really need to go Java Applet/JavaFX or not (versus

[Proto-Scripty] Re: How to resize window without screen flickering

2009-03-05 Thread david
Hi Mel, Could we have an online exemple ?? because just reading the code, What you does seems good !! -- david On 25 fév, 16:16, Mel melindasa...@texashealth.org wrote: I have a JSP page whereby I am displaying a table that contains rows of each data record.  Each record has an icon

[Proto-Scripty] Re: positionedOffset with floated elements

2009-03-05 Thread david
Hi Knad, I would probably use the afterUpdateElement callback of the autocompleter to modify the autocompleter DIV poisition. In fact, it just need to reset the left value. -- david On 25 fév, 16:59, Knad kna...@gmail.com wrote: Hello All! I am struggling to get this autocomplete div

[Proto-Scripty] Re: Drag and Drop with conditional revert

2009-03-05 Thread david
create all necessary process to respond to the request == which consume a lot of resources. -- david On 25 fév, 20:41, ColinFine colin.f...@pace.com wrote: I've been struggling to achieve something with drag and drop. I've found a solution, but I don't think it's very elegant, and I

[Proto-Scripty] Re: Having an issue with bubbling of a SELECT's onChange event in IE.

2009-03-05 Thread david
Hi Richard, not tested, just thought: does it works with DOM0 event ?? -- david On 26 fév, 16:22, Richard Quadling rquadl...@googlemail.com wrote: Hi. Below is a simple example of the problem I'm having. In FF and Chrome, the change event is bubbled to the dynamicContainer. In IE

[Proto-Scripty] Re: On Licensing for a Calculator Generator

2009-03-05 Thread david
Hi, I did not think there is any conflict with the MIT license, until you respect the term of MIT license :)) -- david On 26 fév, 17:49, Eman Calso egca...@gmail.com wrote: I'm developing a calculator generator[1] using prototype and i'm wondering if i can release this under the GNU GPL

[Proto-Scripty] Re: Scriptaculous in Joomla

2009-03-06 Thread david
HI Doppelganger, I think this is not a prototype/scriptaculous issue. Try the JOOMLA support, I did not think you're the only one integrating P/S inside JOOMLA. -- david On 1 mar, 00:49, doppelganger a.ak...@gmail.com wrote: HI, I am trying to install the Scriptaculous system in my Joomla

[Proto-Scripty] Re: Prototype with SVG

2009-03-06 Thread david
with prototype method. -- david On 28 fév, 22:02, marx fredmcken...@googlemail.com wrote: Hi all, I'm currently writing an application that displays a floor plan using SVG, embedded within an HTML div. I'm writing the javascript code to make the floor plan interactive, allowing you to select

[Proto-Scripty] Re: effect.opacity issues

2009-03-06 Thread david
Hi Russ, That is normal, defaul opacity is 1, so if you did not set the opacity, when you first set visibility, the element is visible, and when scriptaculous begin effect, it sets it to (near) 0, nand effect end with the value 1 for opacity == fully visible. -- david On 28 fév, 09:14, Russell

[Proto-Scripty] Re: Scrolling scripts and Named Anchor

2009-03-06 Thread david
Hi Jason, could you explain what we have to do to find the error, I'm sorry I did not understand the problem. I just look at the site, but didn't find the problem ! -- david On 27 fév, 21:38, jsun at 82 jasonta...@gmail.com wrote: I am trying to set up scrolling html boxes with the use

[Proto-Scripty] Re: Sortable.create with dropzones / Event for Mousemoves

2009-03-06 Thread david
Hi Chris, I did not see any problem in IE6, but I did not have your complete code. I try to invent !! please, give us a live test to see the problem. -- david On 27 fév, 07:54, Chris c...@clicksports.de wrote: Hi, I have some little problems with prototype/scripty. First I want to use

[Proto-Scripty] Re: Slider handleImage and handleDisabled usage

2009-03-06 Thread david
I spaceage, I try to answer to your question, and look at the code, but can't find the two variable name in the code :(( Are they reall used ?? -- david On 1 mar, 20:37, spaceage davi...@mac.com wrote: Can anybody explain how to use this functionality? The wiki indicates

  1   2   3   4   >