Errai Bus or GWT-comet

2011-03-12 Thread Kathiravan Tamilvanan
We are evaluating the Errai Bus and Gwt-comet for adding server push to our applications. Has anyone used any of the two? Can you provide your thoughts on the two libraries?. Greatly appreciate it. -- You received this message because you are subscribed to the Google Groups "Google Web Toolki

Re: EntityProxy Returns Null for Collection Properties

2011-03-12 Thread keyvez
There is a problem with the above method that I described, I am seeing collections of a single element being returned when that collection is empty. And the single element is null. I still cannot get .with to populate the collections in my entityproxy. -- You received this message because you

Re: [appengine-java] does the Google AppEngine or WebToolkit replace the bootclasspath of the running Java runtime?

2011-03-12 Thread Toby Reyelts
Do you have the contact information for the Apple Engineer? On Sat, Mar 12, 2011 at 3:38 AM, Shawn Brown wrote: > Hi, > > I used the open-jdk workaround to solve the problems introduced by the > latest apple java sdk update but have a question an Apple engineer > asked me about the following: > >

Re: Gwt file upload

2011-03-12 Thread javabuddy
Any help!!! On Mar 11, 10:01 am, javabuddy wrote: > Hi All, > > I am using GWT and App engine, can any one point me to a sample for > file upload. > > I have seen the widget for file upload, but I am not clear of how/ > where the file will be stored inside AppEngine > > Thanks > Gana -- You rec

Re: ScriptElement to be shown in popupPanel

2011-03-12 Thread Thomas Broyer
On Saturday, March 12, 2011 11:38:54 PM UTC+1, Deepak Singh wrote: > > So any work around to get it done on popuppanel ? > Two ideas: - load in an iframe in the popuppanel - load in the HTML host page, in a hidden DIV, and then move the DIV element within the popuppanel (do not use ge

Re: ScriptElement to be shown in popupPanel

2011-03-12 Thread Deepak Singh
So any work around to get it done on popuppanel ? On Sun, Mar 13, 2011 at 4:00 AM, Thomas Broyer wrote: > > > On Saturday, March 12, 2011 11:17:19 PM UTC+1, Deepak Singh wrote: >> >> scriptForSrc.setSrc("http://www.hellotravel.com/serveform/serveform.js";); >> >> > This script uses document.writ

Re: ScriptElement to be shown in popupPanel

2011-03-12 Thread Thomas Broyer
On Saturday, March 12, 2011 11:17:19 PM UTC+1, Deepak Singh wrote: > > scriptForSrc.setSrc("http://www.hellotravel.com/serveform/serveform.js";); > > This script uses document.write. See https://groups.google.com/d/msg/google-web-toolkit/6k1h_u1Fvwo/X4Hn1kYsdgwJ for a quick explanation of the i

Re: ScriptElement to be shown in popupPanel

2011-03-12 Thread Deepak Singh
HTML html = new HTML(); html.getElement().appendChild(script); popup.setWidget(html.getElement()); No. It does not work. On Sun, Mar 13, 2011 at 2:59 AM, Gal Dolber wrote: > > popUp.setWidget(new HTML("

Re: ScriptElement to be shown in popupPanel

2011-03-12 Thread Gal Dolber
popUp.setWidget(new HTML("

Re: ScriptElement to be shown in popupPanel

2011-03-12 Thread Deepak Singh
Hi Gal, I am posting here full code, Anchor helloTravelPlanner = new Anchor("Contact our tour planner"); helloTravelPlanner.addClickHandler(new ClickHandler() { @Override public void onClick(ClickEvent event) { PopupPanel popUp = new PopupPanel(t

Re: Web Application .launch configuration on a Mac adds "-d32 -xstartOnFirstThread" to VM ARGS

2011-03-12 Thread Chris Bozic
I created a regular eclipse application runner (as if it were any other Java app) and copied the startup parameters from the GWT runner to my app runner. After I replaced -d32 with -d64 and removed -XstartOnFirstThread my webapp ran fine. Using a regular eclipse application runner prevents GWT

Re: ScriptElement to be shown in popupPanel

2011-03-12 Thread Gal Dolber
What are you trying to do? You can try: popup.addAttachHandler(new AttachHandler() { void onAttach() { // Do your scripting here } }); On Sat, Mar 12, 2011 at 2:15 PM, Deepak Singh wrote: > Hi, > > The src of an script return a form as UI and i want this UI to be shown in > popu

Re: GWT Validator with Editor Framework

2011-03-12 Thread Nick Chalko
On Fri, Mar 11, 2011 at 10:17 AM, keyvez wrote: > Hi, > > I just found the DynaTableRf sample and see that onViolation is fired > there. Going through its setup I realized that I was missing the > hibernate-validator jar, so I put it in my libs and build path, but still no > entity property viola

Re: Hyperlink: Why the anchor element is nested into a div ?

2011-03-12 Thread Gal Dolber
I don't know the why, but you can use InlineHyperlink instead. On Sat, Mar 12, 2011 at 1:17 PM, Simon M wrote: > I am curious to know. > > -- > 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-we

GWT Designer Exits Upon Loading

2011-03-12 Thread Eric Atkinson
Does anybody know why if, while using Eclipse Helios, and you press the "Design" tab for GWT Designer, that it would exit Eclipse. I created a web page using the GWT Designer, and now (suddenly), it exits the entire IDE every time I try to re-enter design mode for that page. -- You received this

ScriptElement to be shown in popupPanel

2011-03-12 Thread Deepak Singh
Hi, The src of an script return a form as UI and i want this UI to be shown in popup panel. ScriptElement script = Document.get.createScriptElement(); script.set(.) PopupPanel popup = new popuppanel(); popup.getElement().appendChild(script); popup.center(); This code does not work, instead

Hyperlink: Why the anchor element is nested into a div ?

2011-03-12 Thread Simon M
I am curious to know. -- 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+unsubscr...@googlegroups.com.

A portal for information about the 2011 Japan Earthquake and Tsunamis

2011-03-12 Thread Jeff Schwartz
I hope you don't mind or consider this spam or improper. I know many of you from these news groups as I am an active member and I would never do anything that I thought was improper. We've all seen the videos of the devastation in Japan caused by the recent earthquake and tsunamis. In response I've

Re: ImageCell clickable

2011-03-12 Thread Marco Gadaleta
I've fix it write my own class On Sat, Mar 12, 2011 at 1:18 PM, Marco Gadaleta wrote: > There is a way to handle selection? > > > On Sat, Mar 12, 2011 at 12:21 PM, gadaleta.marco > wrote: > >> Hi, >> there is a a way to click on an ImageCell colum like >> ClickableTextCell? >> >> Thx, >> Marco >

Re: How to send an Email with GWT to a specific Address?

2011-03-12 Thread antrox
This example if fully working? I dont understand how it works to be honest. Where is the SMPT Server set up? And there is no password required? antrox On 11 Mrz., 14:46, Juan Pablo Gardella wrote: > An example to send a > email:http://www.javapractices.com/topic/TopicAction.do?Id=144 > >

Re: How to send an Email with GWT to a specific Address?

2011-03-12 Thread antrox
This example if fully working? I dont understand how it works to be honest. Where is the SMPT Server set up? And there is no password required? antrox On 11 Mrz., 14:46, Juan Pablo Gardella wrote: > An example to send a > email:http://www.javapractices.com/topic/TopicAction.do?Id=144 > >

FieldUpadater not work

2011-03-12 Thread Marco Gadaleta
Hi i've created a field updater for celltable column. It works for TextColum but not for ImageCell. Why this? -- Marco -- 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@googlegroup

Re: ImageCell clickable

2011-03-12 Thread Marco Gadaleta
There is a way to handle selection? On Sat, Mar 12, 2011 at 12:21 PM, gadaleta.marco wrote: > Hi, > there is a a way to click on an ImageCell colum like > ClickableTextCell? > > Thx, > Marco -- Marco -- You received this message because you are subscribed to the Google Groups "Google Web

ImageCell clickable

2011-03-12 Thread gadaleta.marco
Hi, there is a a way to click on an ImageCell colum like ClickableTextCell? Thx, Marco -- 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 grou

Re: how to post & handle RequestFactory server warnings/errors?

2011-03-12 Thread Thomas Broyer
onFailure should containg the getMessage() of the exception you threw on the server side. You can tweak it by providing your own ExceptionHandler to the RequestFactoryServlet (extend it and use its constructor taking an ExceptionHandler). onViolation will only be called if your entities do not

Re: Entity version checks / optimistic locking

2011-03-12 Thread Thomas Broyer
On Friday, March 11, 2011 10:37:10 PM UTC+1, Jens wrote: > > On Friday, March 11, 2011 3:50:35 PM UTC+1, Thomas Broyer wrote: > >> >> Well, first, you can only edit() a proxy once at a time (i.e. in a single >> RequestContext). Second, when you fire() a RequestContext, the edit()ed >> proxies a

does the Google AppEngine or WebToolkit replace the bootclasspath of the running Java runtime?

2011-03-12 Thread Shawn Brown
Hi, I used the open-jdk workaround to solve the problems introduced by the latest apple java sdk update but have a question an Apple engineer asked me about the following: http://code.google.com/p/googleappengine/issues/detail?id=4712 http://code.google.com/p/google-web-toolkit/issues/detail?id=6