Hi,
In Exhibit, to navigate through the filtered items and to populate
bubble automatically when the previous/next button is clicked from
bubble, I had used the following.
Using
exhibit.getDefaultCollection().getRestrictedItems().toArray();
to find the next and previous item_id and using
timeline_obj.getBand(0).showBubbleForEvent(nextPrevItemId);
to show the bubble automatically.
But as expected timeline_obj.getBand(0).showBubbleForEvent
(nextPrevItemId); works only for timeline but not for Tabular and
Thumbnail views.
How can I get this working for Tabular and Thumbnail views.
Thanks in advance,
Regards,
Ravi.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---