Re: [Google Wave APIs] Re: Can one user proxy many users

2009-12-17 Thread Jonathan Hunt
Hi Pamela, Have you guys started provisioning apps domains? I signed up when it first came out but haven't heard anything since them. I'm guessing Wave for your domain is not a great deal of use until Wave preview enables federation. J On Thu, Dec 17, 2009 at 4:13 AM, pamela (Google Employee)

[Google Wave APIs] Dropdowns with robots

2009-12-14 Thread Jonathan Hunt
Hi, Is there any way that a robot can insert a dropdown list (similar to radiobuttons)? If not, is this likely to be added in future? Thanks for any help. Jonny -- Jonathan J Hunt j...@42quarks.com Homepage: http://www.42quarks.com (Further contact details there) Physics isn't the most

[Google Wave APIs] Headings

2009-10-25 Thread Jonathan Hunt
Hi, I think my question relates to this bug (but it's not very clear) http://code.google.com/p/google-wave-resources/issues/detail?id=85 but the bug is reported closed and moved to the Java API. I am using the python API for robots. I would like to access information about which parts of the

[Google Wave APIs] Re: Gadget shared state question

2009-10-23 Thread Jonathan Hunt
You are using wave-preview so you may be encounter this bug http://code.google.com/p/google-wave-resources/issues/detail?id=333 On Sat, Oct 24, 2009 at 1:22 AM, Ruprict glenn.goodr...@gmail.com wrote: So, lemme see if I have this straight: I have a gadget that responds to a user event by

[Google Wave APIs] Internal links in Wave

2009-10-21 Thread Jonathan Hunt
Hi all, Apologies if this is documented somewhere and I haven't be able to find it. Is there a method (perhaps some sort of annotation) of creating internal links within a wave (i.e as I said in my earlier blip) where earlier blip is a link to the blip of interest, or links to a specific part of

[Google Wave APIs] Re: Dynamic height gadget not always resizing

2009-10-20 Thread Jonathan Hunt
badly in last release, and I couldn't get the error. - pamela On Tue, Oct 20, 2009 at 1:11 PM, Jonathan Hunt j...@42quarks.com wrote: Hi Pamela, I have been working on giving you a minimal example but I'm now finding the Uncaught TypeError's on almost any wave that has multiple gadgets

[Google Wave APIs] Re: Google Wave sandbox account?

2009-10-20 Thread Jonathan Hunt
Hi Pamela, I have had a similar issue with the the invitation arriving and filling in a form to choose a username for Wave but never receiving anything after that. Jonny (j...@42quarks.com or jhun...@gmail.com) On Wed, Oct 21, 2009 at 3:39 AM, instcode instc...@gmail.com wrote: Hi Pamela,

[Google Wave APIs] Reference JS file from XML with relative path

2009-10-19 Thread Jonathan Hunt
Hi, I am running my test version of my gadget on a different version of appengine from the deployed version. I just wasted a bunch of time trying to figure out why none of my changes were not working before I realized that my XML gadget specification references pulls in the javascript file

[Google Wave APIs] Re: Dynamic height gadget not always resizing

2009-10-19 Thread Jonathan Hunt
Hi Chris, I tried modifying my gadget so that the size of the image was always specified explicity (i.e. start with default size and use img.onload to update the size) before calling gadgets.window.adjustHeight(); but I still have the same problem. I notice that the js file having the error

[Google Wave APIs] Re: Dynamic height gadget not always resizing

2009-10-19 Thread Jonathan Hunt
of the problem. Thanks! - pamela On Tue, Oct 20, 2009 at 12:10 AM, Jonathan Hunt j...@42quarks.com wrote: Hi Chris, I tried modifying my gadget so that the size of the image was always specified explicity (i.e. start with default size and use img.onload to update the size) before calling

[Google Wave APIs] Re: Dynamic height gadget not always resizing

2009-10-19 Thread Jonathan Hunt
Hi Pamela, I have been working on giving you a minimal example but I'm now finding the Uncaught TypeError's on almost any wave that has multiple gadgets inserted in Chrome or Safari (i.e. yes no maybe gadgets or see my minimal example http://waveyscience.appspot.com/eqygadget/test.xml). However,

[Google Wave APIs] Inline gadgets

2009-10-19 Thread Jonathan Hunt
Hi, I am developing an math's equation editing gadget for Wave. One feature several users have access is the ability to include equations inline (i.e. not on a seperate line, but on the same line as text). This is commonly used when writing text. You often have an equation on a seperate line:

[Google Wave APIs] Re: Dynamic height gadget not always resizing

2009-10-18 Thread Jonathan Hunt
Hi Chris, Are you using Google Chrome - are there any errors output on the console? I am having problems in Google Chrome (Mac) with gadget resizing but not on Firefox. Regards, Jonny On Mon, Oct 19, 2009 at 3:30 PM, Chris Searle chrisdsea...@gmail.com wrote: Have a gadget with the

[Google Wave APIs] Server-side timestamp

2009-10-14 Thread Jonathan Hunt
Hi, I have a question about the best way to manage state changes with an interactive gadget. My gadget has a textbox for user's to write an equation in (http://waveyscience.appspot.com). Every time the user types in the textbox I change the stored equation (submitDelta). I don't want to wait

[Google Wave APIs] Re: wave.getMode() troubles

2009-10-13 Thread Jonathan Hunt
Hi, You can see the simple equation gadget I built which uses getMode and seems to work (for me). http://waveyscience.appspot.com/eqygadget/eqygadget.xml Regards, Jonny On Wed, Oct 14, 2009 at 12:33 PM, nerd_boy i.am.nerd...@gmail.com wrote: Changed the require feature as you stated, but it