Thanks Nitesh, i resolved it, do u have any idea how to copy textbox items
on a system.clipboard, so that user can copy text to another application
whenever required.

-
Harish


"It said 'Insert disk #3', but only two will fit..."

2009/3/24 Nitesh Dasari <[email protected]>

> This Problem comes if some of the JS is not available to GWt embedded
> tomcat server.
>
> It might be problem with .xml sttings .
>
> refer the following sample .xml for my application and correct your module
> xml
>
>
> <?
> xml version=*"1.0"* encoding=*"UTF-8"* standalone=*"no"*?><module>
>
> <!-- Inherit the core Web Toolkit stuff. -->
>
> <inherits name=*"com.google.gwt.user.User"*/>
>
> <inherits name=*"com.gwtext.GwtExt"*/>
>
> <inherits name=*"com.gwtext.Charts"*/>
>
> <inherits name=*"com.rednels.ofcgwt.OFCGWT"*/>
>
> <!-- Specify the *app* entry point class. -->
>
> <entry-point class=*"com.bolt.client.BoltApplication"*/>
>
> <inherits name=*"com.google.gwt.user.theme.standard.Standard"*/>
>
> <stylesheet src=*"js/ext-2.0.2/resources/css/ext-all.css"*/>
>
> <script src=*"js/ext-2.0.2/adapter/ext/ext-base.js"*/>
>
> <script src=*"js/ext-2.0.2/ext-all.js"*/>
>
> <servlet class=*"com.bolt.server.BoltServiceImpl"* path=*"/BoltService"*/>
>
> </
> module>
>
> Thanks&Regards
> Nitesh
>
>
>
>
> On Thu, Mar 19, 2009 at 9:33 AM, Harry <[email protected]> wrote:
>
>>
>> Hi,
>>
>> Getting this error please help.
>>
>> [ERROR] Unable to load module entry point class
>> com.myapplications.client.Notes (see associated exception for details)
>> com.google.gwt.core.client.JavaScriptException: (TypeError):
>> '$wnd.Ext.StatusBar' is null or not an object
>> number: -2146823281
>> description: '$wnd.Ext.StatusBar' is null or not an object
>> at com.gwtext.client.widgets.Component.checkExtVer(Native Method)
>> at com.gwtext.client.widgets.Component.<clinit>(Component.java:108)
>> at com.myapplications.client.Notes.onModuleLoad(Notes.java:22)
>>
>> I have already loaded gwt ext file 2.0 in class path,
>> have added <script src="js/ext/adapter/ext/ext-base.js"></script>
>> <script src="js/ext/ext-all.js"></script> to HTML
>> and added <inherits name='com.gwtext.GwtExt'/> to xml module
>>
>> Please help..
>>
>> Thanks a lot.
>> >>
>>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to