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
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
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.
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
>
>
> 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
>
>
>> 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
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
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
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