how to display Google map widget in a vertical panel of GWT designer?

2011-10-25 Thread Praveena sunil
as soon as possible, bcoz i hav to complete this project very urgently!! regards Pravina Sunil -- 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

Re: How to make GWT pages search engine friendly?

2011-02-25 Thread sunil S
. -- * * ** ** * sunil* * 9860412073 * -- 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

GWT 2.1 compiler takes 45-50 minutes to compile with multi-language support tags

2011-01-11 Thread Sunil Ramaiah
/ With these tags, the compiler takes around 45 minutes. If I remove, the compilation time is back to normal. Has anyone faced this problem ? Thanks, Sunil. -- 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

ImageBundle and the new war structure

2009-04-22 Thread Sunil
the war directory? Thanks Sunil. --~--~-~--~~~---~--~~ 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

Re: ImageBundle and the new war structure

2009-04-22 Thread Sunil
directory. If I moved the images to the same source folder as the ImageBundle definition source, it works. Thanks Sunil. On Apr 22, 11:37 am, Salvador Diaz diaz.salva...@gmail.com wrote: They have to be in the public directory. Read the second bullet point in the New Project Structure section

Re: DialogBox StackPanel height problems

2008-11-04 Thread Sunil
); stackPanel.setSize(100%, 100%); return stackPanel; } } -- On Nov 4, 3:56 am, sepp maier [EMAIL PROTECTED] wrote: I have no problems with IE (7.0.5730.13), can you send me a code snippet for a test. On 3 Nov., 23:02, Sunil [EMAIL

DialogBox StackPanel height problems

2008-11-03 Thread Sunil
. What I want is for all the tabs of the StackPanel to be always visible, not matter what the contents of the stacks are. I want the scroll bars to appear inside each panel if needed, not for the entire StackPanel. Any ideas? Thanks Sunil. --~--~-~--~~~---~--~~ You

Re: DialogBox StackPanel height problems

2008-11-03 Thread Sunil
On Nov 3, 12:10 pm, sepp maier [EMAIL PROTECTED] wrote: Hallo Sunil, On 3 Nov., 15:52, Sunil [EMAIL PROTECTED] wrote: I am trying to create a DialogBox with a HorizontalSplitPanel, the left side of which contains a StackPanel. I was trying to get the StackPanel to fill the entire left

Re: DialogBox StackPanel height problems

2008-11-03 Thread Sunil
I couldn't find a way to figure out the height to set for the StackPanel in a DialogBox. If it is set to the height of the parent SplitPanel, it appears fine in Safari, but not in IE and Firefox where it always appears larger than the dialog height causing scrolling. On Nov 3, 3:28 pm, Sunil