This has already been file with this bug report - http://code.google.com/p/google-wave-resources/issues/detail?id=354&sort=-id&colspec=Stars%20ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary%20Internal
<http://code.google.com/p/google-wave-resources/issues/detail?id=354&sort=-id&colspec=Stars%20ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary%20Internal>We have identified the problem and the changes should be up in our next push. In the meantime you can do blip.getDocument().delete() before you call blip.getDocument().append(), that should be the temporary fix to avoid doubling up the text. Austin On Tue, Oct 27, 2009 at 11:10 PM, Dominic Lovell <[email protected]> wrote: > > Heres a sample of my code that appends messages, all of my text seems > double up, so my blip will have "HelloHello" > > but in my logs, I can see that its only one "Hello" > > Has anyone encounted this problem? > > ... > > public static final String INTRODUCTION = "Hello"; > > ... > > if ( e.getType() == > EventType.WAVELET_SELF_ADDED ) { > Wavelet wavelet = > bundle.getWavelet(); > Blip blip = wavelet.appendBlip(); > TextView textView = > blip.getDocument(); > textView.append( INTRODUCTION > ); > log.info( "Sending welcome > message " + INTRODUCTION); > > } > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
