Oh, just include it in your gwt.xml file, heres how I include soundmanager2

<script src="/soundmanager2.js">
  <![CDATA[
    if ($wnd.SoundManager )
    {
        return true;
    }
    else
    {
        return false;
    }

  ]]>
</script>

On Tue, Oct 6, 2009 at 10:36 AM, dls <[email protected]> wrote:

>
> GXT is java based.  That's my whole point.  I want a js based
> framework.
>
>
> On Oct 6, 11:23 am, charlie <[email protected]> wrote:
> > Have you seen the  unofficial extjs-gwt ?  I would go that route.
> >
> > Actually I would use GXT.  I've been using it and I'm crazy in love with
> > it.  I want to take it out back and get it pregnant.
> >
> > On Tue, Oct 6, 2009 at 10:15 AM, dls <[email protected]> wrote:
> >
> > > Is it possible to use ExtJS directly with GWT instead of going the GXT
> > > route?  If so how would you include the framework in your project?
> > > Thanks.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to