Re: [clutter] ClutterScript: includes

2010-05-11 Thread Thomas Garner
That works great!

Thanks!
Thomas

On Sun, May 9, 2010 at 8:49 AM, Emmanuele Bassi eba...@linux.intel.com wrote:
 On Sat, 2010-05-08 at 14:54 -0400, Thomas Garner wrote:
 What's the simplest method to include scripts within a script?

 you don't. there is no inclusion specified.

  My end
 goal is to break out my js into more manageable pieces.

 if you call clutter_script_load_from_* multiple times on the same
 ClutterScript instance then ClutterScript will merge the definitions
 (including extending the definitions of objects with the same type and
 id or expanding the definitions of objects referred to only by an id).

 the returned value for clutter_script_load_from_* is the merge id, which
 can be used to unmerge the definitions.

 you can refer to the ClutterScript API reference documentation, and to
 the examples under Clutter's tests/ directory.

 ciao,
  Emmanuele.

 --
 Emmanuele Bassi, Open Source Software Engineer
 Intel Open Source Technology Center

 --
 To unsubscribe send a mail to clutter+unsubscr...@o-hand.com


--
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



[clutter] ClutterScript: includes

2010-05-08 Thread Thomas Garner
What's the simplest method to include scripts within a script? My end
goal is to break out my js into more manageable pieces.

Thanks!
Thomas
-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



Re: [clutter] Approximately when is clutter 1.0 release targeted?

2009-06-08 Thread Thomas Garner
Are we talking about http://moblin.org/projects/netbook-toolkit-nbtk?
I get Access Denied. I see the git repo, but I was hoping for a
higher level summary somewhere.  What am I missing?

 I will surely look at NBTK !
-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com