Re: Announcing GWT 1.6 Milestone 2

2009-04-28 Thread powwow
Try using FocusPanel. Let us know if it solves your problem. On Mar 12, 5:54 am, PS psl...@gmail.com wrote: Hi All    I have an issue, I want to drag and drop the panel, It can be horizontal or vertical or any other panel so that i can change it property(like change its size), but it is not

Re: Announcing GWT 1.6 Milestone 2

2009-03-12 Thread PS
Hi All I have an issue, I want to drag and drop the panel, It can be horizontal or vertical or any other panel so that i can change it property(like change its size), but it is not supporting for the panels it is supporting for simple widgets like label,button,text box and able to change it

Re: Announcing GWT 1.6 Milestone 2

2009-03-09 Thread Sumit Chandel
Hi Hez, As Vitali mentioned, marking these downloads as deprecated is our way of keeping them from view on the main download page. The milestone builds aren't fit for production, so we want to make sure no one mistakenly downloads a milestone build for work that they're planning to put into

Re: Announcing GWT 1.6 Milestone 2

2009-03-08 Thread hezjing
Hi In http://code.google.com/p/google-web-toolkit/downloads/list?can=1q=1.6+Milestone+2 , may I know why the GWT 1.6 Milestone 2 distributions are labeled as deprecated? On Thu, Feb 26, 2009 at 4:45 AM, Bruce Johnson br...@google.com wrote: The GWT team is happy to announce the availability of

Re: Announcing GWT 1.6 Milestone 2

2009-03-08 Thread Vitali Lovich
My guess would be so that they don't show up unless people really look for it. On Sun, Mar 8, 2009 at 11:23 AM, hezjing hezj...@gmail.com wrote: Hi In http://code.google.com/p/google-web-toolkit/downloads/list?can=1q=1.6+Milestone+2 , may I know why the GWT 1.6 Milestone 2 distributions are

Re: Announcing GWT 1.6 Milestone 2

2009-03-05 Thread Riyaz Mansoor
What version of Jetty is included with 1.6 ? Specifically, which version of the Servlet API does it support ? I hope 2.4 is supported. On Mar 5, 8:24 am, Riyaz Mansoor riyaz.mans...@gmail.com wrote: Just installed M2 and took a look around. I must say I like it - feels more natural to me.

Re: Announcing GWT 1.6 Milestone 2

2009-03-05 Thread Markus Knittig
On 03/05/2009 08:14 PM, Sumit Chandel wrote: GWT 1.6 ships with Jetty 6.1.11, which I believe supports Servlet API 2.5 and downwards (meaning 2.4 is supported). Any chance of upgrading before the release? Because support for multiple webapp directories would be quite handy, especially for

Re: Announcing GWT 1.6 Milestone 2

2009-03-04 Thread Riyaz Mansoor
Just installed M2 and took a look around. I must say I like it - feels more natural to me. For a new project I wanted to start in 1.6, I didn't want to migrate in the middle and update all the deprecated stuff. Haven't put it through its paces yet. But first thing - I have control of web.xml :)

Re: Announcing GWT 1.6 Milestone 2

2009-03-03 Thread Sumit Chandel
Hi Ian, Thanks for bringing this back up on the radar. I've updated Issue #1937 so that the team can take another look at the issue and consider it for inclusion for 1.6. Given that the HTMLPanel solution no longer works, this should probably be fixed for 1.6. The issue log should be seeing some

Re: Announcing GWT 1.6 Milestone 2

2009-03-03 Thread Sumit Chandel
Hello Ian, Agreed, this doesn't sound like a showstopper, but still should be investigated for a fix in a future release if not in 1.6. I couldn't find this issue reported on the Issue Tracker. Feel free to add this to the tracker - the details provided in the message below should be enough for

Re: Announcing GWT 1.6 Milestone 2

2009-03-02 Thread Ian Bambury
I doubt it is considered a showstopper. No-one took any notice when I mentioned it for 1.5 and 1.6.0, but it severely limits what I would like to be able to do. There are a number of widgets which cannot be used anywhere inside DisclosurePanels and StackPanels and probably other things. For

Re: Announcing GWT 1.6 Milestone 2

2009-03-02 Thread Ian Bambury
id's in HTMLPanels have to be unique within an application for every HTMLPanel every time you use it. so, for example, if you go to a database and get some HTML returned, say div id=nameFred/div then getElementById(name).getInnerHTML() will return 'Fred' But from then on, every

[gwt-contrib] Re: Announcing GWT 1.6 Milestone 2

2009-02-25 Thread nicolas de loof
I notice running the Hosted mode server with wrong parameters output a help message with : -serverPrevents the embedded Tomcat server from running, even if a port is specified But Tomcat is supposed to have been replaced by Jetty, isn't it :D On Wed, Feb 25, 2009 at 5:27 AM, Robert

[gwt-contrib] Re: Announcing GWT 1.6 Milestone 2

2009-02-25 Thread Scott Blum
That looks fine to me, although that -Dcatalina.base shouldn't matter anymore. Can you send me a VM crash log? On Tue, Feb 24, 2009 at 11:26 PM, Robert Cooper keber...@gmail.com wrote: I ran M1 and didn't get it, but at the time, I was still running GWTShell and dealing with the deprecated

[gwt-contrib] Re: Announcing GWT 1.6 Milestone 2

2009-02-25 Thread Scott Blum
Huh, that should have been fixed in M2. It should now say Specify the TCP port for the embedded web server (defaults to ). Are you sure that's still an issue in M2? On Wed, Feb 25, 2009 at 4:57 AM, nicolas de loof nicolas.del...@gmail.comwrote: I notice running the Hosted mode server with

[gwt-contrib] Re: Announcing GWT 1.6 Milestone 2

2009-02-25 Thread nicolas de loof
I'm using M2 ! Unknown argument: -foo Google Web Toolkit 1.6.1 HostedMode [-noserver] [-port port-number | auto] [-whitelist whitelist-string] [-blacklist blacklist-string] [-logLevel level] [-gen dir] [-style style] [-ea] [-server servletContainerLauncher] [-startupUrl url] [-war dir] [-extra

[gwt-contrib] Re: Announcing GWT 1.6 Milestone 2

2009-02-25 Thread Scott Blum
On Wed, Feb 25, 2009 at 11:41 AM, nicolas de loof nicolas.del...@gmail.comwrote: I'm using M2 ! where -noserver Prevents the embedded web server from running -port Specify the TCP port for the embedded web server (defaults to ) -serverPrevents the embedded

[gwt-contrib] Re: Announcing GWT 1.6 Milestone 2

2009-02-24 Thread Robert Cooper
I'm getting a segfault (Leopard, java 1.5 (-d32)) trying to run the HostedMode class. Any hints? On Feb 24, 5:32 pm, Bruce Johnson br...@google.com wrote: The GWT team is happy to announce the availability of Google Web Toolkit 1.6 Milestone 2! Binary distributions are available for download

[gwt-contrib] Re: Announcing GWT 1.6 Milestone 2

2009-02-24 Thread Robert Cooper
I ran M1 and didn't get it, but at the time, I was still running GWTShell and dealing with the deprecated warning. Below is my launch script (if someone sees something glaringly wrong I have missed) export CLASSPATH=/Users/kebernet/Applications/gwt-mac-1.6.1/gwt-

[gwt-contrib] Re: Announcing GWT 1.6 Milestone 2

2009-02-24 Thread Robert Cooper
And I have tried it with both -d32 and -d64 on Leopard. On Feb 24, 11:26 pm, Robert Cooper keber...@gmail.com wrote: I ran M1 and didn't get it, but at the time, I was still running GWTShell and dealing with the deprecated warning. Below is my launch script (if someone sees something