Hi all,

I'm reading the "Google Wave Conversation Model" document, but there's
somethiing wrong somewhere (either my understanding of the doc, the doc, or
the WiaB code).

My goal is, given a simple wave that looks like this like this in the WiaB
user interface...
-------------
*root blip A
*continued blip B
   *inline reply C
   *continued blip D
   *continued blip E
-------------
...and starting with blip "E", I want to find blip "D" (which blip "E" is a
reply to, at least from a user point of view in the current WiaB web
interface).

So far I've tried using "E".getParentBlip(), and it returns "B" (which I
think is correct according to the docs).
Then I tried using "E".getThread().getBlips(), which I thought I would be
returned "C, D, E", with the intention of iterating through it until
right-before-"E". But instead the list i'm returned is "B, E".

Is that the intended behaviour? How could I arrive at blip D then?


Thanks in advance!
-- 
Saludos,
     Bruno González

_______________________________________________
Jabber: stenyak AT gmail.com
http://www.stenyak.com

Reply via email to