[Google Wave APIs] Can Robot updates the wave outside processEvents()?

2009-10-21 Thread Kriván Bálint
Hi! First let me say this: Wave is a great thing, if it's done it'll be awesome! I've got invite to the Live Google Wave preview, and I was developing a robot, but a question came up: Is is possible to update a wave (e.g.: append blip) outside processEvents() method (Java API)? Or the robot can

[Google Wave APIs] Re: Does StyledText / StyleType work in the Java API?

2009-10-22 Thread Kriván Bálint
Hi! This is works for me: blip.getDocument().appendStyledText( new StyledText(Some text in bold, StyleType.BOLD)); On okt. 22, 11:24, Srinivas Pinisetti srinivas.pinise...@gmail.com wrote: I am also having the same issue. On Oct 22, 3:29 am, Chris C.