On Wed, Jan 11, 2012 at 2:57 PM, <google-web-toolkit@googlegroups.com> wrote:
Group: http://groups.google.com/group/google-web-toolkit/topics
- How is Math.Random emulated? and how good is it? [2 Updates]
- Cache.html Error [1 Update]
- Efficient code splitting in a large application? [5 Updates]
- what version does the firefox development extendion suppot? [3 Updates]
- GWT cross-domain requests works in Chrome/FF, fail in IE/Opera [3 Updates]
- loading an image [3 Updates]
- Handling styles application wide? [2 Updates]
- making application crawlable, front-end is gwt and back-end is php [1 Update]
- How to place a pushButton and a clickable Image into a row of a DataGrid? [1 Update]
- How to catch browser Refresh event [1 Update]
- Cancel my account [1 Update]
- Gwt Console in JBPM [1 Update]
- Best VPN for Linux based GWT development [1 Update]
- ui:style example doesn't work [2 Updates]
- setting a single object in data Grid? [1 Update]
- DatePicker : clear all styles [1 Update]
- Using RequestFactory interfaces on the server [2 Updates]
- Abridged summary of google-web-toolkit@googlegroups.com - 41 Messages in 22 Topics [2 Updates]
- Swipe gesture handler [1 Update]
- GWT communication with REST [1 Update]
- GWT client static variable versus Server side Session object [1 Update]
- Activities and Place design wizard [1 Update]
darkflame <darkflame@gmail.com> Jan 11 01:02AM -0800
I have been playing about drawing fractals in GWT using canvas and the
¨ chaos game¨ method.
However when picking large amounts of random numbers I seem to be
getting a bias. That is, the ...more
Kevin Jordan <kevin@kjordan.net> Jan 11 05:19AM -0800
All GWT's emulation does is natively call the javascript
Math.random().
...more
shrekjo <snehajonnala@gmail.com> Jan 11 04:40AM -0800
Hello All,
When I run my gwt application on android, I get "Application Error :
sometime.cache.html".
How to debug cache.html files ? How do I know from the cache files
were this error ?
...more
RickL <lochnerra@gmail.com> Jan 10 07:53AM -0800
I spent over a week trying to come up with a solution to the large
left-overs fragment problem (I am using plain-vanilla gwt, not gxt).
In my opinion, this problem makes code-splitting as ...more
Jens <jens.nehlmeier@gmail.com> Jan 10 08:42AM -0800
There is already a new code splitting algorithm in development that tries
to conter this problem by merging split points that share a good amount of
code and thus making this shared code ...more
kretel <krzysztof.retel@gmail.com> Jan 11 01:39AM -0800
Jens,
Do we have any indication when GWT 2.5 might be released (or at least RC) ?
Kris
...more
Jens <jens.nehlmeier@gmail.com> Jan 11 02:03AM -0800
There is no official release schedule or something similar.
You can only try to guess it yourself by:
- following the open issues for a given milestone on the issue tracker:
...more
Thomas Broyer <t.broyer@gmail.com> Jan 11 02:52AM -0800
See http://code.google.com/p/google-web-toolkit/issues/detail?id=7106#c2
...more
"Thomas Klöber" <kloeber@ics.de> Jan 11 08:18AM +0100
Am 11.01.2012 04:54, schrieb wahaha:
> does the extension support firefox 9?
yes, it does
--
Intelligent Communication Software Vertriebs GmbH
Firmensitz: Kistlerhof Str. 111, 81379 München ...more
Thomas Broyer <t.broyer@gmail.com> Jan 11 02:48AM -0800
See https://groups.google.com/d/topic/google-web-toolkit/jZ02n9v9-H4/discussion
(and yet again wahaha, it would have been faster for everyone if you simply
searched for "firefox" in the group)
...more
ussuri <michael.glasten@gmail.com> Jan 10 11:23AM -0800
Hello!
I serve my gwt-based app from Google AppEngine from
<myapp>.appspot.com - both the script (GWT) and data (XMLHTTPRequest
POSTs). If I open https://<myapp>.appspot.com/app.html, everything ...more
darkflame <darkflame@gmail.com> Jan 11 01:05AM -0800
I dont know about IE, but try Opera12 as cross-domain support via CORS
was only added on that version.
...more
karim duran <karim.duran@gmail.com> Jan 11 10:52AM +0100
Hi darkflame,
As you see, all browsers don't support cross-domain scripting.
The good practice is to avoid cross-domain scripting.
Why ? Because for the moment, it's a W3C draft and not yet ...more
Derek <derekadean@gmail.com> Jan 10 05:58AM -0800
I'd be surprised if that's related to GWT, but maybe I'm wrong.
Are you sure you're using the right URL? If you're using a relative
path, you might get tripped up between hosted and compiled mode. ...more
tanteanni <tanteanni@hotmail.com> Jan 11 12:36AM -0800
thats a good point (i am using a relative url). i will look into it - thx!
...more
tanteanni <tanteanni@hotmail.com> Jan 11 01:51AM -0800
As assumed you were right: the called image url is somthing like this
"/imageRetriever?[some Parameters] (its a simple HttpServlet). So in hosted
and webmode if i add /imageRetirever... ...more
Mike Dee <mdichiappari@gmail.com> Jan 10 08:23PM -0800
What is a good ways to consistently handle styles application side?
I'm working on an app that has CellTables and widgets and HTML. For
CellTables we use CellTable.Resources to store CSS. ...more
Ashwin Desikan <ashwin.desikan@gmail.com> Jan 11 12:51PM +0530
The best approach would be to use ClientBundle
http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html
This would allow you to combine all your resources including ...more
Noor <bakenoor@gmail.com> Jan 10 10:51PM -0800
I'm building an application where the front-end is a gwt app and the
back-end is php. I'm using request builder to get data from the
server.
I need to make my app crawlable, but I'm not ...more
Bill M <blintegra@aol.com> Jan 10 06:54PM -0800
Hi All,
I would like to know if anyone knows how to create a pushButton (and
supply a callback) to place in a row of a DataGrid?
I looked at code at the ShowCase that has clickable pushButtons, ...more
"Armishev, Sergey" <sarmishev@idirect.net> Jan 10 10:51PM
I have this code that suppose to logout user when he closes tab or browser. But event happened also when user presses "Refresh" button. How do I know that this is refresh and not really close event? ...more
Victor Costa Santiago <victor.costa.santiago@gmail.com> Jan 10 06:59PM -0200
Please remove my account in the group.
Thank's
Victor
...more
Krrish <murthy516.siet@gmail.com> Jan 10 03:47AM -0800
I'm using JBPM 5.1 with JBoss 5.1.0GA.As I need to change source code
of JBPM consol,I dowloaded JBPM source code gwt-console,gwtconsole-
server from https://github.com/bpmc/bpm-console.I followed ...more
mukut <mukut5ul@gmail.com> Jan 10 10:20AM +0530
Hi We use upenVPN and it works very well with windows, linux, and othe OS
with or without SSL and certficiate etc.
Infact I have been using openVPN for last 5yrs and never see any issue with
it. ...more
"Aidan O'Kelly" <aidanok@gmail.com> Jan 10 05:59PM
No idea about desginer, but to get 2 <ui:style> elements, make sure you
include a 'field' attribute in any <ui:style> elements other than the
default.
<ui:style> .foo { } </ui:style> ...more
Thad <thad.humphries@gmail.com> Jan 10 12:51PM -0800
Okay, I can use <ui:style field='global' src="../MyApp.css"></
ui:style> but, for example, the .gwt-Button style set in ../MyApp.css
does not show in GWT Designer's Design mode, though it does in ...more
Elhanan <elh.maayan@gmail.com> Jan 10 11:00AM -0800
hi..
let's assume that upon selection of an item (an entity Proxy) in a
dataGrid, said item is sent to an editor where it's being modified by a
requestFactory and returns a new proxy with the ...more
Sean <sloughran@gmail.com> Jan 10 10:16AM -0800
So I got around the not being able to extend the class by copying:
CalendarModel.java
CalendarUtil.java
CalendarView.java
CellGridImpl.java
DateBox.java
DateChangeEvent.java
DatePicker.java ...more
Jakob Mar <jakob.runarsson@gmail.com> Jan 10 08:44AM -0800
Hi,
I want to be able to use code like this on the client and server:
MyRequestFactory myFactory ...
myFactory.getFooFinder().find(queryString).fire(new
Receiver<List<FooProxy>>(){ ...more
"Aidan O'Kelly" <aidanok@gmail.com> Jan 10 05:12PM
Yes you can do it, using
RequestFactorySource<http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/web/bindery/requestfactory/vm/RequestFactorySource.html>,
and an ...more
STB Land <stbland@gmail.com> Jan 10 07:35AM -0800
Look at *MGWT* project : http://code.google.com/p/mgwt/
For example, implementation of TouchPanel :
...more
David <levydev@gmail.com> Jan 10 06:27AM -0800
I've used Restlet in the past for apps requiring Android and Gwt
clients
...more
Uemit <uemit.seren@gmail.com> Jan 10 05:29AM -0800
Well it depends.
If you use a server side session object the information (i.e. locale) will
be probably stored in a Cookie and transmitted whenever you initiate a HTTP
request (communicate with ...more
Cristian Rinaldi <csrinaldi@gmail.com> Jan 10 05:27AM -0800
Hello:
I have a question about the design using Activities and Places.
I have a set of activities that render their views in a section.
The behavior I want is that each activity, after an event ...more
You received this message because you are subscribed to the Google Group google-web-toolkit.
--
You can post via email.
To unsubscribe from this group, send an empty message.
For more options, visit this group.
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment