What is the "new API"? I tried to write a TOC Generator robot that would read all the headings in the main blip and create a Table of Contents accordingly. This wasn't working, because I couldn't read a StyledText heading. Right now my bot ([email protected]) just outputs debug information for all the Styles and Annotations, but I'm still not seeing anything for the headings.
Do I have to use/deploy a different version of the Java Client Robot API? Thanks, -Byron On Feb 2, 2:38 pm, "pamela (Google Employee)" <[email protected]> wrote: > Yes, it should work in the new API. It uses the setting of style > annotations instead of the special StyledText classes. > > > > On Tue, Feb 2, 2010 at 10:24 AM, Jason <[email protected]> wrote: > > There are various bugs which have been reported relating to styled > > text, including: > > > [ 3]http://code.google.com/p/wave-robot-java-client/issues/detail?id=3 > > [ 12]http://code.google.com/p/wave-robot-java-client/issues/detail?id=12 > > [ 85]http://code.google.com/p/google-wave-resources/issues/detail?id=85 > > [341]http://code.google.com/p/google-wave-resources/issues/detail?id=341 > > [349]http://code.google.com/p/google-wave-resources/issues/detail?id=349 > > > In my experience, there are 2 problems: > > > (1) the java robot client api doesn't read the various line types, > > indentation levels, alignment or display direction as Annotations > > > (2) if you use StyledText with a StyleType to try to set line type, > > indentation level, alignment or display direction, the rich client > > doesn't honour the resulting json sent in the OperationMessageBundle > > > I just wanted to check that this is expected to be fixed in the > > Valentines api release? > > > thanks .. Jason > > > -- > > 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 > > athttp://groups.google.com/group/google-wave-api?hl=en. -- 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.
