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
-~----------~----~----~----~------~----~------~--~---