Google gadgets

For the Compleat Fan
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Google gadgets

Post by newdep »

Seems Google has added Google Desktop-Gadgets for Linux too.. I thought
those only worked for Windows.. Mac is supported too..

Now the gadgets for Linux are Gtk based Lets see if that frame work
speeds up GTK development with newlisp instead of doing it directly
from the Gtk library... who know..


http://desktop.google.com/en/linux/download.html
-- (define? (Cornflakes))

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Post by cormullion »

I thought they were HTML and Javascript... Will take a look! :)

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

yes true they still do, though GTK is used for the desktop widgets.
Calling those widgets is done in Javascript and I was wondering if the
interface between javascript and Gtk was a nice library that could be used
for direct Gtk programming or even with the use the of CANVAS Module
from Lutz to somehow create an interaction with the Google Library..
(dont know, yet, if the google license allows this though ;-)

Ill bett that Interface will change to Qt very soon...Now google used
different Gui's but Google Earth already used Qt.. Moving to the phone's
they surely take something which is 'more advanced' like Qt..
(Which is also an issue Why im thinking of interaction with C++, those
Qt libs are all in C++)..

Here i.e. how to call Google maps from Lisp
http://www.franz.com/support/tech_corne ... 1007.lhtml
-- (define? (Cornflakes))

Locked