Hi All,
I try test more about get Wave Id from Debug menu and get Wave Id from
my robot.
So,.. When I using robot create new Wave and get Wave id just create
with line below:
....
processEvents(RobotMessageBundle bundle){
Wavelet wavelet = bundle.getWavelet();
....
Wavelet newWavelet = bundle.createWavelet(wavelet.getParticipants
());
newWavelet .getRootBlip().getDocument().append
(newWavelet.getWaveId());
....
}
....
Also, I go to Wave just created by robot and click Debug -> Get
current Wave ID.
But wave id not the same wave id which append.
That is problems from API ? or if my misunderstand. Pls tell me,..
thanks
--
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.