Were you able to build the Vista Gadget? I followed Sumit's suggestion but I get the IE browser openned when I install the gadget. I believe this happens because of the deferred binding that GWT uses, but I'm not sure of that. Did you have to do anything else other than Sumit mentioned?
Thanks On 24 jun, 16:20, dzhang <[email protected]> wrote: > Thanks for the response. I've never actually thought of trying one of > the sample apps, only my own. > I'll give that a go and see how it works out > > Thanks! > > On Jun 24, 3:08 pm, Sumit Chandel <[email protected]> wrote: > > > Hi dzhang, > > I'm not very familiar withVistasidebargadgets, but from what I've read in > > theVistaSidebardeveloper guide, it should be possible to use a GWT > > application as aVistaSidebarGadget. You can test this out for yourself by > > copying over GWT-generated sample application files (JS and HTML) in the > > prescribed directory in theVistaSidebarGadget documentation. > > > For example, try copying over the Hello sample application resources > > (samples/Hello/war/Hello.html and everything under samples/Hello/war/hello/) > > to yourVistaGadget directory, along with the gadget manifest file. The > > steps are described in the developer docs (link below). > > >VistaSidebarGadgets developer > >guide:http://msdn.microsoft.com/en-us/library/bb456468(VS.85).aspx > > > <http://msdn.microsoft.com/en-us/library/bb456468(VS.85).aspx>It would make > > sense to only deploy the IE version of your application to theVistaSidebar > > Gadget (assuming it uses an IE rendering engine). You can make the GWT > > compiler generate the IE-specific application files only by specifying the > > following elements in your module XML file: > > > <set-property name="user.agent" value="ie6" /> > > > Hope that helps, > > -Sumit Chandel > > > On Mon, Jun 22, 2009 at 6:14 AM, dzhang <[email protected]> wrote: > > > > Hey guys, > > > > Does anyone know if it is feasible to use GWT in aVistasidebar > > > gadget? > > > > I wrote a simple gadget to attempt to do this, and it works in the > > > browsers, but not in the gadget itself (i.e. gadget doesn't load) > > > > There's no server side code, and it's just all client side. > > > > Has anyone ever had to deal with this? Is there a way to make GWT > > > target just IE?- Hide quoted text - > > > - Show quoted text - > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
