Hi David,
The error I am receiving is:
Error firing event of name onRootCollectionSet to wildcard handler
TypeError: state.groupDoms[groupLevel - 1] has no properties
which I have tracked to the closeGroups function in tile-view.js
var closeGroups = function(groupLevel) {
for (var i = groupLevel; i < state.groupDoms.length; i++) {
state.groupDoms[i].countSpan.innerHTML =
state.groupCounts[i];
}
state.groupDoms = state.groupDoms.slice(0, groupLevel);
state.groupCounts = state.groupCounts.slice(0, groupLevel);
if (groupLevel > 0) {
state.div = state.groupDoms[groupLevel - 1].contentDiv;
} else {
state.div = view._dom.bodyDiv;
}
state.table = null;
}
I have not gotten to the point yet where I understand what this piece
of code is doing though...
I get the same behavior whether I am using Firefox (my default
browser) or Safari.
Thanks,
Scott
On Apr 2, 2007, at 10:29 AM, David Huynh wrote:
> Scott,
>
> There should be no limit... That sounds like when a particular item is
> getting rendered, a bug in Exhibit is triggered. And that item is
> beyond
> the first 10 in the sorting order you pick. Are you seeing anything in
> the error console?
>
> David
>
> Scott Longberry wrote:
>> Hi All,
>>
>> Can someone tell me the limit to the number of items that Exhibit can
>> display in a tile view? I currently have a page that is returning 70
>> items (with about 12 parameters per item). The main view comes up
>> empty but the facets to filter by come up populated. If I choose a
>> filter that returns less that 10 items, everything displays properly
>> on the page. However, if I choose a facet that returns more than 10
>> items, I get he same problem that I had initially with no data being
>> displayed in the tile view.
>>
>> Am I missing something obvious here? Is there a limitation I should
>> be aware of?
>>
>> If it's not something obvious and David (or someone else for that
>> matter) would like to take a look at the page, I can get you a guest
>> login setup.
>>
>> Thanks,
>>
>> Scott
>> _______________________________________________
>> General mailing list
>> [email protected]
>> http://simile.mit.edu/mailman/listinfo/general
>>
>
> _______________________________________________
> General mailing list
> [email protected]
> http://simile.mit.edu/mailman/listinfo/general
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general