[Proto-Scripty] Re: patches to autocompleter

2012-01-17 Thread ben
On browsers other than FF, clicking on the scroll bar would cause a loss of focus, which would hide the results window. The scroll wheel worked fine IIRC, but in Chrome and IE it would just vanish. I've never tested the key commands extensively. Selection by mouse click does not dismiss the window

[Proto-Scripty] Re: patches to autocompleter

2012-01-13 Thread ben
I've been struggling with this for the past couple of weeks as well. One of the big issues I rand into was the way different browsers handle scrolling the results window, and how the window controls is treated as a loss of focus in some browsers. I implemented the code Craig posted in this thread

[Proto-Scripty] Re: Firefox 4.0 & autocompleter?

2011-06-04 Thread Ben
I'm having issues with Autocompleter.local on my site. When you type in a long string it slows the browser down to a crawl and is very unresponsive. This was never an issue in Firefox prior to version 4 and this isn't an issue in any of the other browsers. I changed the frequency from 0.1 to 0.3 b

[Proto-Scripty] Re: prototype 1.7, scriptalulous 1.9.0, FF 4.0 beta 9

2011-01-16 Thread Ben Perry
> ...After some investigation, if I put ghosting: true on each > draggable, then they don't drag at all. Whoops, this isn't the case, must have got mixed up whilst testing. The second page with just spans or the table (provided they both have ghosting:true set) exhibit the same behavious. The drag

[Proto-Scripty] Re: IE9 Drag-Drop

2010-11-02 Thread Ben
I can confirm that Prototype '1.7_rc3' fixes this problem. Nice work. :) Ben On Sep 27, 4:58 pm, Steffen Christgau wrote: > Hi folks, > > I was able to reinstall an older version ofIE9PP (1.9.7916.6000) but > it also raises the drag'n'drop problem. I start s

[Proto-Scripty] Draggable Trees

2010-07-07 Thread Ben Smith
I've tried two methods using Scriptaculous 1.8.3 to get a working draggable tree, and have been thwarted on both attempts. 1) Using the scriptaculous default "sortable tree" option http://script.aculo.us/playground/test/functional/sortable_tree_test.html doesn't allow me to drag nodes into any nod

[Proto-Scripty] Checkbox toggle fails while preventing a row onclick

2010-04-08 Thread ben helgeson
Thanks TJ, That worked perfectly. Many thanks! Ben On Thu, Apr 8, 2010 at 2:41 AM, T.J. Crowder wrote: Hi, Without code it's kind of hard to tell what's going wrong, but it *sounds* like you have handlers on both the checkbox's click event and the row's click event, and

[Proto-Scripty] A wysiwyg editor/litecontentmanager for my ajax site

2009-04-08 Thread Bhudda Ben
Hi all I have built a prototype-controlled homepage for a company of about 500; the middle section of which is used to swap various content - soon to be hundreds/thousands of different page segments. I would like to find: A wysiwyg editor that can produce body-level content only (web segments w

[Proto-Scripty] Re: form data going to remote server through proxy

2009-03-26 Thread Bhudda Ben
x27;rowfield') $searchrow = $pvalue[$i]; if ($pname[$i] == 'cabfield') $searchcab = $pvalue[$i]; } Ben On Mar 25, 1:45 pm, Bhudda Ben wrote: > Hi > > First let me say that this is a great group with lots of willing > responders.  As a newbie to prototype, let me especial

[Proto-Scripty] form data going to remote server through proxy

2009-03-25 Thread Bhudda Ben
I need to do to get post data safely to my target or else access what is getting there in . Thanks in advance for going through this long post; hope I have not been too gregarious... Ben --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[Proto-Scripty] Re: forms - serialize and more

2009-03-10 Thread Bhudda Ben
ot getting here - is taking different route to process code postIt('formlinks'); } } function postIt(theform) { var form = $(theform); alert (form); // as said, firfox not goingt here, but IE reports 'null' for this alert form.reques

[Proto-Scripty] Re: forms - serialize and more

2009-03-10 Thread Bhudda Ben
m processor - but no form is working here. Could there possibly be some other conflict with jQuery or ??? Thanks for your suggestions tho. Ben On Mar 9, 3:14 pm, Quleczka wrote: > Hi, > > First of all I'm not prototype expert, rather newbie ;) > > 1) why do you use ons

[Proto-Scripty] Re: forms - serialize and more

2009-03-09 Thread Bhudda Ben
'validatethis' (and others, which seem to be working) ... On Mar 9, 12:09 pm, Bhudda Ben wrote: > Hi > > I have a rather large complicated form that changes considerably based > on database content and user interaction - therefore, I said to > myself, I need to serialize ?? &

[Proto-Scripty] forms - serialize and more

2009-03-09 Thread Bhudda Ben
Hi I have a rather large complicated form that changes considerably based on database content and user interaction - therefore, I said to myself, I need to serialize ?? The whole is I wish to serialize form elements, pass them to php (Admin/editmylinks2.php) - which would update database (worki

[Proto-Scripty] Re: Post Deleted

2009-03-09 Thread Bhudda Ben
OK, sorry I found that I had posted to a different group on linkedin Please forgive erroneous post - will be back for more if responses from that group do not fix my prob... Ben On Mar 9, 9:07 am, Bhudda Ben wrote: > well the post you indicated was a former one.  I had posted a quest

[Proto-Scripty] Re: Post Deleted

2009-03-09 Thread Bhudda Ben
?  This is all your Google profile shows for this > group.http://groups.google.com/group/prototype-scriptaculous/browse_thread/... > > HTH, > -- > T.J. Crowder > tj / crowder software / com > Independent Software Engineer, consulting services available > > On Mar 7, 7:40 pm, Bhud

[Proto-Scripty] Post Deleted

2009-03-07 Thread Bhudda Ben
I could almost cry I posted a query here on problems I was having, got three seemingly useful replies that were here yesterday, but I did not have time to work with them. Now all is gone - but an older post remains. Did I do something wrong? --~--~-~--~~~---~--~~

[Proto-Scripty] Re: newbie scriptaculous query

2009-02-26 Thread Bhudda Ben
> server) it may be that you have not initalized the control correctly > does this help? > > On Feb 25, 10:10 am, Bhudda Ben wrote: > > > > > I am newbie to AJAX and scriptaculous (I know and use php & js) with > > what I hope is easy question.  I am buildin

[Proto-Scripty] Re: newbie scriptaculous query

2009-02-26 Thread Bhudda Ben
Ajax.PeriodicalUpdater('clock', 'required/clock/gettime.php', > > Try testing it out with a regular Ajax.Request and listening to the > onSuccess/Failure/Exception events and see what is going on. > > -- > > http://positionabsolute.net > > On F

[Proto-Scripty] newbie scriptaculous query

2009-02-25 Thread Bhudda Ben
I am newbie to AJAX and scriptaculous (I know and use php & js) with what I hope is easy question. I am building a new homepage for my company with the idea that a basic shell of links and other widgets is always in browser, but center section changes to provide other commonly used company widget

[Proto-Scripty] Only one Draggable usable when using DIV container

2009-02-16 Thread Ben
I create my draggables in a function addDraggable(). The issue is that only one Draggable, namely the last one created, is ever usable. This is freaking me out, since I don't see why this is the case. My guess is that scriptaculous doesn't have the right coordinates for the floating elements. Btw

[Proto-Scripty] Re: Search Term Highlighting

2008-10-22 Thread Ben Mills
h terms. I'm going to try to write something that walks the DOM and does the replace on individual text nodes rather than a giant regular expression search and replace. Maybe that will be too slow. We'll have to see. Hope this helps. Ben On Sep 1, 9:58 am, Neil <[EMAIL PROTECTED]

[Proto-Scripty] Dealing with JSON

2008-10-10 Thread Ben Short
Hi, I have a simple page that submits a form via Ajax. If I leave both fields blank i get the following response in JSON from the server. {"errors":{"lastName":"Required","firstName":"Required"}} I have coded the js to check for errors and then update the page based on them. What I would like