Re: GWT MVP4G thoughts over Activities Places.

2012-09-20 Thread Frank Hossfeld
Hi, most of my projects are made with mvp4g. mvp4g offers everything you need to create large applications. You will find everything, that Activities Places offers and a lot more. And mvp4g will help you to avoid writing unnecessary code. Am Donnerstag, 13. September 2012 22:46:25 UTC+2

Re: GWT MVP4G thoughts over Activities Places.

2012-09-20 Thread James Gustard
I have delivered a major commercial project based on the mvp4g framework. We found it very easy to develop on. The MVP pattern allowed us to write JVM unit tests for our presenters as well. We started design work before the activities places in gwt was released though, so I am unable to compare

Re: Help finding widget that someone posted in this group

2012-09-20 Thread Andrea Boscolo
Too much generic. One of the best I've seen so far is https://groups.google.com/forum/?fromgroups=#!starred/google-web-toolkit/IbZf2DeINk8 On Thursday, September 20, 2012 4:57:15 AM UTC+2, Milan Cvejic wrote: Hello, I am looking for ListBox implementation that someone posted in this group

Re: What happened to composite images for ClientBundles?

2012-09-20 Thread Chris Lercher
On Thursday, September 20, 2012 3:54:41 AM UTC+2, Tim wrote: Perhaps you want set some ImageOptions on the resource. Check preventInlining and RepeatStyle Thanks, according to the javadoc, ImageOptions.preventInlining actually seems to disable all kinds of optimizations: Set to {@code

Re: Help finding widget that someone posted in this group

2012-09-20 Thread Milan Cvejic
Thanks Andrea, that is what I was looking for, forgot that it is called GwtChosen. Best, Milan On Thu, Sep 20, 2012 at 10:11 AM, Andrea Boscolo andrew...@gmail.com wrote: Too much generic. One of the best I've seen so far is

Re: TextBox.setText remove the \n

2012-09-20 Thread Paul Robinson
TextBox is for single line text. Use TextArea for multiline text. On 20/09/12 10:16, tong123123 wrote: as shown in attached ContetWithReturnKey1.png, the content has \n before setText (content\ncontent), but after setText and then getText() again, the \n is disappear(contentcontent)!! How

Re: printing problem: when I print content of my iframe (I use gwt-print-it) all what is left on the right side of printable page is cut off and stays not printed at all

2012-09-20 Thread Jeffrey Chimene
On 09/18/2012 06:02 PM, Jan Przybylo wrote: no, I don't want to print double-sided document. @media css has nothing to do with double-sided printing. Cheers, jec let me explain it: imagine you have empty page with just one big image inside 'body' element: body img src=...

Re: How to dynamically resize the table width after adding/removing columns?

2012-09-20 Thread James
I have the same request. Can somebody answer this question? James On Wednesday, June 27, 2012 5:32:08 PM UTC-4, javadev79 wrote: How do I ensure the datagrid expands to the total columns width or shrinks to the minimum table width on adding/removing columns? Using refreshColumnWidths()

Re: Future of GWT survey

2012-09-20 Thread Oleg K.
I've post my answers to survey. Here what was not included. 1) I use maven (with gwt-maven-plugin which is very-very good). With that plugin I think meny maven users are happy. The only real problem is that it cant' autoreload dependencies so GWT Dev Mode console should always be restarted

Re: printing problem: when I print content of my iframe (I use gwt-print-it) all what is left on the right side of printable page is cut off and stays not printed at all

2012-09-20 Thread Ed
Have You tried a href=# view-source:https://hrapp1.secep.net/HR/cyberobjects/CyberObjects.html?LOADTABLENAME=PEOPLELOADTABLEGROUP=PEOPLELOADTABLEACTION=GETID=20798# onclick=print(); return false;Print/a Using javascript print function E On Thu, Sep 20, 2012 at 7:46 AM, Jeffrey Chimene

Re: Future of GWT survey

2012-09-20 Thread Ryan Shillington
Crap. I also forgot about that. I want to go back. On Wednesday, September 19, 2012 10:50:05 AM UTC-5, Dave Laycock wrote: I wish I could change my responses. I forgot about the single biggest improvement I would like to see on the long term roadmap: support for Java 8 language features

Re: How to dynamically resize the table width after adding/removing columns?

2012-09-20 Thread Andrei
If you want the width of the DataGrid to change, set width of all columns in pixels, and use setWidth() on your DataGrid after each change. If you want the width to be constant (a better option from the UI perspective, in my opinion), set the width of your DataGrid once and set width of at

Re: GUI Design - Layout Panels

2012-09-20 Thread Marco
Thx for the answer but my problems described in my post are not solved with your solution. One more thing to be clear, with Layout Panels I don't mean just the LayoutPanel.class but all the classes described here:

Re: GUI Design - Layout Panels

2012-09-20 Thread Thomas Broyer
On Wednesday, September 19, 2012 11:14:18 PM UTC+2, Marco wrote: Hello, i have planned to design my application with following areas: --- Toolbar Area -- Workspace Header (for some information or filter criteria's)

Re: GWT Maps V3 Api, clearing directions

2012-09-20 Thread Deepak Singh
Any guidance pls.. On Thu, Sep 20, 2012 at 1:39 AM, Deepak Singh deepaksingh...@gmail.comwrote: Could not resolve the exception mentioned. Then i copied PlaceSearchMapWidget.java and tried to use. But could not create the widget as PlacesService placeService =

Re: GUI Design - Layout Panels

2012-09-20 Thread Marco
Thanks Thomas for this hint, also HeaderPanel was new for me. Maybe for better understanding I have added a screenshot with some remarks of GwtTestDockFilled.class My background is plain Java, therefore it's easier for me to have less CSS,HTMLPanel I think. ;-) I still have no idea whats the

Re: Future of GWT survey

2012-09-20 Thread Clint Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 We are at my organization. We don't love Maven, but it fits with our infrastructure here, and we prefer the declarative style to a scripting-oriented one. On 09/19/2012 10:10 AM, Paul Robinson wrote: One question missing from the survey that would

Re: Future of GWT survey

2012-09-20 Thread Clint Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I would /love/ to be able to use a language other than Java - in particular, Scala - for GWT development. On my project, we use Scala for all our other JVM work, and it's been a massive boilerplate killer, plus easily graspable by

Re: printing problem: when I print content of my iframe (I use gwt-print-it) all what is left on the right side of printable page is cut off and stays not printed at all

2012-09-20 Thread Freller
Hi Jan, This is browser/OS dependable. Regards, Freller Em segunda-feira, 17 de setembro de 2012 14h29min04s UTC-3, Jan Przybylo escreveu: I print big form that has fixed dimensions. If I'd use Letter parer size it should fit in 4 pages (2 pages wide and 2 pages high). I already

Re: TextBox.setText remove the \n

2012-09-20 Thread Joseph Lust
Add br if you want line returns in regular HTML components. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/0xnNrgKVUfcJ. To post to this group,

Re: GWT - logging

2012-09-20 Thread BM
Hi, Did you able to make the logging thing work? I am in same situation, perhaps you can help me? Thanks. On Wednesday, November 10, 2010 3:26:46 AM UTC-6, sree wrote: Hi, The document is complicated and no easy understandable examples. I was planning to use slf4j along with

GWT Vaadin meetup during JavaOne

2012-09-20 Thread Joonas Lehtinen
Coming to JavaOne or are in San Francisco on Tue Oct 2? Vaadin team is arranging a GWT meetup. Excellent opportunity to meet people using GWT and/or Vaadin. There are some interesting demos and speakers in the agenda as well. Event is free, but space is limited. Sign up at:

Re: Indexed DB support

2012-09-20 Thread Cristian Rinaldi
1) I am using IndexedDB with Elemental API, but is implemented the old specification of IndexedDB and I can't find the way to assign the version, therefore, the VersionChange is never launched. 2) Try updating WebCore with all IDL, but when running the build script, the parser, throws the

Re: Future of GWT survey

2012-09-20 Thread RonS
Sounds like you're set with Scala, but another high advanced JVM language option is XTend (http://www.eclipse.org/xtend/). They recently added GWT support: http://blog.efftinge.de/2012/08/gwt-programming-with-xtend.html On Thursday, September 20, 2012 1:23:06 PM UTC-5, Clint Gilbert wrote:

Re: Future of GWT survey

2012-09-20 Thread RonS
Sounds like you're set with Scala, but another advanced JVM language option is XTend (http://www.eclipse.org/xtend/). They recently added GWT support: http://blog.efftinge.de/2012/08/gwt-programming-with-xtend.html On Thursday, September 20, 2012 1:23:06 PM UTC-5, Clint Gilbert wrote:

[gwt-contrib] Re: Make the AbstractEditorDriverGenerator create Context classes that work with parameterized parents. (issue1836803)

2012-09-20 Thread t . broyer
LGTM http://gwt-code-reviews.appspot.com/1836803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors