Using Java Robot API I'm dealing with the problem. I've written following code:
BlipContentRefs refs = blip.all(); blip.reply().append(refs.values().size()+""); refs = blip.all(ElementType.LINE); blip.reply().append(refs.values().size()+""); and got 1 and 6 as the result. As javadoc says: Class Blip all() - Returns a reference to the entire content of the blip. So I think, that the first value should be equal or greater than the second. -- 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=en.
