Re: [Google Wave APIs] Robot Multiplexer

2010-02-14 Thread Chris
Nifty. ;) I think you could theoretically make a registration system out of that, with the database being stored in a private wave owned by the bot. In ALL things, strive for ><>, Chris On Mon, Feb 15, 2010 at 12:37 AM, technohippy wrote: > Hi all, > I made a simple library to host more than

[Google Wave APIs] Robot Multiplexer

2010-02-14 Thread technohippy
Hi all, I made a simple library to host more than one robots on one gae slot. http://reviewmycode.blogspot.com/2010/02/google-wave-robot-multiplexer.html Hope this helps. ANDO Yasushi -- You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post t

Re: [Google Wave APIs] Wave Document Types

2010-02-14 Thread Chris
Alternatively, text documents commonly have embedded tables, so textual and tabular data can be displayed on the same page. What if tables were implemented with row and column labels, and support for formulae? In ALL things, strive for ><>, Chris On Sat, Feb 13, 2010 at 2:51 AM, James Rhodes w

Re: [Google Wave APIs] Re: to wave the google wave

2010-02-14 Thread Chris
I'm pretty sure the basic HTML he's referring to is simply without JavaScript (or at least without AJAX), as that's what it means in the Gmail context. My parents are stuck with dial-up because of geography, and basic HTML is the only way they can get Gmail. Cedric: Who's Eric? In ALL things, st

[Google Wave APIs] Getting the wave id for a wave created from a robot

2010-02-14 Thread Karan
I have a robot that can create a new wave based on some conditions. My problem is that I am unable to programatically get the wave id of this newly created wave. I'm writing the robot in java, and here are the things I've tried. 1. Call getWaveId on the new wave. This returns a TBD. string. 2.

[Google Wave APIs] Re: to wave the google wave

2010-02-14 Thread alexandrojv
Well for #2 how would wave be an operating system??, wouldn't be able to do much in it other than communicate with others. And for #4 they are using HTML-5 in order to have the instant communication, and capabilities that normal HTML does not have. The Application that uses normal HTML already exi

[Google Wave APIs] Re: google docs embbebed

2010-02-14 Thread alexandrojv
You have to use the html of the doc, meaning go to the Doc, Publish it as a wepage, and copy the html it gives you, that way it will not open in another window On Feb 12, 1:57 am, Andrés Cerezo wrote: > I've used this already but the system creates a new page out the wave. > > 2010/2/12 Andrés Ce

[Google Wave APIs] Re: to wave the google wave

2010-02-14 Thread Cédric
Hi, i'm not a google employee too, but what I can say is that the google force is exactly to not doing what someone else have already done yet. For me the problem is that there is no bridge between waves and mails. There is no converter, any way to read mails in google waves or read waves in gmail.

[Google Wave APIs] Wave Document Types

2010-02-14 Thread James Rhodes
It occurs to me that Wave essentially only supports document-based information, that is all waves and wavelets are designed to hold Google Docs Document-type information. This is fine for majority of the information that will be shared through the Wave protocol; email, instant messaging and basic

Re: [Google Wave APIs] Possible Newbie Question

2010-02-14 Thread Jeffrey Richley
I finally figured it out (I think :) ). I am using the Cobogwave *framework (btw great little framework). I was trying to send data to the wave before the init() method was finished. When I did this, there was an exception being thrown because not everything was completely set up. I've moved ou

Re: [Google Wave APIs] Possible Newbie Question

2010-02-14 Thread Jeffrey Richley
I am getting the same behavior in firefox and ie 8. Interestingly, when I go to look at the debug section I get the following information... In persistentDocument - In annotations - (1,3) : conv/title= (5,9) : lang=unknown (9,10) : editable=false How do these get set? On Sun, Feb 14, 2010 at 7

[Google Wave APIs] Re: java.security.AccessControlException when doing AJAX from gadget

2010-02-14 Thread Avishay Balderman
http://www.scribd.com/doc/16954953/Programming-With-and-For-Google-Wave On Sun, Feb 14, 2010 at 7:50 PM, Avishay Balderman wrote: > gadget rpc > > http://www.oqube.com/journal/journal/2009/02/05/Google-Gadgets---Shindig-RPC-Enlightment > > > On Sun, Feb 14, 2010 at 6:15 PM, balderman wrote: > >>

[Google Wave APIs] Re: java.security.AccessControlException when doing AJAX from gadget

2010-02-14 Thread Avishay Balderman
gadget rpc http://www.oqube.com/journal/journal/2009/02/05/Google-Gadgets---Shindig-RPC-Enlightment On Sun, Feb 14, 2010 at 6:15 PM, balderman wrote: > Hi > I have a gadget which is doing AJAX activity against a servlet. > When the code is outside the wave it works fine. > When it works inside t

[Google Wave APIs] java.security.AccessControlException when doing AJAX from gadget

2010-02-14 Thread balderman
Hi I have a gadget which is doing AJAX activity against a servlet. When the code is outside the wave it works fine. When it works inside the wave we got the exception: java.security.AccessControlException Gadget code below: - - - - Thanks Avishay -- You received this messa

Re: [Google Wave APIs] to wave the google wave

2010-02-14 Thread Omni Adams
On Thu, Feb 11, 2010 at 19:45, Jingil Alias wrote: > # to improve speed in low speed internet connections, we must use > basic html > What part of Wave isn't using basic HTML? Or are you saying that they shouldn't add Javascript? -- You received this message because you are subscribed to the G

Re: [Google Wave APIs] Possible Newbie Question

2010-02-14 Thread Chris
Which browser(s) do ou see this in? If it captures events (Mozilla, Konqueror, or Safari), that could be part of the problem. Try testing in Internet Explorer or Opera. Or you could register a simple event listener that just alerts the event. If it's not alerted, that's a clue; if it is, you can

Re: [Google Wave APIs] Possible Newbie Question

2010-02-14 Thread Jeffrey Richley
I know what you mean, but I think this is a bit different. This is to the point where you can't interact with the UI elements at all. Buttons are unclickable, text fields can't even be selected. It is very odd, almost like there is a glass pane over top of the gadget. On Sat, Feb 13, 2010 at 11

Re: [Google Wave APIs] Re: Robot-created waves.

2010-02-14 Thread Stephen Gigante
Thanks for the reply. I'll just wait for the new API then. - Stephen On Sun, Feb 14, 2010 at 9:16 PM, cmdskp wrote: > Hi Stephen, > > Last I checked a couple months ago, a robot can't remove any > participants (including itself). The reason being that Google are > still considering how this w

[Google Wave APIs] Re: Robot-created waves.

2010-02-14 Thread cmdskp
Hi Stephen, Last I checked a couple months ago, a robot can't remove any participants (including itself). The reason being that Google are still considering how this will work in practice. The only 'robot' that can remove other robots being Bouncy which is actually more than a standard robot and