I managed to fix this, all I had to do was switch places for these
lines in my js from;
  wave.loadWave(...);
  wave.setUIConfig(...);
to:
  wave.setUIConfig(...);
  wave.loadWave(...);
Oddly enough the former works with the sandbox server, but not with
the live server.

Also, we need a good way of getting the wave id, which was present in
the sandbox via the debug option, but that is missing from the live
server.

/MIcke

On 5 Okt, 11:21, Micke Nordin <[email protected]> wrote:
> I have written an extension for MediaWiki that makes it possible to
> embed waves to a wiki page:
>
> http://www.mediawiki.org/wiki/Extension:GoogleWave
>
> Using the Google wave sandbox server, a wave is displayed properly
> inline on a wiki page. I have not been able to reproduce this behavior
> with other wave servers I have now been able to try.
>
> If someone could shed a light on this it would be more than welcome.
>
> These are the wave servers I have tried:
> *http://wave.google.com/a/wavesandbox.com/- The sandbox wave server,
> a trailing slash in the URL works, no trailing slash doesn't.
> *https://wave.google.com/wave- The Google wave server, no trailing
> slash produces the inbox of my wave account, where as a trailing slash
> produces a grey background only, no content.
> *http://pygowave.net/waves/- PyGoWave server, no trailing slahs
> produces an error,  a trailing slash shows inbox.
>
> My extension is written in PHP and produce xhtml output similar to the
> Hello World example from the tutorial.
>
> /Micke Nordin

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

Reply via email to