Hi Paul, > Am I correct that image-stacking (compact painter) only applies to items > that are of exactly the same date/time?
> > I have some crowded places on my timeline with items that are (apparently) > pushed down and out of sight. Stacking these too would be the solution, I > think. This question has been raised some time ago. The problem is that the Timeline layout algorithm places the most recent items (for example, recent blog posts if you visualize RSS feed) to the bottom. It applies a sweeping algorithm that starts from older items and places them on top, but the younger items end up being out of sight. There is no solution to that except patching the Timeline source code. It is not difficult though to change the direction of sweeping algorithm backward, so that newest items are shown first. Alexey > > Of course I could create hotzones for these crowded places. But as I am > trying to create an 'on-the-fly' system (which pulls the items directly from > an often-updated database), this would become a tedious task. > > Cheers, > Paul > > -- > You received this message because you are subscribed to the Google Groups > "SIMILE Widgets" group. > To post to this group, send email to simile-widgets@googlegroups.com. > To unsubscribe from this group, send email to > simile-widgets+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/simile-widgets?hl=en. > -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to simile-widgets@googlegroups.com. To unsubscribe from this group, send email to simile-widgets+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en.