[Google Wave APIs] Re: Problems loading flash in my gadget.

2009-10-04 Thread Dagfinn Parnas

Hi,

You have an extra character  on line 9. Without, it loads fine.

PS If you want to call the flash from javascript (through
ExternalInterface), you should add the allowscriptaccess:always
property when embedding the flash and set Security.allowDomain(*);
in your Flex/Flash application
(this because the wave is not rendered at the same host as the flash)


Cheers
Dagfinn

On 2 Okt, 02:46, Dave Peck davep...@gmail.com wrote:
 Hi,

 I wrote a tiny gadget (a collaborative drum machine) at the Wave
 hackathon earlier this year.

 Now that wave is out, I'm trying to get it working again.

 The gadget URL ishttp://codeorange-entertain.appspot.com/drum/drum-gadget.xml

 It depends on soundmanager2, a SWF and javascript library, to play its
 sounds. I load the SWF successfully into a div of my choosing using
 the gadgets.flash.embedFlash() API. But for some reason, the
 soundmanager code is unable to find the swf via the DOM, or unable to
 communicate with it. Is embedFlash() actually adding a nested div
 somewhere?

 

 As an unrelated question, is there a testing sandbox where I can load
 my gadget _without_ the rest of the wave interface? It would make
 debugging a little quicker, I think. I tried just opening the IFRAME
 URL for my embedded gadget, but this apparently doesn't fully work...

 Thanks,
 Dave
--~--~-~--~~~---~--~~
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] Robot Performance On Preview vs Dev Preview

2009-10-04 Thread James Purser

I've been playing around with a gmail/gwave bridge bot and I've got it
working fine on the dev preview however it doesn't seem to be working
the same way on the beta preview.

Specifically the bot is meant to be parsing an atom feed of the latest
messages from the persons gmail account and then creating a series of
waves. This works on the dev, but not the beta.

Anyone have any ideas?
-- 
James Purser
Collaborynth
http://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: How to know when Button Form is clicked?

2009-10-04 Thread Mark Fayngersh
I know that, but how do i constantly check for that? Like, is there a way to
set a handler to that?

2009/10/4 vadbars vadb...@gmail.com


 if (submitButton.getValue().equalsIgnoreCase(clicked)) {}

 On 3 окт, 23:27, Mark Fayngersh phunny.pha...@gmail.com wrote:
  FormElement submitButton = doc.getFormView().getFormElement(Submit);
  Now how do i know when submitButton is clicked?
 



-- 
~phunny.pha...@gmail.com
~mar...@archlinux.us

--~--~-~--~~~---~--~~
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: unable to deploy a robot

2009-10-04 Thread Smola

**UPDATE**

I found the problem!!!  Ok so my version wasn't updating with all
those changes when I visited capabilities.xml even though I could see
every version in my appengine dashboard.  I looked around in my
dashboard and there's an option on the left menu that says
Versions.  All of my versions were listed but version 1 was listed
as the *default* version.  I changed the default to the latest version
and voila!  I got robot activity!

One problem though: I get both messages for
WAVELET_PARTICIPANTS_CHANGED and WAVELET_SELF_ADDED when I add my
robot to a wave.  Adding a new contact sends the message for the
former event and not the latter as expected.  I suppose it makes sense
to have both of those messages fire because being added does cause the
participant list to change, but that's less than ideal for what it
SHOULD do.  Either way, it will only take a small fix to get rid of
the redundancy.

Anyway I hope my plight helps someone else!!


On Oct 3, 10:19 pm, Smola callmesm...@gmail.com wrote:
 I am having the exact same problem actually.  I copied everything from
 the Java tutorial character for character and I was able to access my
 capabilities.xml from appspot too.  My first error was thrown in
 Eclipse.  It flagged the package declaration at the top of my servlet.
 package com.google.wave.api.samples; was apparently invalid and so
 Eclipse suggested I use the project name instead (testrobot).  So I
 changed it to package testrobot;  But that didn't solve the
 problem.  I also changed the class extension from ParrotyServlet to
 TestRobotServlet, but I wouldn't think that that would be an issue.  I
 have also been changing my versions both in capabilites.xml and
 appengine-web.xml every time I deploy.  However, when I visit
 smolatest.appspot.com/_wave/capabilities.xml I see my original version
 number.  Even though I've changed it from 1 to 1a to 1b to 1c to 2
 trying to get it to work, It still shows 1.  Does anyone else see
 different?  All new versions show up in my appengine dashboard even
 though the file doesn't seem to be getting updated.

 The only warning I see is on my naming of the class to
 TestRobotServlet.  It throws this warning:
 The serializable class TestRobotServlet does not declare a static
 final serialVersionUID field of type long

 Would that keep it from working?

 I assure everyone that I followed the tutorial word for word and only
 changed the package declaration mentioned above.  Also, I added
 smolat...@appspot.com to my contacts list successfully.  I don't get
 why it won't work.  =[

 On Sep 29, 5:58 am, maxsap max.saprani...@gmail.com wrote:



  any one? I really can't understand what I am doing wrong, anyone with
  the same problem?
--~--~-~--~~~---~--~~
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 invite is sent to sandbox test account and/or primary sandbox account ?

2009-10-04 Thread Sam Osborne
Afraid to say that there's no way of getting it back now, so, unless you've
written it down somewhere, or you can remember it, there's no way of getting
back in.

2009/10/4 fvisticot fvisti...@gmail.com


 My primary sandbox account is blocked (password lost) !!! So i will
 never receive my invite !
 Please Help me 

 On 1 oct, 16:09, bjtitus bjti...@gmail.com wrote:
  I received mine on the original account I signed up with, not the
  sandbox accounts.
 
  On Oct 1, 6:10 am, fvisticot fvisti...@gmail.com wrote:
 
 
 
   Hello,
   My primary google wave sandbox account (fvisti...@wavesandbox.com)  is
   locked (pasword lost) ? My second account (fvisticot-
   t...@wavesandbox.com) is available.
   I would like to know if i will receive an invite on my fvisticot-
   t...@wavesandbox.com account ?
   If it is not the case, can someone send me an invite
   (fvisti...@gmail.com)
 
   Thanks
 
   Fred.
 


--~--~-~--~~~---~--~~
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] Newline character no longer working?

2009-10-04 Thread Mark Fayngersh
For some time now, i can no longer use the newline character in blips? Why
is that? I tried it every possible way, and none work. It is very important
to me that i get this working, for it assists a great deal in making blips
readable.

Ex: blip.AppendText(\n) // returns nothing
blip.AppendMarkup(br /) // returns nothing
blip.Append() // replaces, not helpful

--~--~-~--~~~---~--~~
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: How to know when Button Form is clicked?

2009-10-04 Thread Eric

A button being clicked will generate a FORM_BUTTON_CLICKED event, when
you get it, Event.getButtonName() will contain the name field of the
clicked button. (and, of course, the standard other event calls work
to get which wavelet, etc.)

On Oct 4, 11:02 am, Mark Fayngersh phunny.pha...@gmail.com wrote:
 I know that, but how do i constantly check for that? Like, is there a way to
 set a handler to that?

 2009/10/4 vadbars vadb...@gmail.com



  if (submitButton.getValue().equalsIgnoreCase(clicked)) {}

  On 3 окт, 23:27, Mark Fayngersh phunny.pha...@gmail.com wrote:
   FormElement submitButton = doc.getFormView().getFormElement(Submit);
   Now how do i know when submitButton is clicked?

 --
 ~phunny.pha...@gmail.com
 ~mar...@archlinux.us
--~--~-~--~~~---~--~~
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] Infrastructure robots on non-google servers?

2009-10-04 Thread Michael K

A quick question for the google folk - are there any plans to release
the infrastructure robots spelly and rosy so that they could be run
on the servers of wave providers other than google? I think this could
really help spread wave beyond google.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---