Mozilla Problem

2010-02-03 Thread Sanj
Hi All, I run my application is on Mozilla 3.4 then there is no issue but when i run the same thing in Mozilla 3.5.5 then i am facing following issue :- 00:00:34.234 [ERROR] Failed to load module 'shrisurance' from user agent 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/200

GWT Application +Memory Leakage

2009-07-20 Thread Sanj
eling, this memory leakage is not only because of this not removing listener explicitly and now i am not able to understand how can i remove this problem. So, please tell me if anybody have an idea? Thanks and regards, Sanj --~--~-~--~~~---~--~~ You received

Why LazyPanel?

2009-06-17 Thread Sanj
("Well hello there!"); hp.add(label); But object creation is same. And any major differences i.e. is lazyPanel help me for increasing the loading time of widgets. Thanks and regards, Sanj --~--~-~--~~~---~--~~ You received this message because you are

GWT 1.6 Compilation

2009-06-01 Thread Sanj
HI All, I am trying to shift on GWT 1.6. But when i compiled my code on GWT 1.6 then i face some compilation issue. The Exception stack trace is showing as :- [ERROR] Unexpected internal compiler error java.lang.StackOverflowError: null at java.io.ObjectStreamClass$FieldReflector.getPr

RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:192) problem on Gilead

2009-06-01 Thread Sanj
Hi All, I am using GWT 1.6.4 and Gilead. When i am trying to return the (List)data after executing the sql successfully then I am facing this issue. com.google.gwt.user.client.rpc.StatusCodeException: The call failed on the server; see server log for details at com.google.gwt.user.clien

RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:192) problem on Gilead

2009-06-01 Thread Sanj
Hi All, I am using GWT 1.6.4 and Gilead. When i am trying to return the (List)data after executing the sql successfully then I am facing this issue. com.google.gwt.user.client.rpc.StatusCodeException: The call failed on the server; see server log for details at com.google.gwt.user.clien

Hibernate4Gwt inherited issue

2009-05-21 Thread Sanj
Hi All, I am new to Hibernate4GWT. I try to implement in my module and follow the same instruction as given in the Hibernate4GWT test case. According to that one, i creates my BDO's in com.test.modulename.bdo package and imported in the client or widgets. But i am facing some issue i.e. [ERRO

Hibernate performance in GWT

2009-03-24 Thread Sanj
Hello Friends, When i was trying to use hibernate in GWT then i was found one major problem i.e. PersistentBag is not serializable. For resolving this issue, i read many blogs. According to the blogs, i found many solutions but at last i found when i am using this method then there is some perfo

Re: GWTExt chart on GWT widgets

2008-12-23 Thread Sanj
on any events. Thanks & regards, Sunil Bansal. On Dec 18, 6:59 pm, "Arthur Kalmenson" wrote: > > Arthur might be able to help you. > > LMAO. Thanks for the good joke :) > > Sanj, you may find more help by asking on the gwt-ext group > here:http://groups.googl

GWTExt chart on GWT widgets

2008-12-17 Thread Sanj
), new Integer(2084952), new Integer(366920) }, new Object[] { new Integer(2005), new Integer (2917246), new Integer(2587151), new Integer(330095) }, new Object[] { new Integer(2006), new Integer(3318185), new Integer(3087456), new Integer(230729) } }; }

Re: Dynamically load GWT-Ext js

2008-12-11 Thread Sanj
JSNI. I think, i am thinking in right way. But missing one step and don't know where this step is? If anybody have an idea how can i remove that time. Thanks and regards, Sanj. On Dec 11, 9:37 am, Sanj <[EMAIL PROTECTED]> wrote: > Hi All, > > I want to load my allgwt-extjav

Dynamically load GWT-Ext js

2008-12-10 Thread Sanj
: 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.

FormPanel rendering time

2008-09-03 Thread Sanj
Hi All, I am using GWT EXt formPanel, it takes lot of time in adding/rendering in hosted mode. It takes appx. 1.5 sec for two text fields and two labels. How can i reduce this rendering? I am using GWT-Exit 2.0.4 and GWT 1.5. --~--~-~--~~~---~--~~ You receiv