Sent from my HTCTHEY.
----- Reply message -----
From: google-web-toolkit@googlegroups.com
To: "Abridged Recipients" <google-web-toolkit@googlegroups.com>
Subject: Abridged summary of google-web-toolkit@googlegroups.com - 21 Messages in 11 Topics
Date: Wed, Dec 18, 2013 14:12
From: google-web-toolkit@googlegroups.com
To: "Abridged Recipients" <google-web-toolkit@googlegroups.com>
Subject: Abridged summary of google-web-toolkit@googlegroups.com - 21 Messages in 11 Topics
Date: Wed, Dec 18, 2013 14:12
Group: http://groups.google.com/group/google-web-toolkit/topics
- Layout with nested SplitLayoutPanel [2 Updates]
- default Locale working on development mode but doest working on deployed app [1 Update]
- Automatically generated GWT Wrapper [3 Updates]
- Project to Generate a Single JavaScript file for each browser. [3 Updates]
- Handle request factory server exception in client [2 Updates]
- GWT 2.5.0: Compilation: Out of Memory [2 Updates]
- SingleSelectionModel with KeyProvider does not update selected object when data is refreshed [2 Updates]
- Suggestions for transferring a GWT project to javascript? [3 Updates]
- GWT support Comet/Server-side-push ? [1 Update]
- celltable does not respond to right padding unless text is right aligned [1 Update]
- Textbox width according to the characters present in the textbox. [1 Update]
Patrick Tucker <tuckerpmt@gmail.com> Dec 17 06:15PM -0800
I took your PortalPanel class above and added it to the page using
RootLayoutPanel.get().add(Widget)
This is what it took to get your widgets sizing properly:
public void resetSplitters () { ...more
I took your PortalPanel class above and added it to the page using
RootLayoutPanel.get().add(Widget)
This is what it took to get your widgets sizing properly:
public void resetSplitters () { ...more
Magnus <alpineblaster@gmail.com> Dec 18 03:47AM -0800
Hi Patrick,
thank you very much! This works!
I did several things differently:
I used this.getOffsetWidth/Height instead of
this.getParent().getOffsetWidth/Height
And I also used setHeigth ...more
Hi Patrick,
thank you very much! This works!
I did several things differently:
I used this.getOffsetWidth/Height instead of
this.getParent().getOffsetWidth/Height
And I also used setHeigth ...more
David <davidskris@gmail.com> Dec 17 03:39PM -0800
Hi,
I'm using Static String Internationalization. Working very well in
development mode (Eclipse), but doesnt work on deployed app.
What can I do?
Thanks
...more
Hi,
I'm using Static String Internationalization. Working very well in
development mode (Eclipse), but doesnt work on deployed app.
What can I do?
Thanks
...more
dhoffer <dhoffer6@gmail.com> Dec 17 06:36AM -0800
That would be great of Google could open source what Ray/Google has...it
would be very useful.
-Dave
On Tuesday, June 4, 2013 7:25:05 PM UTC-6, Martin Kimmel wrote:
...more
That would be great of Google could open source what Ray/Google has...it
would be very useful.
-Dave
On Tuesday, June 4, 2013 7:25:05 PM UTC-6, Martin Kimmel wrote:
...more
Srini v <gvssrinivas@gmail.com> Dec 18 12:35AM
It will be great if you can send principles we need such took and may be we
can also help
On Monday, 16 December 2013, Jozef Môstka wrote:
...more
It will be great if you can send principles we need such took and may be we
can also help
On Monday, 16 December 2013, Jozef Môstka wrote:
...more
"Jozef Môstka" <mostka.j@gmail.com> Dec 17 11:35PM -0800
Hi,
Its simple. I use Nodejs because parser for js exist only in js.
https://github.com/ariya/esprima .
Im do parser only for styled js syntax. som js must be writed slyle like ...more
Hi,
Its simple. I use Nodejs because parser for js exist only in js.
https://github.com/ariya/esprima .
Im do parser only for styled js syntax. som js must be writed slyle like ...more
Martin Kersten <martin.kersten.mk@gmail.com> Dec 17 06:20AM -0800
Hi,
I am setting up a GWT project to produce the JavaScript code for a web
site. The application is only
going to argument the dynamic elements of a web page providing the glue to ...more
Hi,
I am setting up a GWT project to produce the JavaScript code for a web
site. The application is only
going to argument the dynamic elements of a web page providing the glue to ...more
Thomas Broyer <t.broyer@gmail.com> Dec 17 06:44AM -0800
On Tuesday, December 17, 2013 3:20:12 PM UTC+1, Martin Kersten wrote:
> I have to run GWT with the -noserver argument and also add the
> ?code-server query parameter in the
> web-framework. ...more
On Tuesday, December 17, 2013 3:20:12 PM UTC+1, Martin Kersten wrote:
> I have to run GWT with the -noserver argument and also add the
> ?code-server query parameter in the
> web-framework. ...more
Martin Kersten <martin.kersten.mk@gmail.com> Dec 17 04:09PM -0800
Hello Mr. Broyer,
Thanks for the information. This is exactly what I am aiming for. Do
you know any open source project that uses this kind of setup (so I can
take a look) or do you know ...more
Hello Mr. Broyer,
Thanks for the information. This is exactly what I am aiming for. Do
you know any open source project that uses this kind of setup (so I can
take a look) or do you know ...more
Yan <yanandyan@gmail.com> Dec 17 01:20PM -0800
Hi there,
I am using GWT 2.5.1 request factory. On client, after I fire the request,
I have this block to display any error message from server.
public void ...more
Hi there,
I am using GWT 2.5.1 request factory. On client, after I fire the request,
I have this block to display any error message from server.
public void ...more
Jens <jens.nehlmeier@gmail.com> Dec 17 02:03PM -0800
You can call report() or die() depending on what you want to do. report()
re-throws a ReportableException while die() will re-throw an
UnexpectedException.
Also with your above implementation ...more
You can call report() or die() depending on what you want to do. report()
re-throws a ReportableException while die() will re-throw an
UnexpectedException.
Also with your above implementation ...more
manstis <michael.anstis@gmail.com> Dec 17 01:10PM -0800
Hi,
We have a reasonably sized web-app, comprised of ~50 modules.
For every day use, we compile for a single browser-platform and locale; but
for releases we target all browsers (supported by ...more
Hi,
We have a reasonably sized web-app, comprised of ~50 modules.
For every day use, we compile for a single browser-platform and locale; but
for releases we target all browsers (supported by ...more
Jens <jens.nehlmeier@gmail.com> Dec 17 01:42PM -0800
Are you using Maven along with the gwt maven plugin for compilation? If yes
then you might want to try to decrease the amount of local workers spawned
by the gwt maven plugin. By default it uses ...more
Are you using Maven along with the gwt maven plugin for compilation? If yes
then you might want to try to decrease the amount of local workers spawned
by the gwt maven plugin. By default it uses ...more
"Gordan Krešić" <gordan.kresic@steatoda.com> Dec 17 11:13AM -0800
I just hit the same issue.
Tripple checked that DataGrid, ListDataProvider and SingleSelectionModel
all use the same KeyProvider (that itself uses stableId() from contained
EntityProxies).
...more
I just hit the same issue.
Tripple checked that DataGrid, ListDataProvider and SingleSelectionModel
all use the same KeyProvider (that itself uses stableId() from contained
EntityProxies).
...more
David <david.nouls@gmail.com> Dec 17 08:16PM +0100
Hi Gordan,
Ah great, then I was not alone having this issue. Problem was that we are
using a highly customized layer on top of the DataGrid so I was not entire
sure that it was caused by my team ...more
Hi Gordan,
Ah great, then I was not alone having this issue. Problem was that we are
using a highly customized layer on top of the DataGrid so I was not entire
sure that it was caused by my team ...more
"Ümit Seren" <uemit.seren@gmail.com> Dec 17 05:17AM -0800
Alterantively you could check out DWT (http://dartwebtoolkit.com/) which
tries to mimic the GWT features in Dart.
But I guess this would be more involved than using gwt-exporter.
...more
Alterantively you could check out DWT (http://dartwebtoolkit.com/) which
tries to mimic the GWT features in Dart.
But I guess this would be more involved than using gwt-exporter.
...more
"Robert J. Carr" <rjcarr@gmail.com> Dec 17 09:34AM -0800
Thanks for the gwt-exporter suggestion (it was already on my radar) and
thanks for the alternative dart web toolkit. I didn't catch the conference
but that is very interesting about GWT 3.0. ...more
Thanks for the gwt-exporter suggestion (it was already on my radar) and
thanks for the alternative dart web toolkit. I didn't catch the conference
but that is very interesting about GWT 3.0. ...more
"Ümit Seren" <uemit.seren@gmail.com> Dec 17 06:57PM +0100
There is a demo: https://www.youtube.com/watch?v=wFMD1GXR2Tg and there
should be somewhere a spec (have to look for the link)
...more
There is a demo: https://www.youtube.com/watch?v=wFMD1GXR2Tg and there
should be somewhere a spec (have to look for the link)
...more
dhoffer <dhoffer6@gmail.com> Dec 17 06:31AM -0800
The two that I am aware of are Atmosphere
https://github.com/Atmosphere/atmosphere and CometD both high quality
libraries with somewhat differing feature sets, I think one downside to ...more
The two that I am aware of are Atmosphere
https://github.com/Atmosphere/atmosphere and CometD both high quality
libraries with somewhat differing feature sets, I think one downside to ...more
Yan <yanandyan@gmail.com> Dec 17 06:08AM -0800
Hi there,
I am aware of the issue that CellTable vertical scrollbar overlaps with
last column, and is trying to add some right padding to fully show the last
column.
However, even in GWT ...more
Hi there,
I am aware of the issue that CellTable vertical scrollbar overlaps with
last column, and is trying to add some right padding to fully show the last
column.
However, even in GWT ...more
Andrei <volgin@spiraluniverse.com> Dec 17 05:40AM -0800
You can only approximate.
(1) Users may not have a specified font. Browsers will try to substitute
this font, and the width of characters maybe different for a substitute
font.
...more
You can only approximate.
(1) Users may not have a specified font. Browsers will try to substitute
this font, and the width of characters maybe different for a substitute
font.
...more
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment