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 your local server
files in scrript tags .
- pamela

On 27 Jan 2010 23:39, "Daniel França"  wrote:

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 XML gadget file works fine when it's hosted in Google
Hosting.

Any hint about how can I find out what's happening here?

Best Regards,
Daniel C. França

-- 
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.

-- 
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.



Re: [Google Wave APIs] tags in a wave

2010-01-13 Thread pamela fox
Not currently; please star this issue:
http://code.google.com/p/google-wave-resources/issues/detail?id=263

- pamela

On Wed, Jan 13, 2010 at 6:22 PM, Acerezo  wrote:
> Hello, Can a robot add tag to its wave?
>
> Thanks
>
> --
> 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.
>
>
>
>
-- 
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] Re: Which Robots are available in Wave Preview?

2009-10-13 Thread pamela fox
No, you shouldn't have to. It is likely that those robots are suffering from
a current robot issue, or from separate issues. These robots are just demos
now and may be constantly under construction.

- pamela

On Wed, Oct 14, 2009 at 12:19 AM, Malcolm Gin  wrote:

> Do we have to do something extra to actually activate the robots?
>
> I added emoticony and attempted to use it in the way shown in the
> screenshot, and there's no automatic substituting of a typed emoticon
> to an image-based emoticon.
>
> Similarly, I tried the Guardiany robot and the Roshambo robot with the
> same (zero) results.
>
> Thanks,
> M
>
> On Oct 1, 10:07 pm, "pamela fox (Google employee)"
>  wrote:
> > Hi Mike-
> >
> > You can add robots that you know the addresses of. For instance, I
> > just added emoticon...@appspot.com to a Wave. You can look for robots
> > in the samples gallery (http://wave-samples-gallery.appspot.com/) but
> > keep in mind that they are only samples. We don't have any that we
> > think are ready to be "unleashed" on the masses yet.
> >
> > - pamela
> >
> > On Oct 2, 3:19 am, Mike Powered  wrote:
> >
> > > When do you anticipate unleashing robots on the masses?  I've been
> > > looking all over the place and can't find them anywhere.
> >
> > > On Sep 30, 11:16 pm, "pamela fox (Google employee)"
> >
> > >  wrote:
> > > > Hi Ahsan-
> >
> > > > You can use any robots (that are functional) by adding as
> participant,
> > > > but there are no robots linked to from the extensions gallery wave.
> > > > This is because we want to make several additions to the robots APIs
> > > > to make them more user-friendly first.
> >
> > > > More info on extensions gallery in this screencast:
> http://www.youtube.com/watch?v=WC7EbPpRoXM&feature=email
> >
> > > > - pamela
> >
> > > > On Oct 1, 3:45 pm, Ahsan Ali  wrote:
> >
> > > > > Hi,
> > > > > Which Robots are available in Wave Preview?
> >
> > > > > Rosy? Bouncy? Is there a list somewhere?
> >
> > > > > Thanks,
> >
> > > > > Ahsan Ali

--~--~-~--~~~---~--~~
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-api@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] Re: setModeCallback

2009-10-13 Thread pamela fox (Google employee)

Hi Jonny-

That is in fact an excellent question. The setModeCallback is only
available for the "bleeding edge" release of the Wave Gadgets API
library, which you can retrieve by specifying .
We did not make this clear in the reference, and remedy that.

An example gadget that uses it is here:
http://google-wave-resources.googlecode.com/svn/trunk/samples/extensions/gadgets/mappy/mappy.xml

- pamela

On Oct 13, 6:33 pm, jjh  wrote:
> Hi,
>
> I am not doubt doing something dumb, but I can't figure it out. I am
> trying to develop an equation gadget for Wave. I want the gadget to
> display the equation (as a picture) but become editable text for users
> to edit it. It looked like setModeCallback was the perfect thing to
> use for this - as I could detect when the blip containing the gadget
> is being edited and change modes.
>
> However, I register a callback in my gadget init function
> (gadgets.util.registerOnLoadHandler(init);) but it never seems to get
> called. I've checked javascript logs nothing showing up.
>
> Has anyone else had this problem. I haven't been able to find a demo
> gadget that using the setModeCallback.
>
> Any help appreciated.
> Jonny
--~--~-~--~~~---~--~~
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-api@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] Re: Broken application environment (Python)

2009-10-13 Thread pamela fox (Google employee)

Hey Daniel-

This is most likely this issue:
http://code.google.com/p/google-wave-resources/issues/detail?id=278

We're working on releasing the fix.

- pamela

On Oct 8, 8:54 am, "Austin Chau (Google employee)"
 wrote:
> Hey Daniel,
> Can you send me your app id and any request logging info you have in GAE
> that might help? you can email this info to me api.aus...@google.com
>
> Thanks,
> Austin
>
>
>
> On Wed, Oct 7, 2009 at 2:47 PM, Daniel Faust  wrote:
>
> > Not even the most basic stuff works:
>
> >  main.py 
> > #!/usr/bin/python2.5
>
> > import logging
> > logging.info('base')
>
> > from waveapi import events
> > from waveapi import model
> > from waveapi import document
> > from waveapi import robot
>
> > def OnBlipSubmitted(properties, context):
> >  logging.info('OnBlipSubmitted')
>
> > if __name__ == '__main__':
> >  logging.info('__main__')
> >  _robot = robot.Robot('MyBot, '1', image_url='http://wave-
> > mybot.appspot.com/public/image.png', profile_url='http://wave-
> > mybot.appspot.com/public/profile.htm')
> >  _robot.RegisterHandler('BLIP_SUBMITTED', OnBlipSubmitted)
> >  _robot.Run(debug=True)
> > 
>
> > A thing to note is that logging.info('__main__') never logs to the
> > log, neither is logging.info('base').
>
> > But, "http://wave-mybot.appspot.com/public/image.png"; and "http://wave-
> > mybot.appspot.com/public/profile.htm" are being hosted correctly (they
> > are viewable in a browser), which means that robot.Robot('...') is
> > effectively being executed.
>
> > OnBlipSubmitted is apparently never executed.
>
> > When I comment out "from waveapi import robot" I do get a traceback
> > when robot.Robot('') is being called, but none of the logging messages
> > are actually logged.
>
> > Who can I contact to deal with this issue?
>
> > --
> > Daniel
--~--~-~--~~~---~--~~
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-api@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] Re: Wave server never visit my capabilities again.

2009-10-12 Thread pamela fox (Google employee)

Hi Oasis-

Have you tried updating the version # of your file?
If that didn't work, then I would presume you are suffering from this
bug:
http://code.google.com/p/google-wave-resources/issues/detail?id=278
We are working on a fix for it now.

- pamela

On Oct 12, 6:38 pm, Oasis  wrote:
> Due to some setup mistake, I misplaced the file capabilities.xml. As
> found the 404 error in my app engine log, I corrected the web place of
> capabilities.xml, but it seems that wave server never visit the
> capabilities.xml again.
>
> With the same java project, I redeployed it to another application in
> my app engine account, it runs perfectly.
>
> So, I think there may be some bug in capabilities fetching in current
> wave server that prevent it from re-fetching the capabilities.xml
> again.
>
> Oasis
--~--~-~--~~~---~--~~
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-api@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] Re: Sandbox accounts will be deleted when wave is released ?

2009-10-12 Thread pamela fox (Google employee)

Hi Rahul-

We do not have any plans to delete sandbox accounts, but we aren't
recommending that developers store valuable data in sandbox either.
The primary purpose of sandbox is to give developers a place to debug
and develop your extensions.

I don't understand what you mean by robots running on that URL? Robots
are deployed to App Engine, and they will work on any instance of
Wave.

- pamela

On Oct 12, 2:33 am, Rahul  wrote:
> I have a ques.
>
> When wave will be fully released sandbox accounts will be deleted ???
>
> bcoz i have some robots running on appengine.google.com/a/
> wavesandbox.com/
>
> we will be given an option to migrate them or any other
> workaround.??
>
> Thanks
--~--~-~--~~~---~--~~
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-api@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] Re: BlipSubmitted not working?

2009-10-11 Thread pamela fox (Google employee)

I was experiencing this issue, and by changing my app.yaml to point to
a new application ID, I got the robot at the new address to respond. I
will file a bug, but perhaps you can use that workaround in the
meantime.

Tip: I have a dummy App Engine ID that I use for temporary stuff like
this, it's handy. (Mine is pamelafox-randomdemo).

- pamela

On Oct 11, 6:09 pm, Kyle  wrote:
> I can confirm BLIP_SUBMITTED not working. The following is my main
> file for my robot, and no debug information is being logged.
>
> http://pastie.org/650182
>
> On Oct 10, 6:53 pm, JamesBrooks  wrote:
>
>
>
> > I've added you on Wave.
>
> > On Oct 11, 2:50 am, James Purser  wrote:
>
> > > On Sat, 2009-10-10 at 18:48 -0700, JamesBrooks wrote:
> > > > Nope, no debug added to the logs. I tried it with the
> > > > WAVELET_SELF_ADDED and it logged it, so it's something wrong with the
> > > > BLIP_SUBMITTED method?
>
> > > Could you post your main function? Or if you're on the beta, my account
> > > is the same as my gmail.
>
> > > --
> > > James Purser
> > > Collaborynthhttp://collaborynth.com.au
> > > Mob: +61 406 576 553
> > > Skype: purserj1977
> > > Twitter:http://twitter.com/purserj
--~--~-~--~~~---~--~~
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-api@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] Re: If your invitees are waiting for their invite..

2009-10-09 Thread pamela fox (Google employee)

Not sure why that redirects for you (maybe a language issue?), but it
says:

"This post is for those of you who've used the wave called "Invite
others to Google Wave" and want to know more about the process. Please
note that as it says in the wave, this is a nomination process and we
won't send requested invitations immediately. We're constantly
monitoring our load to make sure we're scaling to support new users.

We're grateful for your excitement to share Google Wave and we're
working hard to fulfill your requests. At this time, we don't have a
way for you to check the status of an invitation, and we're not able
to provide updates on specific names. Thanks for your patience and for
using Google Wave!"

- pamela

On Oct 10, 1:23 am, Seb  wrote:
> Hi Pamela,
>
> My invitees are still waiting theire invite and the link  you mention
> does not point anywhere (redirection tohttp://www.google.com/support/forum/)
> Could you give some details, please ?
>
> Sébastien.
>
> On 8 oct, 04:58, "pamela (Google employee)" 
> wrote:
>
>
>
> > For those of you who have used the "Invite others" wave and are
> > wondering why your invitees have not yet receivedinvitations, please
> > read this post:
>
> >http://www.google.com/support/forum/p/wave/thread?tid=52bfa73ad3090d6b
>
> > - pamela
--~--~-~--~~~---~--~~
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-api@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] Re: FYI: Missing Sandbox -> Preview Invites

2009-10-07 Thread pamela fox (Google employee)

Hi Brandon -

Please email me offline with your Wave sandbox username.

- pamela

On Oct 8, 1:22 pm, masemase  wrote:
> I have a Google Wave Sandbox account and have been extremeley
> dissapointed to not have received an invite to the program yet.  I've
> tried all the "solutions" online and mentioned in Wave (i.e. searching
> for the "Enable your Google Wave Account" every day, as well as
> entering the "  search query"), but every day to no avail.
>
> I understand that there is quite a bit of demand for these invites
> right now and, while you promised them to everyone in the Sandbox
> program, I was just wondering if it WAS the case that you haven't
> gotten around to getting invites out to all the Sandbox participants
> just yet...or whether there was some other problem.
>
> I haven't been able to find any other support e-mail addresses that
> would reply to me, so I apologize in advance if this is not the
> appropriate forum to be raising such a question, but it seemed as
> though someone had a similar situation as I and a Google employee had
> responded to their situation, so I figured I'd give it a shot.
>
> Any help, information or, obviously, AN INVITE, would be appreciated!
>
> Sincerely,
> Brandon
>
> On Oct 7, 10:24 pm, "pamela (Google employee)" 
> wrote:
>
>
>
> > We have received some reports of developers that have not yet received
> > invites for Google Wave preview in their sandbox account. If you think
> > you are one of them, please do a search first for "Enable your Google
> > \/\/ave Account" (with a funny "W") to check for the invite wave.
>
> > We haven't yet figured out why the invites aren't there for some of
> > you, and are looking into the issue. Thanks for your patience.
--~--~-~--~~~---~--~~
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-api@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] Re: Which Robots are available in Wave Preview?

2009-10-01 Thread pamela fox (Google employee)

Hi Mike-

You can add robots that you know the addresses of. For instance, I
just added emoticon...@appspot.com to a Wave. You can look for robots
in the samples gallery (http://wave-samples-gallery.appspot.com/) but
keep in mind that they are only samples. We don't have any that we
think are ready to be "unleashed" on the masses yet.

- pamela

On Oct 2, 3:19 am, Mike Powered  wrote:
> When do you anticipate unleashing robots on the masses?  I've been
> looking all over the place and can't find them anywhere.
>
> On Sep 30, 11:16 pm, "pamela fox (Google employee)"
>
>
>
>  wrote:
> > Hi Ahsan-
>
> > You can use any robots (that are functional) by adding as participant,
> > but there are no robots linked to from the extensions gallery wave.
> > This is because we want to make several additions to the robots APIs
> > to make them more user-friendly first.
>
> > More info on extensions gallery in this 
> > screencast:http://www.youtube.com/watch?v=WC7EbPpRoXM&feature=email
>
> > - pamela
>
> > On Oct 1, 3:45 pm, Ahsan Ali  wrote:
>
> > > Hi,
> > > Which Robots are available in Wave Preview?
>
> > > Rosy? Bouncy? Is there a list somewhere?
>
> > > Thanks,
>
> > > Ahsan Ali
--~--~-~--~~~---~--~~
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-api@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] Re: Which Robots are available in Wave Preview?

2009-09-30 Thread pamela fox (Google employee)

Hi Ahsan-

You can use any robots (that are functional) by adding as participant,
but there are no robots linked to from the extensions gallery wave.
This is because we want to make several additions to the robots APIs
to make them more user-friendly first.

More info on extensions gallery in this screencast:
http://www.youtube.com/watch?v=WC7EbPpRoXM&feature=email

- pamela


On Oct 1, 3:45 pm, Ahsan Ali  wrote:
> Hi,
> Which Robots are available in Wave Preview?
>
> Rosy? Bouncy? Is there a list somewhere?
>
> Thanks,
>
> Ahsan Ali
--~--~-~--~~~---~--~~
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-api@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] Re: FYI: Google Wave preview accounts

2009-09-30 Thread pamela fox (Google employee)

I've closed the topic to keep the thread clean and easy to read, feel
free to ask questions in new threads. Thanks!

On Oct 1, 10:30 am, "pamela (Google employee)" 
wrote:
> Many of you are asking regarding accounts for the preview of
> wave.google.com. As mentioned before, all current developers in
> wavesandbox.com will get access to wave.google.com. You will receive a
> wave in your sandbox account with the title "Enable your Google Wave
> account" with a one time invitation URL. The page at that URL will
> prompt you to login to Google Wave with a Google account (you can use
> your existing Gmail login or create a new account). This will be a one-
> time use URL so use it carefully. Once you are logged into
> wave.google.com, you will see a wave with the title "Invite others to
> Google Wave." Use that wave to nominate other people to get Google
> Wave.
>
> These invites should arrive in your sandbox inbox over the next 24
> hours or so.
--~--~-~--~~~---~--~~
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-api@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] Re: robot installer

2009-09-26 Thread pamela fox (Google employee)

The case doesn't matter - it works in lowercase as well. Try out:
http://imagine-it.org/google/wave/installer_newwavemenu_robot.xml

- pamela

On Sep 27, 1:29 pm, vadbars  wrote:
> Hi!
>
> Please tell me, the value of "location" attrubute must necessarily be
> written in CAPITAL LETTERS?
>
> On 27 сен, 04:15, "pamela fox (Google employee)"
>
>
>
>  wrote:
> > Hi Thomas-
>
> > Does the following work for you?
--~--~-~--~~~---~--~~
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-api@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] Re: robot installer

2009-09-26 Thread pamela fox (Google employee)

Hi Thomas-

Does the following work for you?


  
  

  

  


- pamela


On Sep 25, 11:19 pm, Thomas Beverley 
wrote:
> ahhh but google wont accept that format when you try to upload it to
> the gallery. Anyone got any other suggestions?
>
> On Sep 25, 1:56 pm, Thomas Beverley 
> wrote:
>
>
>
> > Yeah that seemed to work for me too. Thanks!
>
> > Tom
>
> > On Sep 24, 8:17 am, Peter Svedberg 
> > wrote:
>
> > > Tom,
>
> > > I can confirm that the description given 
> > > inhttp://code.google.com/apis/wave/extensions/installers/index.html#Ext...
> > > (Tweety example) does not work. I tried it just now and it is still
> > > the previous version of installer which works:
>
> > >  > >   location="NewWaveMenu">
> > >    > >     id="somebot"
> > >     text="New SomeBot"
> > >     description="description of somebot" />
> > >   
> > >     
> > >   
> > > 
>
> > > Hope this helps...
> > > Peter
--~--~-~--~~~---~--~~
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-api@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] Re: Forgot password

2009-09-22 Thread pamela fox (Google employee)

There is a surprising number of developers that have lost their
password (and here I thought everyone followed my philosophy of using
the same password for everything), and it is taking us time to respond
to all of them. As Brian said, we'll be working on it over the next
few weeks.

To those of you reading this that have lost your password, please
forward us the original "Get Ready to Wave" email to make it easy to
locate your account and verify you as the owner. If you cannot find
that, then atleast specify your full username. Thanks!

- pamela

On Sep 22, 3:24 am, fvisticot  wrote:
> Same pb and not support for Google Wave team :(
> Any idea ???
>
> On 21 sep, 18:02, Sam Osborne  wrote:
>
>
>
> > Yeah... I've forgotten the one I set for my test account... Can't seem to be
> > able to log in with it (whether that was migrated along with the proper one
> > I'm not sure)...
>
> > 2009/9/21 Aaman 
>
> > > I seem to have forgotten my password for the Wave Sandbox and don't
> > > see any option to reset the password other than a note to contact my
> > > 'domain administrator'
>
> > > Please help. My wave sandbox id is aamanlamba
--~--~-~--~~~---~--~~
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-api@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] Re: Google WAVE group unusable (CSS rendering error?)

2009-09-07 Thread pamela fox (Google employee)

I have changed the theme (and added a Wave logo); hopefully that will
make a difference. Thanks for the suggestion, qMax.

- pamela

On Sep 7, 3:47 am, qMax  wrote:
> i've seen this bug alot of time, and reported it into GG issue
> tracker.
> this bug relates to default theme, and the best way to fix it is to
> select another theme.
--~--~-~--~~~---~--~~
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-api@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] Re: Gadget debugging tips

2009-09-06 Thread pamela fox (Google employee)

Hi Avital-

Yes, you're right. I happened to use JSONP as I'm a bit of a JSONP
addict, and it avoids the use of eval() and XML parsing. I could
mention that option there as well.

This will be in the docs soon, but feel free to make other suggestions
for it now. Thanks!

- pamela

On Sep 6, 8:34 pm, Avital Oliver  wrote:
> Couldn't gadgets.io.makeRequest also be used for loading the history of the
> gadget states (where JSONP was suggested)?
>
> Avital.
>
> On Sun, Sep 6, 2009 at 5:04 AM, Jason Salas
> wrote:
>
>
>
>
>
>
>
> > Great & helpful piece by Pamela Fox:http://tr.im/xZIs
--~--~-~--~~~---~--~~
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-api@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] Re: Google WAVE group unusable (CSS rendering error?)

2009-09-05 Thread pamela fox (Google employee)

Hi Marc-

I have seen that a few times, but it usually resolves itself if I
reload the page. Does that work for you, perhaps?

- pamela

On Sep 5, 7:54 pm, Marc de Ruijter  wrote:
> Hi,
>
> I have a strange error with this Google group: the group-menu is overlaying
> on the left side, making the group unreadable.
> This is the only group i have this problem with, ALL other google groups are
> behaving normal (menu on the right)
> I am using Firefox latest version and tested in IE latest version, both have
> the same problem.
>
> Anyone else have this problem? (i do not expect answers to this, since the
> group is unusable because of this error)
>
> Attached: print screen (also 
> here:http://www.zonzoeker.info/test/google-groups-wave-error.png)
>
>  google-groups-wave-error.png
> 73KViewDownload
--~--~-~--~~~---~--~~
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-api@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
-~--~~~~--~~--~--~---