Image not getting rendered in GWT

2013-07-23 Thread Akshay Lokur
Hello, I am using UiBinder and MVP pattern to develop my GWT application. Below is my .css file snippet: @sprite .statementLink span { gwt-image:'pdfIcon'; display: inline-block; width: 16px; Height: 16px; Margin-right: 5px; } The image pdfIcon.png is present

Date Picker with Multiple Date pick (not a sequence dates like date range)

2013-07-23 Thread Huy Tran Quang
Hi everybody, Today i met a situation that need a widget date picker supports picking multiple dates on calendar, its not like date range select that we just need 2 picker for the start and the end. The result for the widget will be a list of Date object or similar set. Did anyone met

Re: RequestFactory module - queue, retry and non atomic batching..

2013-07-23 Thread salk31
I've added a Gmail like UI component and added it to the demo... On Thursday, July 18, 2013 6:42:15 PM UTC+1, salk31 wrote: Doh. Looked to see how long it would take to put it up on GAE and only took ten minutes to actually do it. http://gwt-rf-queue.appspot.com/ So good old DynaTableRf

Re: GWT website moved to gwtproject.org

2013-07-23 Thread salk31
Maybe we could vote for something from http://www.freecsstemplates.org/ (or similar)? I'd be up for helping out to apply some CSS. Or the committee choose something? GWT does seem to do the best to disguise how good it is. I think we all know the sad truth that fonts and colours are what

Re: CellBrowser not displaying (2.1.0) ...(2.4)

2013-07-23 Thread Savyon Jipit
I'm using GWT 2.4. I'm setting width and height on cellBrovser but nothing...i don'y see nothing! That'is my source: public void onModuleLoad() { // Add the widgets to the root panel. //solution 1 : OK RootLayoutPanel.get().add(createCellBrowser());

Re: I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2013-07-23 Thread Alfredo Quiroga-Villamil
I just finished reading the paper presented at: http://www.indiegogo.com/projects/enable-gwt-to-preserve-java-debugging-info-in-production depicting some of the areas/improvements he has made to what I personally consider a vital area and a great addition to gwt-core namely logging and proper

Re: Image not getting rendered in GWT

2013-07-23 Thread Akshay Lokur
It worked! Problem was with the image size. Gave proper image width and height now. Thanks. On Tuesday, July 23, 2013 12:27:02 PM UTC+5:30, Akshay Lokur wrote: Hello, I am using UiBinder and MVP pattern to develop my GWT application. Below is my .css file snippet: @sprite .statementLink

Server Side logging configuration, dev mode

2013-07-23 Thread Flying-w
In my GWT server side, I'm using java.util.logging.Logger for logging. When I deploy to tomcat I can configure logging through WEB_INF/classes/logging.properties and that works fine. However in eclipse dev mode, how do I configure logging when jetty is the (built in) webserver? Thanks Simon

Modernizr.dragAndDrop equivalent?

2013-07-23 Thread Joel
I'm trying to get rid of dependency .jar baggage. We have one call to Modernizr.dragAndDrop which pulls in a jar file. I'd like to replace it, is there a GWT equivalent, or at least something to avoid sucking in another jar file? Joel -- You received this message because you are subscribed

Re: Modernizr.dragAndDrop equivalent?

2013-07-23 Thread Jens
You could implement the Modernizr check yourself using JSNI: https://github.com/Modernizr/Modernizr/blob/master/feature-detects/draganddrop.js -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop

Re: Drop Down Menu Issue

2013-07-23 Thread salk31
Hi Ajit, I've not done it but maybe use a Scheduler time? So maybe something like: * Extend MenuBar * Override onBrowserEvent (don't foget to call super.onBrowserEvent) * On mouse out start a timer to close after n seconds? Bit fiddly resetting/clearing timers when the mouse comes back in etc.

HtmlPanel, custom tag and binder

2013-07-23 Thread David Ignjić
Hello, I have problem with widget: Ui binder file: !DOCTYPE ui:UiBinder SYSTEM http://dl.google.com/gwt/DTD/xhtml.ent; ui:UiBinder xmlns:ui=urn:ui:com.google.gwt.uibinder xmlns:g=urn:import:com.google.gwt.user.client.ui xmlns:t=urn:import:com.umantis.talent.client.thirdappraisal.widget

RequestFactory .with() to access non-relation (primitive) properties?

2013-07-23 Thread GWTter
Hi all, I have a String username field on a user entity which I'd rather not populate whenever I request it which is why I have not defined the getter in the EntityProxy. This works fine, however there are some instances where I would like to have RequestFactory populate that string field when

Re: RequestFactory module - queue, retry and non atomic batching..

2013-07-23 Thread GWTter
Hi, The mechanism looks pretty good from the demo, nice. I would only say that I'm not sure I would use the same retry message for both network and authentication failures. Do you really want to keep retrying authentications for any other reason than a network failure? On Tuesday, July 23,

Re: RequestFactory module - queue, retry and non atomic batching..

2013-07-23 Thread salk31
Thanks, We use CAS (single sign on) so what we do is hide the retry/please wait message on auth failure and use an iframe to show the CAS login. If they login with that form (or somewhere else) then on a retry the app carries on. I've very little idea what auth most GWT/RequestFactory people

[gwt-contrib] Re: Fix for issue 5926 (at last!) (issue1594804)

2013-07-23 Thread t . broyer
Moved to https://gwt-review.googlesource.com/3831 http://gwt-code-reviews.appspot.com/1594804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group

[gwt-contrib] Re: Use locale-insensitive checks in RF unit tests so they don't fail in non-English locales. (issue1430801)

2013-07-23 Thread t . broyer
Moved to https://gwt-review.googlesource.com/3832 http://gwt-code-reviews.appspot.com/1430801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group

[gwt-contrib] Re: Remove long-deprecated event listeners and EventPreview. (issue1822803)

2013-07-23 Thread t . broyer
Moved to Gerrit: https://gwt-review.googlesource.com/3834 http://gwt-code-reviews.appspot.com/1822803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from