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
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
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:
>
>
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
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
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
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
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("
popUp.setWidget(new HTML("
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
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
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
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
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
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
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
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.
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
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
>
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
>
>
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
>
>
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
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
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
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
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
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
27 matches
Mail list logo