see Event.getBlip() 2009/11/13 Tyler Ruppert <[email protected]>
> 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%[email protected]> > <google-wave-api%[email protected]<google-wave-api%[email protected]> > > > > > . > > > 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]<google-wave-api%[email protected]> > . > 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=.
