Re: Problems with appendChild

2014-03-11 Thread Sagar Joglekar
hey Ryan, how were you able to solve this ? I am doing something similar on the client side, also I see this issue only with internet explorer. Not with Chorme or Mozilla or Opera. Your help is highly appreciated. Thanks On Tuesday, May 15, 2007 1:38:24 AM UTC-7, Ryan wrote: Don't know

Re: Texbox width greater than others

2010-04-12 Thread Sagar Samag
Thank you, Kozura, My problem got resolved. I copied the code to a new GWT Project and it is working fine there without any change! But in the old project the same strange behavior continues. I checked CSS files. They are identical. I could not understand why this was happening. Sagar

Re: Texbox width greater than others

2010-04-12 Thread Sagar Samag
Transitional//EN Thank you for solving the puzzle. Sagar -- From: Chi H c...@chi.ca Sent: Monday, April 12, 2010 11:49 AM To: Google Web Toolkit google-web-toolkit@googlegroups.com Subject: Re: Texbox width greater than others I've run

Texbox width greater than others

2010-04-11 Thread Sagar Samag
to display different widgets without knowing what they are. Different widths of controls are screwing my plans. Can someone help me on this? Thanks and Regards Sagar Samag -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Please help in Displaying SSRS Reports in GWT Application

2010-03-31 Thread Sagar Samag
the functionality to export data in different formats? Thanks in advance. Sagar -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email

How to cache DTD in Eclipse for GWT 2.0

2010-01-08 Thread Sagar
Hi I just installed fresh copy of eclipse and gwt plugin on it. but now the problem is each time i am doing something in ui.xml file, eclipse is trying to fetch the dtd. i am behind proxy which is 1000 miles away is there any way to cache the http://dl.google.com/gwt/DTD/xhtml.ent in eclipse,

Re: How to cache DTD in Eclipse for GWT 2.0

2010-01-08 Thread Sagar
still no luck... eclipse just hangs whenever i start editing the .ui.xml files. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send

Javascript function history.back(); is not working properly on google crome browser?

2009-11-12 Thread Sagar
In my project which is in gwt, history.back() not working properly in google chrome , on other browsers like IE, Firefox and Safari 4 it working properly. In other browser when i logged in to application , then if i press back button , it call onHistoryChange event with empty token. ( i think

Funny 404 warning in hosted mode window

2009-11-04 Thread Sagar
I started getting these funny 404 warning messages in my hosted mode log window anyone knows what they are? there are a 100s of these 404 warnings. dose GWT makes these calls? 404 - GET /cvs/ (null) 1390 bytes 404 - GET /cgi-bin/yabb/YaBB.cgi (null) 1407 bytes 404 - GET /cgi-bin/yabb/YaBB.pl

Server code giving error at Runtime..

2009-06-01 Thread Sagar
. also flush() and close() methods of Output Stream are not resolved at runtime. I have placed all my libraries in the /lib as well as the eclipse build path configuration setting. Kindly provide me the possible help. Thanks in advance, Sagar

How to include java project to GWT1.6 Module

2009-05-30 Thread Sagar
, Sagar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit

Re: Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java -Xmx128M)

2009-05-29 Thread Sagar
Thanks a lot Alex, There was some memory leak problem with the Java collections I used.. its working fine now. We should use parameterized collection as far as possible.. Regards, Sagar On May 28, 11:31 am, alex.d alex.dukhov...@googlemail.com wrote: You should also increase the heap size

Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java -Xmx128M)

2009-05-28 Thread Sagar
-Xmx128M) . I increased the heap size for eclipse to a maximum of enormous 1024MB still the same error coming. Kindly suggest.. Regards, Sagar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: View remaining content of a full ocuupied window after resizing

2009-02-05 Thread sagar
Well I have not used WindowResizeListener in my code. Instead I have used CSS wherein i state the min-width and min-height for mu main window and whenever the window is resized beyond this minimum specification, a scrollbar appears. Also some of my widgets have their widths/heights in percentages

Re: how to listen to ESC key for popup

2009-01-22 Thread sagar
hey thanks Hasan it works. However it is working only for ESC and not for ENTER even though i have used the above lines in my code. On Thu, Jan 15, 2009 at 2:57 PM, Hasan Turksoy hturk...@gmail.com wrote: you can override the PopupPanel#onKeydownPreview method like below; @Override

Re: set fixed size for popup and enable scrolling within it

2009-01-20 Thread sagar
ya so i wrapped a scrollpanel inside my popup and now it works fine. On Mon, Jan 19, 2009 at 5:54 PM, alex.d alex.dukhov...@googlemail.comwrote: On 19 Jan., 12:27, doopa niallhas...@googlemail.com wrote: Hi, You should probably change the CSS to scroll rather than auto. Auto is not

Re: GWT increases panel size

2008-12-23 Thread sagar
I think i found out what the problem is. The problem seems to be in mozilla firefox which resizes the panels incorrectly. I installed opera on my system and the panel width looks fine just as expected. But now the problem is why mozilla does the resizing and how to correct it. Will i face similar