Wednesday, January 11, 2012

Re: Abridged summary of google-web-toolkit@googlegroups.com - 37 Messages in 22 Topics



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

    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 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
    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
    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
    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
    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