Thanks for all your help guys.  I think I may have it figured out, but
being as there is an issue with robots creating a new blip right now I
haven't been able to test my Idea.  If it works i'll post back.

Thanks again,
Tyler Ruppert

On Nov 13, 9:36 am, ulisse <aball...@gmail.com> wrote:
> 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 <trupp...@semissourian.com> 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, Евгений Бесчастнов <evgeni...@gmail.com> wrote:
>
> > > and you also can access blip id using getBlipId(). It must work
>
> > > 2009/11/13 Vivek <vivekmunag...@gmail.com>
>
> > > > 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 google-wave-...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > google-wave-api+unsubscr...@googlegroups.com<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 google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=.


Reply via email to