On Wed, Jan 11, 2012 at 2:57 PM, <[email protected]>wrote:
> Today's Topic Summary > > Group: http://groups.google.com/group/google-web-toolkit/topics > > - How is Math.Random emulated? and how good is > it?<#134cd0f3dd018052_group_thread_0>[2 Updates] > - Cache.html Error <#134cd0f3dd018052_group_thread_1> [1 Update] > - Efficient code splitting in a large > application?<#134cd0f3dd018052_group_thread_2>[5 Updates] > - what version does the firefox development extendion > suppot?<#134cd0f3dd018052_group_thread_3>[3 Updates] > - GWT cross-domain requests works in Chrome/FF, fail in > IE/Opera<#134cd0f3dd018052_group_thread_4>[3 Updates] > - loading an image <#134cd0f3dd018052_group_thread_5> [3 Updates] > - Handling styles application wide? <#134cd0f3dd018052_group_thread_6>[2 > Updates] > - making application crawlable, front-end is gwt and back-end is > php<#134cd0f3dd018052_group_thread_7>[1 Update] > - How to place a pushButton and a clickable Image into a row of a > DataGrid? <#134cd0f3dd018052_group_thread_8> [1 Update] > - How to catch browser Refresh event <#134cd0f3dd018052_group_thread_9>[1 > Update] > - Cancel my account <#134cd0f3dd018052_group_thread_10> [1 Update] > - Gwt Console in JBPM <#134cd0f3dd018052_group_thread_11> [1 Update] > - Best VPN for Linux based GWT > development<#134cd0f3dd018052_group_thread_12>[1 Update] > - ui:style example doesn't work <#134cd0f3dd018052_group_thread_13> [2 > Updates] > - setting a single object in data > Grid?<#134cd0f3dd018052_group_thread_14>[1 Update] > - DatePicker : clear all styles <#134cd0f3dd018052_group_thread_15> [1 > Update] > - Using RequestFactory interfaces on the > server<#134cd0f3dd018052_group_thread_16>[2 Updates] > - Abridged summary of [email protected] - 41 > Messages in 22 Topics <#134cd0f3dd018052_group_thread_17> [2 Updates] > - Swipe gesture handler <#134cd0f3dd018052_group_thread_18> [1 Update] > - GWT communication with REST <#134cd0f3dd018052_group_thread_19> [1 > Update] > - GWT client static variable versus Server side Session > object<#134cd0f3dd018052_group_thread_20>[1 Update] > - Activities and Place design wizard<#134cd0f3dd018052_group_thread_21>[1 > Update] > > How is Math.Random emulated? and how good is > it?<http://groups.google.com/group/google-web-toolkit/t/73465acdfefc048e> > > darkflame <[email protected]> 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 <[email protected]> Jan 11 05:19AM -0800 > > All GWT's emulation does is natively call the javascript > Math.random(). > > ...more > > Cache.html > Error<http://groups.google.com/group/google-web-toolkit/t/611a9d4361d141dd> > > shrekjo <[email protected]> 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 > > Efficient code splitting in a large > application?<http://groups.google.com/group/google-web-toolkit/t/652edb43f0c2b905> > > RickL <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Jan 11 02:52AM -0800 > > See > http://code.google.com/p/google-web-toolkit/issues/detail?id=7106#c2 > ...more > > what version does the firefox development extendion > suppot?<http://groups.google.com/group/google-web-toolkit/t/bb703e66e3cfdcb2> > > wahaha <[email protected]> Jan 10 07:54PM -0800 > > does the extension support firefox 9? > ...more > > > "Thomas Klöber" <[email protected]> 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 <[email protected]> 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 > > GWT cross-domain requests works in Chrome/FF, fail in > IE/Opera<http://groups.google.com/group/google-web-toolkit/t/246b5030f37fd62> > > ussuri <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 > > loading an > image<http://groups.google.com/group/google-web-toolkit/t/339945800a75456a> > > Derek <[email protected]> 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 <[email protected]> Jan 11 12:36AM -0800 > > thats a good point (i am using a relative url). i will look into it - > thx! > ...more > > > tanteanni <[email protected]> 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 > > Handling styles application > wide?<http://groups.google.com/group/google-web-toolkit/t/3ebd39ec634d919b> > > Mike Dee <[email protected]> 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 <[email protected]> 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 > > making application crawlable, front-end is gwt and back-end is > php<http://groups.google.com/group/google-web-toolkit/t/bbe2b4ab30484723> > > Noor <[email protected]> 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 > > How to place a pushButton and a clickable Image into a row of a > DataGrid?<http://groups.google.com/group/google-web-toolkit/t/efa5fb8c500ed1e3> > > Bill M <[email protected]> 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 > > How to catch browser Refresh > event<http://groups.google.com/group/google-web-toolkit/t/3dc73b0bd3b54d74> > > "Armishev, Sergey" <[email protected]> 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 > > Cancel my > account<http://groups.google.com/group/google-web-toolkit/t/ca03e19f70406d5e> > > Victor Costa Santiago <[email protected]> Jan 10 06:59PM > -0200 > > Please remove my account in the group. > > Thank's > > Victor > ...more > > Gwt Console in > JBPM<http://groups.google.com/group/google-web-toolkit/t/f67cb9e9151a6dd6> > > Krrish <[email protected]> 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 > > Best VPN for Linux based GWT > development<http://groups.google.com/group/google-web-toolkit/t/6f7671a51c2393cd> > > mukut <[email protected]> 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 > > ui:style example doesn't > work<http://groups.google.com/group/google-web-toolkit/t/bfdcf1873f293ca9> > > "Aidan O'Kelly" <[email protected]> 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 <[email protected]> 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 > > setting a single object in data > Grid?<http://groups.google.com/group/google-web-toolkit/t/b86f4ee0998066be> > > Elhanan <[email protected]> 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 > > DatePicker : clear all > styles<http://groups.google.com/group/google-web-toolkit/t/9c7c477ac9cc60d7> > > Sean <[email protected]> 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 > > Using RequestFactory interfaces on the > server<http://groups.google.com/group/google-web-toolkit/t/7cccc7f163be175f> > > Jakob Mar <[email protected]> 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" <[email protected]> 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 > > Abridged summary of [email protected] - 41 Messages > in 22 > Topics<http://groups.google.com/group/google-web-toolkit/t/8a8c1435a2335f5f> > > Marcus Bendtsen <[email protected]> Jan 10 02:07PM +0100 > > ...more > > > David Souther <[email protected]> Jan 10 10:50AM -0500 > > ...more > > Swipe gesture > handler<http://groups.google.com/group/google-web-toolkit/t/5453cbd8038f174b> > > STB Land <[email protected]> Jan 10 07:35AM -0800 > > Look at *MGWT* project : http://code.google.com/p/mgwt/ > > For example, implementation of TouchPanel : > ...more > > GWT communication with > REST<http://groups.google.com/group/google-web-toolkit/t/7825c3916458c88b> > > David <[email protected]> Jan 10 06:27AM -0800 > > I've used Restlet in the past for apps requiring Android and Gwt > clients > > ...more > > GWT client static variable versus Server side Session > object<http://groups.google.com/group/google-web-toolkit/t/417453c4aad419b2> > > Uemit <[email protected]> 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 > > Activities and Place design > wizard<http://groups.google.com/group/google-web-toolkit/t/8f78ce020ee487fa> > > Cristian Rinaldi <[email protected]> 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 <[email protected]>. > To unsubscribe from this group, > send<[email protected]>an empty message. > For more options, > visit<http://groups.google.com/group/google-web-toolkit/topics>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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
