Did you specify the other extension as a dependency? Not sure that'll
fix the problem, but it's certainly a necessary first step to make
sure it's loaded before your extension.
Tom
yes, extensions can reference each other using this syntax
<link href="[#core#]/style.css" type="text/css" rel="stylesheet" />
For more info, read
http://code.google.com/p/simile-butterfly/wiki/UserGuide
--
Stefano Mazzocchi <stef...@google.com>
Software Engineer, Google Inc.
In any case, I agree it's needed for extensions to be able to inject
their own client side scripts inside the core templates and we'll try
to come up with a solution for that ASAP.