Re: Ajax fly-out menu

2010-03-11 Thread Benjamin Chew
Thanks for letting me know. I did manage to do what I mentioned in the last email. Time to do some testing with real world data! Ben On Wed, Mar 10, 2010 at 7:45 PM, John Ours wrote: > > On Mar 10, 2010, at 5:40 PM, Benjamin Chew wrote: > > > Thanks for the insight. I think I'm still going to t

Re: Ajax fly-out menu

2010-03-10 Thread John Ours
On Mar 10, 2010, at 5:40 PM, Benjamin Chew wrote: > Thanks for the insight. I think I'm still going to try it out and see how it > works for me. > > How you did you get the AjaxUpdate to fire on mouseover? I've been fudging > around with this for a couple of days now and I'm at the point wher

Re: Ajax fly-out menu

2010-03-10 Thread Benjamin Chew
Thanks for the insight. I think I'm still going to try it out and see how it works for me. How you did you get the AjaxUpdate to fire on mouseover? I've been fudging around with this for a couple of days now and I'm at the point where I'm writing my own Ajax component using bits of AjaxUpdateLink.

Re: Ajax fly-out menu

2010-03-09 Thread John Ours
On Mar 9, 2010, at 7:04 PM, Benjamin Chew wrote: > > I've been down this road before. In practice the callback is too slow and > the menu isn't really usable. IME if you have a hierarchy that's that big > you're best to switch to another paradigm like a treeview. > > John > > Hmm... even i

Re: Ajax fly-out menu

2010-03-09 Thread Benjamin Chew
> > > I've been down this road before. In practice the callback is too slow and > the menu isn't really usable. IME if you have a hierarchy that's that big > you're best to switch to another paradigm like a treeview. > > John > Hmm... even if you're just requesting one sub-category at a time in

Re: Ajax fly-out menu

2010-03-09 Thread Benjamin Chew
> > >> I'm attempting to code a fly-out menu resembling the one shown at the top >> of this page (http://www.cssmenus.co.uk/flyout.html), with the difference >> being that I want to make an Ajax request every time I hover over a menu >> item to pull the sub-categories to reduce load. >> > > That wi

Re: Ajax fly-out menu

2010-03-09 Thread John Ours
On Mar 9, 2010, at 4:45 PM, Benjamin Chew wrote: > I'm attempting to code a fly-out menu resembling the one shown at the top of > this page (http://www.cssmenus.co.uk/flyout.html), with the difference being > that I want to make an Ajax request every time I hover over a menu item to > pull the

Re: Ajax fly-out menu

2010-03-09 Thread Chuck Hill
On Mar 9, 2010, at 1:45 PM, Benjamin Chew wrote: Hi All, I'm attempting to code a fly-out menu resembling the one shown at the top of this page (http://www.cssmenus.co.uk/flyout.html), with the difference being that I want to make an Ajax request every time I hover over a menu item to pu

Ajax fly-out menu

2010-03-09 Thread Benjamin Chew
Hi All, I'm attempting to code a fly-out menu resembling the one shown at the top of this page (http://www.cssmenus.co.uk/flyout.html), with the difference being that I want to make an Ajax request every time I hover over a menu item to pull the sub-categories to reduce load. I've gotten as far a