[Google Wave APIs] Extension manifest is not reloaded when I remove and then add the extension

2009-12-18 Thread JoelR
I'm trying to change the text and iconUrl of the menuHook tag of the
extension manifest.

So I uninstall and remove my extension and then re-add it.

The items I want to change didn't change.
And, checking the server logs it appears that my manifest file was not
requested.

Is this a bug?

--

You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.




[Google Wave APIs] Multiple mappings in a gadget.submitDelta - odd behavior? Not atomic?

2009-12-10 Thread JoelR
I'm trying to do a submitDelta from my gadget with contents such as:
submitDelta({'foostate': 'foovalue', 'barstate': 'barvalue',
'mumblestate': 'mumblevalue'})

My robot is receiving document changed events.

What I'm seeing is that I'll get a document changed event with the
first mapping above and then a short period later another document
changed event that includes all the mappings from the submitDelta.

It seems that the submitDelta doesn't set all the mappings in any
atomic sense.

What *are* the semantics of this operation?
Is that why some developers do something like {'statedata':
encode_with_json()}

What I'd like to see:
- submitDelta as an atomic operation on all the mappings at once.
- the capability for the values in the key/value mappings to be
complex data (arrays and dictionaries essentially).

Thanks for further clarification,
Joel

--

You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.