SOP Issue

2010-02-24 Thread ramesh chiluveri
Hai All, I want to integrate my GWT application in an external webpage but for some reasons I can not/don't want to use an Iframe. My client and my server are running on "localhost:" and my external webpage is for testing purpose running on "localhost:8080". I load the no-cache.js unsing a

RPC Call Failed from other domain(cross domain) due to SOP

2010-02-23 Thread ramesh chiluveri
Hai All, I am trying to develop an application ,which will going to make server calls from different domains. I am facing problem with SOP . I am not able to make a sever call from different doamin. Below is the my code. When i make rpc call with this code,it is always failing.(onFailure)

Cross domain RPC

2010-02-21 Thread ramesh chiluveri
Hai All, I added in my .gwt.xml file to enable cross domain. My application is loading from other domains but when i make a call to server,it is failing. How can i make a server call from different domain?? Please help me Thanks Ramesh -- You received this message because you are subscribed

Cross site issue

2010-02-19 Thread ramesh chiluveri
Hai all, I enabled cross site by adding in my module.gwt.xml but the issue.it is not invoking RPC calls. Can anyone suggest on this. Thanks Ramesh -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to go

Re: problem with nocache.js

2009-10-15 Thread ramesh chiluveri
generating boot start up script as gwt.js. I am sure on using gwt1.5.3 version. can you please advice how to resolve this. Thanks On Oct 15, 7:24 pm, Thomas Broyer wrote: > On 15 oct, 15:41, ramesh chiluveri wrote: > > > Hai All, > > > I am facing problem to run my gwt applic

problem with nocache.js

2009-10-15 Thread ramesh chiluveri
Hai All, I am facing problem to run my gwt application. I am using gwt-1.5.3 version in Eclipse. When i create sample application it is generating html as Wrapper HTML for ImageViewer

Date Picker Issue

2009-09-17 Thread ramesh chiluveri
Hai All, I am facing problem to show datepicker in the dialog box. when i click on button to show popup calendar it is diplaying the popup calendar back side of the dialog box.I think reason may be for this is, z-index of the dialog box is high than popup calendar z-index,so that it is display

Problem with dialog box in IE

2009-08-12 Thread ramesh chiluveri
Hai All, I am using dialog box by initially focusing on of the widget in the dialog box. If i click out side of focused widget ,window shifting to other window. It is happening only in IE .Same code working fine in mozilla and other browser. Please help me Thank you --~--~-~--~~--

problem with dialogbox

2009-03-10 Thread ramesh chiluveri
Hai All, I had problem with dialog box in IE.My issue is ,I opened two IE browsers, when i clicked on outside dialogbox it is losing focus on current browser in IE and it is automatically highlighting other opened browser.I am showing dialogbox after applying GlassPanel. Same code is workinf f

GlassPanel problem in Hosted mode and IE.

2009-02-20 Thread ramesh chiluveri
Hai All, I developed an application using GlassPanel.I want to show a Login Dialogbox on top of the Glass Panel. I used gwt-incubator1.5 jar file to use gray background effect. It is working in fine in mozilla firefox and chroome but not in IE and Hosted mode. If i have opened two IE browser's

gray effect when dialogbox appears

2009-01-22 Thread ramesh chiluveri
Hai All, I want to transparent background window when dialog box shown. i think we have solutions to this. please give me your suggestions. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" gr

How to show our widget in new window

2009-01-16 Thread ramesh chiluveri
Hai All, I have requirement like , i want to show my popup panel in a new window when application loads. is there any way to show our widgets in a new window. i think we have window.open(url,name,features) method. but it is not useful in this case. Thank u --~--~-~--~~~

how to get the xml value from outside javascript file into entry point class

2009-01-15 Thread ramesh chiluveri
Hai All, This is regarding passing xml data from outside javascript file into GWT entry point class. My requirement like this, i need to get the some xml data from other javascript file into GWT entry point class. I written native function ,it will generate javascript function ,so that i can ac