rldjrsksl / flex-iframe

Automatically exported from code.google.com/p/flex-iframe
0 stars 0 forks source link

registering a viewer.id as a key doesn't work if you have special characters #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
when registering a viewer.id as a key, usually your sandbox account, you
have to strip off the special characters and replace them with words

e.g.

youraccount@wavesandbox.com -> youraccountATwavesandboxDOTcom

which is tedious. since i need to convert it back to the original when i
wave.getState().getStringValue(viewer.id)

in debugging i can see the object is created even with the special characters.

but in wave i can't see any keys created using
wave.getViewer().getKeys().toString(). only when i strip off the special
characters that's when they get created.

Original issue reported on code.google.com by j.cabre...@gmail.com on 2 Dec 2009 at 1:13

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
registering a viewer.id as a key works in javascript... see the Auction App in 
the
Gadgets Tutorial 
http://code.google.com/apis/wave/extensions/gadgets/guide.html#auction

Original comment by j.cabre...@gmail.com on 2 Dec 2009 at 1:18

GoogleCodeExporter commented 8 years ago
Ok, so now I should debug Google Wave too ? :D

Original comment by Julien.N...@gmail.com on 2 Dec 2009 at 7:46