Ahmet Thanks , your solution took me to the next step , now that error has gone , but message appears "plugin is unresponsive , you wnt to stop the plugin?" and exception : * *Cannot read property 'StatusBar' of undefined * *Any idea ..
Thanks On Fri, Nov 25, 2011 at 4:39 PM, Ahmet Dakoglu <[email protected]>wrote: > I think you should make gwt-ext configurations (like adding line <inherits > name="com.gwtext.GwtExt"/> to xml file etc) after adding gwtext jar in > build path. > > > On Fri, Nov 25, 2011 at 12:42 PM, András Csányi <[email protected]>wrote: > >> On 25 November 2011 11:35, junaid <[email protected]> wrote: >> > I am trying to implement this GWT-EXT chart. I have simply created a >> new GWT >> > project and onModule I have pasted the source code as in this link and >> put >> > my getext.jar in builpath. >> > >> > When I run the project it never starts and it shows >> > >> > Plugin failed to connect to Development Mode server at 127.0.0.1:9997 >> > >> > and in my development mode >> > >> > 01:23:46.017 [ERROR] [gwtext] Line 41: No source code is available for >> type >> > com.gwtext.client.widgets.Panel; did you forget to inherit a required >> > module? >> > >> > Any idea why this is happening? Is there something I'm missing? This is >> my >> > first time using GWT-EXT. >> >> I think the best solution for you if you search for this error message >> in this list. It's a frequent question here. >> On the other hand, the problem is that the module what you did doesn't >> contain the source code. You have to change the compiling parameters >> to attach the source files to the jar. >> >> -- >> - - >> -- Csanyi Andras (Sayusi Ando) -- http://sayusi.hu -- >> http://facebook.com/andras.csanyi >> -- ""Trust in God and keep your gunpowder dry!" - Cromwell >> >> -- >> 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. >> >> > > > -- > *Ahmet DAKOĞLU* > > > -- > 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. > -- 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.
