[Google Wave APIs] Re: No container specified Problem

2010-01-27 Thread Dan
The specific problem which is causing that error is that you are submitting the form with no action. Change the input type of the button to button instead of submit, and move onsubmit='serch();' from the form tag to the button (as onclick). i.e.: form name='formular' Track: input

[Google Wave APIs] Re: No container specified Problem

2010-01-27 Thread Dan
D'oh, in my correction I went and repeated the error. Should read: form name='formular' Track: input type='lastfmtext' name='track' / Artist: input type='text' name='artist' / input type='button' value=' go! ' onclick='search();' / /form On Jan 27, 11:54 am, Dan

[Google Wave APIs] Re: Problem with wave creation from JAVA robot

2010-01-27 Thread Evgeniy Beschastnov
In my case robot just creates wave and adds there itself and another person. I can't find any problem with events in logs. It looks like robot receives all the events even just after deployment. But first time after deloyment wave is not created. With Best Regards, Evgeniy On Jan 26, 4:16 pm,

[Google Wave APIs] Re: Problem with wave creation from JAVA robot

2010-01-27 Thread Evgeniy Beschastnov
In my case robot just creates wave and adds there itself and another person. I can't find any problem with events in logs. It looks like robot receives all the events even just after deployment. But first time after deloyment wave is not created. With Best Regards, Evgeniy On Jan 26, 4:16 pm,

Re: [Google Wave APIs] Freeze a wavelet

2010-01-27 Thread Daniel França
https://wave.google.com/a/wavesandbox.com/?ll=debug#restored:wave:wavesandbox.com!w%252BIJlbhVeiA https://wave.google.com/a/wavesandbox.com/?ll=debug#restored:wave:wavesandbox.com!w%252BIJlbhVeiAIn this wave I'm using only one of the gadgets I said, and I wanna a scrollbar at the side of this,

[Google Wave APIs] Hosting a local gadget

2010-01-27 Thread Daniel França
Hi, I'm trying to host a local gadget running Apache, when I try to access that via browaer it works fine (and even work inside my company network), but in Google Wave the gadget appears broken, and I don't have any tip about why it's happening (Or I don't know where to see that). The same gadget

[Google Wave APIs] Re: No container specified Problem

2010-01-27 Thread FX-VISION
Thank You! It worked! (I had to remove some breaks,GoogleGroups maked) -- 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 APIs] Re: No container specified Problem

2010-01-27 Thread FX-VISION
I have another problem: How to do it, that the searchform only shows if you edit the post? -- 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,

Re: [Google Wave APIs] Hosting a local gadget

2010-01-27 Thread pamela fox
Hi Daniel - Gadgets must be hosted on a public server, as they are sent through a proxy on the gadgets container server to get rendered. I thought we put that restriction in the docs, but perhaps it needs to be made more prominent. You may want to try hosting the XML publicly, and referring to

Re: [Google Wave APIs] Adding a link to an Image Element (Java)

2010-01-27 Thread Austin Chau (Google employee)
Hi, Unfortunately this is not available right now, we are planning to add that in the future. Austin On Tue, Jan 26, 2010 at 12:18 PM, fdezjose fdezj...@gmail.com wrote: Hello! Is it possible to add a link to an Image Element that is appended to a blip? Thanks! -- You received this

[Google Wave APIs] Virtual office hour starting now!

2010-01-27 Thread Austin Chau (Google employee)
Please join us for Wave API office hours in this public wave on Wave Sandbox - https://wave.google.com/a/wavesandbox.com/#restored:search:in%253Ainbox+office+hours,restored:wave:wavesandbox.com!w%252BI-UyKsJ_A.1 -- You received this message because you are subscribed to the Google Groups

Re: [Google Wave APIs] Uniqueness of BlipId

2010-01-27 Thread Christopher Harvey
Given Every document within a wavelet has an identifier unique within the wavelet, I take that to mean that a BlipID need only be unique within that *particular* wavelet, hence one, or more, 'duplicate' BlipIDs could exist in other wavelets. (The same being the case with WaveletIDs within

Re: [Google Wave APIs] Database sharing

2010-01-27 Thread Simon Rawet
Appengen alows multipel versons of an application and in this case wave robots. So what you can do is give one bot verson 1 and the other 2 and then there wave addres are something like 1.verson.appn...@appspot.com The wersoning is done in your app file and if you login to your appengen