We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
google gadgets (Read 1036 times)
google gadgets
Apr 22nd, 2008, 7:58pm
 
Hello,

is there a way to use processing environement to build a google gadget ?

I read http://code.google.com/apis/gadgets/docs/gs.html and more.
It doesn't seem to exist anything except javascript...
but, you may probably know hacks or tips...

all the best,
Re: google gadgets
Reply #1 - Apr 27th, 2008, 7:21pm
 
did you try placing the applet tag in the code section?

Code:
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="hello world example" />
<Content type="html"><![CDATA[
<applet ...>
</applet>]]></Content>
</Module>
Re: google gadgets
Reply #2 - Apr 28th, 2008, 9:02am
 
it doesn't seem to work ...
Page Index Toggle Pages: 1