I can say that you are in the right way till the point u intercept the BLIP_SUBMITED event. I know that in java you get the blip like this event.getBlip() and this garanties you get the blip that triggerd the operation. In python i can not help you. Maybe this gives you an idea.
ulisse On 13 Nov, 16:11, Tyler Ruppert <[email protected]> wrote: > I am using BLIP_SUBMITTED with no problems, the only problem I am > having is getting the right blip. I can get the root blip id, but not > the submitted blip id. How would I use getBlip() ? I can not find it > in the documentation. The closest I have been able to use is > context.GetBlipById(blipID), with context being passed in to the > function. The problem remaining, I do not have the blip id > > I should note that I am using python. > > Thanks, > Tyler Ruppert > > On Nov 13, 7:04 am, Евгений Бесчастнов <[email protected]> wrote: > > > > > and you also can access blip id using getBlipId(). It must work > > > 2009/11/13 Vivek <[email protected]> > > > > when you catch the event "EventType.BLIP_SUBMITTED", you can access > > > the blip through the method getBlip(); > > > > then you can use getBlip().getDocument().getText() to access the > > > content of the BLIP. This will return you a string which you can > > > search using usual java functions! > > > > rgards, > > > vivek. > > > > -- > > > > You received this message because you are subscribed to the Google Groups > > > "Google Wave API" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-wave-api%2Bunsubscribe@ > > > googlegroups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-wave-api?hl=. -- You received this message because you are subscribed to the Google Groups "Google Wave API" 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/google-wave-api?hl=.
