Comments on: Google Wave Python API and Annotations http://blog.alexcollins.org/2009/10/19/google-wave-python-api-and-annotations/ Musings of technology, sport, life et al Sat, 30 Apr 2011 17:25:18 +0000 hourly 1 http://wordpress.org/?v=3.0.5 By: atc http://blog.alexcollins.org/2009/10/19/google-wave-python-api-and-annotations/comment-page-1/#comment-3917 atc Tue, 20 Oct 2009 19:22:17 +0000 http://blog.beplacid.net/?p=90#comment-3917 Thanks maurice, very helpful. One thing: annotations start at the original index you require plus two (presumably for the annotation characters). Thanks maurice, very helpful.

One thing: annotations start at the original index you require plus two (presumably for the annotation characters).

]]>
By: maurice http://blog.alexcollins.org/2009/10/19/google-wave-python-api-and-annotations/comment-page-1/#comment-3916 maurice Tue, 20 Oct 2009 08:17:54 +0000 http://blog.beplacid.net/?p=90#comment-3916 Thanks! Ive done the same hunt last weekend. I got it almost working, my fail was that i specified Range(0, 20), where 0 didnt work.. Range(1,20) does seem to work, but it doesnt start with the first character :( So it needs more work :) Your post showed me I was on the correct path! I found the other annotation types here: http://groups.google.com/group/google-wave-api/browse_thread/thread/ba08146d448658a6?pli=1 Thanks!

Ive done the same hunt last weekend. I got it almost working, my fail was that i specified Range(0, 20), where 0 didnt work.. Range(1,20) does seem to work, but it doesnt start with the first character :( So it needs more work :)

Your post showed me I was on the correct path!

I found the other annotation types here:
http://groups.google.com/group/google-wave-api/browse_thread/thread/ba08146d448658a6?pli=1

]]>