Re: Suggest a PlaceController Enhancement with the Delegate overriding

2012-04-22 Thread Thomas Broyer
On Sunday, April 22, 2012 5:11:45 AM UTC+2, Brandon Donnelson wrote: I'd like to suggest a PlaceController Enhancement with the Delegate overriding so I can have the place controller check if the warning has been cleared. I'd like to build my own popup dialog as the delegate which is non

Re: Request Factory Annotation Setup

2012-04-22 Thread Thomas Broyer
On Sunday, April 22, 2012 6:21:24 AM UTC+2, Brandon Donnelson wrote: I'm adding my Request Factory Validation Tool and/or Annotation setup here: http://c.gwt-examples.com/home/ui/requestfactory Aren't the symbolMaps already generated in WEB-INF/deploy/symbolMaps by default? (without the

Re: The RequestFactory ValidationTool must be run for the RequestFactory type

2012-04-22 Thread Prashant Hegde
encountered the same issue today, solved by changing the directory name from .apt_generated to .apt_generated1 Seems like that forces a revalidation. Prashant On 17-Apr-2012, at 1:08 AM, Felipe Stanham wrote: I Know this is old but I just got stuck with the same problem. Did you ever got

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-22 Thread Trey Roby
A paragraph or two every couple of months about what you are working on would make a huge difference. Trey -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-22 Thread Cristian Rinaldi
I honestly do not think that GWT is dying. The community is very large, and we need answers, especially for new projects!!! For all this, Ray thank you very much for the comments, have given us an interesting perspective, we look forward to news good! A.U.S Cristian Rinaldi Teléfono Móvil: (0342)

Re: help

2012-04-22 Thread Joseph Lust
I too would be interested in such a sample project. Having used Hibernate/JPA extensively over the years with MS SQL/Oracle/MySQL, I've been tragically brainwashed into the RDBMS world view. I've recently read every scrap of Java DataStore/JDO documentation in AppEngine, but it still seems

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-22 Thread Jim
If Google can provide GWT support service, that will be super, which is a win-win for companies who has GWT in production and Google GWT development team. Jim On Apr 22, 10:59 am, Cristian Rinaldi cristian.rina...@logikas.com wrote: I honestly do not think that GWT is dying. The community is

Thread Management with Request Factory

2012-04-22 Thread Sydney
I am interested in the thread management when using request factory. I organize my server code in a way that a business service depends on a DAO layer that depends on an object datastore instance (object on which you can call datastore operations - I use Twig). On the client side when I fire a

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-22 Thread Thomas Broyer
On Sunday, April 22, 2012 6:21:33 PM UTC+2, Jim wrote: If Google can provide GWT support service, that will be super, which is a win-win for companies who has GWT in production and Google GWT development team. If you need support, we're here: http://www.atolcd.com ;-) -- You received

Re: Thread Management with Request Factory

2012-04-22 Thread Thomas Broyer
On Sunday, April 22, 2012 6:42:33 PM UTC+2, Sydney wrote: I am interested in the thread management when using request factory. I organize my server code in a way that a business service depends on a DAO layer that depends on an object datastore instance (object on which you can call

Re: The RequestFactory ValidationTool must be run for the RequestFactory type

2012-04-22 Thread Brandon Donnelson
Would clean project fix that too? Have a good day, Brandon Donnelson c.gawkat.com -- 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,

Re: Request Factory Annotation Setup

2012-04-22 Thread Brandon Donnelson
That's a good question, I was under the impression they weren't. I'll have verify that. Have a good day, Brandon Donnelson c.gawkat.com -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Window.open() opens as a popup

2012-04-22 Thread Deepak Singh
Hi, I am using Window.open('Url', _blank, ); It always opens the new window as popup. I want this to be opened as a new tab, browser window. It should not react with popup blocker anymore. How can i achieve this one ? Thanks Deepak Singh -- You received this message because you are

Re: Window.open() opens as a popup

2012-04-22 Thread Jens
A popup blocker will always jump in if you execute window.open() without direct user interaction. If you want to avoid a popup blocker you have to provide a link the user can click on and inside the click handler open the new window. Beside that, you can't force the browser to open a new tab

Re: Window.open() opens as a popup

2012-04-22 Thread Deepak Singh
But same thing i am doing with button click handler instead a link. User clicks on a button, i perform some task and the open the new window inside click handler of button. Does it make any difference in case of click handler of a link instead of button ? On Mon, Apr 23, 2012 at 2:20 AM, Jens

Re: URGENT-Generating gwt web pages

2012-04-22 Thread Freddie Jefferson
Vanessa, I don't understand your first statement. As far as the template engine goes, velocity is a great templating engine. Regards, Freddie Douglas Jefferson On Apr 21, 2012, at 11:33 AM, vanessa vanessa vanessa032...@gmail.com wrote: Hello , I have to create a generator that

[gwt-contrib] Re: Make GWT.create/etc usable on server. (issue1677803)

2012-04-22 Thread cromwellian
lgtm http://gwt-code-reviews.appspot.com/1677803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] CaptionPanel should use ScheduledCommand instead of Command (issue1690803)

2012-04-22 Thread tuckerpmt
Reviewers: , Please review this at http://gwt-code-reviews.appspot.com/1690803/ Affected files: user/src/com/google/gwt/user/client/ui/CaptionPanel.java Index: user/src/com/google/gwt/user/client/ui/CaptionPanel.java === ---

[gwt-contrib] FormPanel should use ScheduledCommand instead of Command (issue1691803)

2012-04-22 Thread tuckerpmt
Reviewers: , Please review this at http://gwt-code-reviews.appspot.com/1691803/ Affected files: user/src/com/google/gwt/user/client/ui/FormPanel.java Index: user/src/com/google/gwt/user/client/ui/FormPanel.java === ---

[gwt-contrib] Re: CaptionPanel should use ScheduledCommand instead of Command (issue1690803)

2012-04-22 Thread jat
LGTM http://gwt-code-reviews.appspot.com/1690803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: FormPanel should use ScheduledCommand instead of Command (issue1691803)

2012-04-22 Thread jat
LGTM http://gwt-code-reviews.appspot.com/1691803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors