Re: A new article about GWT and IndexedDB with well known Design Patterns

2020-10-30 Thread Lars
Simple remove all the website data (from medium), so cookies and local storage, and try again :-) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Annotation processing in Eclipse

2019-02-22 Thread Lars
Dagger does not play well with the incremental compiler of eclipse - see https://stackoverflow.com/questions/41178320/does-dagger2-annotation-processor-supports-the-eclipse-incremental-compiler Background is, that the standard annotation processor does only know things from the current runs and

Removing GWT-RPC support from Guava (with the first release 2020)...

2019-01-22 Thread Lars
https://groups.google.com/forum/m/#!topic/guava-discuss/ZLpBaYAtUl4 -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Generate user.agent independent code

2018-11-30 Thread Lars
Try See https://www.sencha.com/blog/how-to-reduce-compilation-time-for-your-gxt-projects/ -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

First application working as both J2CL and gwt2 at the same time

2018-11-23 Thread Lars
Cool! :-) Any numbers about the app sizes, compile and runtime speed (compared between j2cl snd gwt)? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Problem with using gwtmockito and

2018-08-27 Thread Lars
Cool :-) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to

Re: Problem with using gwtmockito and

2018-08-23 Thread Lars
In addition I found this issue https://github.com/google/gwtmockito/issues/72 to get Java9 running... -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Problem with using gwtmockito and

2018-08-23 Thread Lars
May, but this only guessing, because we did not use java9/10 at the moment (still with java8) and in addition stepped away from the classloader handling of gwtmockito (after having some issues), you have to include net.bytebuddy to the list of classes loaded by the standard classloader. You

Re: Problem with using gwtmockito and

2018-08-22 Thread Lars
Even if it's not latest (bytebuddy), it looks good... Your trace in the issue (https://github.com/google/gwtmockito/issues/75) points to line 197 of GwtMockitoTestRunner (btw. the only gwtmockito line in the trace) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)

Problem with using gwtmockito and

2018-08-21 Thread Lars
What version of bytebuddy do you use? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send

Is there a better way to detect when in SDM mode?

2018-05-29 Thread Lars
I guess the best solution is this: System.getProperty("superdevmode").equals("on") (copied from https://gitter.im/gwtproject/gwt?at=5afb220db84be71db90bf92a) but here are other solutions as well https://stackoverflow.com/questions/26917060/detecting-super-dev-mode-from-within-gwt-app --

Can JaCoCo be used with GWT?

2018-04-24 Thread Lars
Sure as long as you start your tests with a Java runtime (may using additional tools like https://github.com/google/gwtmockito). You could not use it for the compiled javascript code or JSNI parts... -- You received this message because you are subscribed to the Google Groups "GWT Users"

Re: [gwt-contrib] Re: Java10 support

2018-04-12 Thread Lars
Eclipse 4.7.3a is ready (including Java 10 support) - https://www.eclipse.org/eclipse/news/4.7.3a/ -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Google maps and GWT 2.8

2018-03-01 Thread Lars
What is the issue with branflake2267 GWT-Maps-V3-Api regarding 2.8? Because we are using it with 2.8.2 without problems (but only for some basic map features)... For sure in general an automatic jsinterop wrapper (using the google maps exports or the typescript mappings) would be very nice :-)

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

2017-11-09 Thread Lars
Thanks for sharing this... what is the license of it and is there a patch file (containing only the differences to the GWT SDK) or only the modified classes? Am Mittwoch, 8. November 2017 04:30:20 UTC+1 schrieb Alex Epshteyn: > > This project is now on GitHub: >

Re: [gwt-contrib] Using GWT libraries from J2CL

2017-06-01 Thread Lars
In the GwtCon keynote 2016 it looks like a Main method (without parameters) in a Main class ... but I guess most of this is experimental ... -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving

[gwt-contrib] Re: Elemental2 and JsInterop base beta releases available.

2017-05-16 Thread Lars
Looks like the jsinterop generator in on the way :-) https://github.com/google/jsinterop-generator -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[gwt-contrib] 2.8.x release

2017-03-17 Thread Lars
https://github.com/gwtproject/gwt/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.8.1 -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: /rpc/RemoteService : Unsupported major.minor version 51.0

2017-01-01 Thread Lars
You could try to run the 2.7 gwt servlet jar in the production env and the 2.8 in the development env... this is for sure 100% not a supported solution, but it worked for me to get the 2.8 speed (in times until it was final) together with a 2.7 env :-) -- You received this message because you

/rpc/RemoteService : Unsupported major.minor version 51.0

2017-01-01 Thread Lars
I guess you are using Java 6, but you need Java 7 or higher (https://en.m.wikipedia.org/wiki/Java_class_file)... -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: IDEs, Dagger2 and annotationProcessorPaths

2016-12-15 Thread Lars
Thanks for the answer! I tried to put it to the Dagger Discuss group, but without luck/access to post. But may could give stackoverflow a try... -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving

Re: IDEs, Dagger2 and annotationProcessorPaths

2016-12-15 Thread Lars
Does Dagger2 annotation processor supports the Eclipse incremental compiler? I setup Dagger2 with the sample app and after a full compile (after cleaning the project) everything works fine, but after small changes (module or component) and only an incremental compiler run nothing is updated (and

Re: Use of existing java applications/ jars in a GWT project

2016-12-10 Thread Lars
in case you do not have the sources may http://teavm.org helps to move this to javascript ... and then you could use JsInterop (or JSNI) to call it from GWT :-) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and

Re: Use of existing java applications/ jars in a GWT project

2016-12-09 Thread Lars
You have to build a similar package structure (as the external jar) and put the definition in this. This could be packaged in another jar or in your source tree. If you do not have the source, then you cannot use this to build javascript code! But you could still use it in a servlet and connect

Re: GWT 2.8.0 released

2016-10-24 Thread Lars
May read this http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0 The big points are Java8 support, JsInterop (to step away from JSNI), GSS and more performance in SDM and the emulation. -- You received this message because you are subscribed to the Google Groups "GWT Users"

Re: GWT 2.8.0 released

2016-10-24 Thread Lars
Yes! Guava 20 requires GWT 2.8 and the other way around. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post

[gwt-contrib] Re: 2.8 (final) is released very silent!?

2016-10-21 Thread Lars
Make sense ... good to have the 2.8 ready now! :-) -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[gwt-contrib] 2.8 (final) is released very silent!?

2016-10-21 Thread Lars
Github show is a (final) 2.8 release (17 days ago) https://github.com/gwtproject/gwt/releases/tag/2.8.0 Why is nobody talking about? -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails

GWT 2.7 - Multi-module project and Super Dev mode recompilation

2016-08-11 Thread Lars
Try to use 2.8 snapshot for SDM and the stable 2.7 release for production, because 2.8 has more SDM optimizations to speed up the development cycle! -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving

GWT 2.7 - MultiModule Setup and SDM recompilation

2016-08-11 Thread Lars
Try to use 2.8 snapshot for SDM and the stable 2.7 release for production, because 2.8 has more SDM optimizations to speed up the development cycle! -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving

working in beta but not in latest git

2016-08-08 Thread Lars
This is one of the breaking changes JSNI disallows method references to Double, String, Boolean and its super types https://github.com/gwtproject/gwt/issues/9356 See http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0_RC1 -- You received this message because you are subscribed

Re: Launching SDM programatically from integrated tests

2016-04-10 Thread Lars
You could setup a stop key for the jetty and stop this with this key later. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Testing client-side behavior of GWT Apps

2016-04-10 Thread Lars
It depends how far you want to go. For sure with selenium/webdriver you could test any web application, but its slow and decoupled from your code. If you are fine to test your frontend code, without the slow event loops, you could do this very fast with gwtmockito. If you need a little bit more

GWT 2.8-Snapshot and Guava

2015-11-24 Thread Lars
See https://groups.google.com/forum/m/#!topic/google-web-toolkit-contributors/VbokswmVz9w -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: GWT 2.8-Snapshot and Guava

2015-11-24 Thread Lars
I patched an old guava version (17, but I guess 18 should work too) with the createFrom patch https://github.com/google/guava/commit/9e56ef17c335319d21f1f2c454176c9d32687a59 to support gwt 2.7 and 2.8, because the next version of guava (19) does not support gwt 2.8 and is bundled with j2obj.

Re: GWT 2.8-Snapshot and Guava

2015-11-24 Thread Lars
If you would give the guava shapshot a try then I guess this should be the right j2objc-annotations jar http://search.maven.org/#search%7Cga%7C1%7Cj2objc-annotations -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group

Re: GWT 2.8-Snapshot and Guava

2015-11-24 Thread Lars
Nice! You are welcome :-) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to

Re: [gwt-contrib] Re: Error compiling with trunk and guava-gwt-18.0.jar

2015-11-23 Thread Lars
You could try to patch the guava-gwt.jar locally by yourself ... you need only apply this patch https://github.com/google/guava/commit/9e56ef17c335319d21f1f2c454176c9d32687a59 by editing a java source file in the jar and it should work... I did a similar patch for guava 17 and this works with

Re: Java Deserialization Vulnerability

2015-11-23 Thread Lars
@Thomas: Thanks for this information, but I guess the correct property is rpc.enhancedClasses :-) @Jakob: Keep in mind, that commons-collections is not the only library "under attack" ... groovy and spring shares a similar use case

Re: [gwt-contrib] CodeServer and Compiler broken after "Redo file watching refactor." change

2015-11-12 Thread Lars
e.com/#/c/13956 > > On Wed, Nov 11, 2015 at 1:53 AM, Lars <lars.gem...@gmail.com > > wrote: > >> It fails for Java 7 and 8 for Windows 7 and 8 ... >> I checked also with the latest ant version and your flag >> "-Dgwt.watchFileChanges=true" an

Re: [gwt-contrib] CodeServer and Compiler broken after "Redo file watching refactor." change

2015-11-11 Thread Lars
oglegroups.com >> > wrote: >> >>> Could you run it with -Dgwt.watchFileChanges=false and let us know? That >>> flag should turn of the file watching logic. >>> >>> On Tue, Nov 10, 2015 at 6:39 AM, Lars <lars.gem...@gmail.com >>> > wrot

[gwt-contrib] Cannot build GWT anymore locally

2015-11-02 Thread Lars
I cannot build GWT locally anymore. I guess this commit ( https://gwt.googlesource.com/gwt/+/b2b4f7a2dae2fd546af6aa23fa0ee3e636d5c9ec%5E!) and the missing update for the tools ( http://google-web-toolkit.googlecode.com/svn/tools/lib/gss/) results in erros like "error: package

[gwt-contrib] Re: Cannot build GWT anymore locally

2015-11-02 Thread Lars
Thank your for this information. We should update this link ( http://www.gwtproject.org/makinggwtbetter.html#workingoncode) to share this with all :-) -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop

Re: [gwt-contrib] Re: Cannot build GWT anymore locally

2015-11-02 Thread Lars
Nice! I stay tuned :-) Btw. it's a very good move away from SVN ... -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[gwt-contrib] Re: External library to generate the remote service's Async interface

2015-09-15 Thread Lars
Ok! This makes sense, but normal the IDE now creates this Async interface and keeps this in-sync ... -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[gwt-contrib] External library to generate the remote service's Async interface

2015-09-15 Thread Lars
What is the plan do deal with custom classes (including inheritance and generics) as a parameter or return type? -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an

[gwt-contrib] Re: External library to generate the remote service's Async interface

2015-09-15 Thread Lars
All your samples deal with primitive stuff or collections of this. For a real RPC we need custom objects as well and a way to transfer them, but as I see it right now you generate only the async interface?! -- You received this message because you are subscribed to the Google Groups "GWT

When debugging GWT app, Chrome says Development Mode requires the GWT Developer Plugin, although it is already installed

2015-08-15 Thread Lars Ruoff
and it is enabled) In the GWT Developer Plugin Options, the list of exceptions is empty. (I tried to add localhost for code adn web server but it didn't change anything) What am i doing wrong? regards, Lars R. -- You received this message because you are subscribed to the Google Groups Google Web

Re: When debugging GWT app, Chrome says Development Mode requires the GWT Developer Plugin, although it is already installed

2015-08-15 Thread Lars Ruoff
Problem solved. Found the solution, Run As GWT Super Dev Mode and all. Sorry for the noise. On Sat, Aug 15, 2015 at 9:46 PM, Lars Ruoff lars.ru...@gmail.com wrote: Hi, i have the following issue: I'm compiling my GWT project from within eclipse. Everything builds fine. When i want

Re: [ANN] Elemento - HTML templates and other goodies for GWT Elemental

2015-08-12 Thread Lars
Tessel deals with a similar issue and Stephen Haberman talked at the end of his gwt.create presentation http://gwtcreate.com/videos/index.html#tessel about a way to do this within eclipse - may have a look (starting 30:22) :-) -- You received this message because you are subscribed to the

Re: [ANN] Elemento - HTML templates and other goodies for GWT Elemental

2015-08-12 Thread Lars
Annotation processors are not the issue, they work fine in full or incremental compiles, but they are only triggered via annotions (with Java stuff) and not for xml, html, ... -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe

GWT 2.7 Supported Browser Version

2015-08-11 Thread Lars
The list is valid for 2.7! Previous versions supports IE6 and IE7 in addition, but had no IE11 on board... -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [gwt-contrib] Re: Stop calling it GWT 3.0

2015-07-13 Thread Lars
Will the new transpiler support the following features and fixes the linked issues: - Good SourceMaps including SuperDebug (see Brians speech at gwt.create) and debugger support within the IDE (like sdbg for eclipse) - StackTraces including emulation mode (for browsers without - like

Re: Most code in SOYC report cannot be attributed

2015-07-08 Thread Lars
Split Point Report Full code size (report) Code Type Breakdown (scroll down) xxx bytes occupied by Strings yyy bytes of the JavaScript output cannot be attributed to any package or code type. Am Mittwoch, 8. Juli 2015 13:53:43 UTC+2 schrieb Ed: Hehe have you tried scrolling the breakdown

Re: GWT 3.0 - Transpiler features

2015-07-08 Thread Lars
Ray, Daniel, John - any comments on this? Am Mittwoch, 1. Juli 2015 14:14:39 UTC+2 schrieb Lars: For GWT 3.0 there are a lot of unsupported features (including generators, linkers, widgets, …) and this makes absolute sense to focus to the core (the Java2JS transpiler). My question

Re: Getting IP Address

2015-07-08 Thread Lars
Use the URL from the browser = Location.getHostName() :-) Am Mittwoch, 8. Juli 2015 17:25:20 UTC+2 schrieb Juan Pablo Gardella: Check at http://www.gwtproject.org/doc/latest/RefJreEmulation.html for which classes are supported in client side. On 8 July 2015 at 12:17, naveen gayar

Re: Getting IP Address

2015-07-08 Thread Lars
If you need more (real ip or different host names) you have to call a servlet (using gwt rpc or rest call) and do the magic there! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails

Re: Most code in SOYC report cannot be attributed

2015-07-06 Thread Lars
Which version of gwt you use? And is there something special you use (some 3rd party library)? Am Sonntag, 5. Juli 2015 04:58:51 UTC+2 schrieb Erik Kuefler: I have a 4.2MB GWT application using the default linker with no split points that I'm trying to run a SOYC report on. The report tells

Re: Roadmap Question for GWT 3.0

2015-07-06 Thread Lars
Both gwt-jackson (https://github.com/nmorel/gwt-jackson/wiki/Type-support) and restygwt (resty-gwt.github.io/documentation/restygwt-user-guide.html) supports polymorphism (and gwt-jackson in addition generics)! gwt-rpc is nice at the beginning (fast learning curve), but hurts later on -

GWT 3.0 - Transpiler features

2015-07-01 Thread Lars
For GWT 3.0 there are a lot of unsupported features (including generators, linkers, widgets, …) and this makes absolute sense to focus to the core (the Java2JS transpiler). My question is, if the new transpiler supports the following features and fixes the linked issues: - Good

[gwt-contrib] Re: Build server is down

2015-02-13 Thread Lars
I guess the problem is fixed now - the jars are back and build server too! :-) Thanks to all they fixed this! -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email

[gwt-contrib] Re: Compile error with latest gwt (from trunk)

2015-02-03 Thread Lars
Did you update the (gwt)tools too? -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscr...@googlegroups.com. To view this

Re: [gwt-contrib] GWT 2.8.0-SNAPSHOT

2015-02-02 Thread Lars
I talked with Daniel at gwt.create about this topic and they have something to fix and won't (or can) talk about this! :-( But he provided a valid workaround for this - you could (very easy) checkout the gwt sources (git) and the (gwt-)tools (svn) and build your own jars. I use targets clean

[gwt-contrib] Build server is down

2015-01-23 Thread Lars
The build server (http://build.gwtproject.org) is down and the snapshot folder ( https://oss.sonatype.org/content/repositories/google-snapshots/com/google/gwt/gwt-user/2.8.0-SNAPSHOT/) is empty (no jars)! Any comments or suggestions on this? -- You received this message because you are

ExceptionInIntializerError with MapTypeStyleFeatureType and MapTypeStyleElementType

2014-12-19 Thread Lars Gemeinhardt
Try this API https://github.com/branflake2267/GWT-Maps-V3-Api for Google Maps v3 support! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

A Simple ComboBox/ListBox snippet/example for Widgets.

2014-01-24 Thread Lars Perf
As I needed a way to easily manage localization selection (iow changing language on the page), I was looking around for a listbox that supported images (for country flags). Sadly it seemed the only available options were embedded in large, complex libraries such as SmartGWT. Anyhow I decided

UiHandler w Custom Events

2013-06-27 Thread Lars
Does anybody know of a way to get this to work. I'm running into this issue where ive created a custom event which is fired by a widget. The parent of that widget is listening for the event via: @UiHandler(childWidget) void onMyCustomEvent(CustomEvent event) { //bla blah } However, compiler

Re: IE Anchor Issue

2013-03-05 Thread Lars
for the help!!! - Lars On Monday, March 4, 2013 10:00:01 AM UTC-5, stuckagain wrote: Hi, All I do is cancel the default handling of the ClickEvent I'm not using the anchor widget but the element directly but I assume it should work the same. anchor.addClickHandler() { new ClickHandler

IE Anchor Issue

2013-03-03 Thread Lars
I'm running into the problem with Anchor widgets trying to reload the browser when clicked... After searching the forums I've seen the various workaround people are using but none seem applicable. Maybe someone has any ideas? What I have is a Composite that implements HasClickHandlers... This

Re: GWT 2.5 Java 5 runtime(!) compatibility

2012-10-31 Thread Lars Ködderitzsch
to scrape by with what infrastructure we are provided, while still trying to keep up with current technology/frameworks. Am Dienstag, 30. Oktober 2012 20:44:11 UTC+1 schrieb Chris Lercher: On Tuesday, October 30, 2012 5:42:11 PM UTC+1, Lars Ködderitzsch wrote: Bummer, at least this finally

GWT 2.5 Java 5 runtime(!) compatibility

2012-10-30 Thread Lars Ködderitzsch
during GWT-compile Java 6 is a requirement, I don't understand this restriction on the runtime environment. Can somebody from the team please shed some light if this is intentional (if so why?) or just an oversight, which would be fixed in subsequent releases? Thanks, Lars -- You received

Re: GWT 2.5 Java 5 runtime(!) compatibility

2012-10-30 Thread Lars Ködderitzsch
of the plan and set as a requirement for GWT 2.5: https://developers.google.com/web-toolkit/gettingstarted On Tuesday, October 30, 2012 9:40:12 AM UTC-4, Lars Ködderitzsch wrote: Hi all, while trying to upgrade to GWT 2.5 I noticed that all jars (incl. gwt-servlet.jar) are now build with target

Re: GWT 2.5 Java 5 runtime(!) compatibility

2012-10-30 Thread Lars Ködderitzsch
Sigh, if it were my decision... but it isn't... there are lots of other powers involved (management, operations and so forth)... Still, other then saying that it is so because it has been said so - I still don't see an argument why the gwt-servlet.jar would technically require Java 1.6. Am

Re: GWT 2.5 Java 5 runtime(!) compatibility

2012-10-30 Thread Lars Ködderitzsch
Yeah, well. To put some kind of closure to it, it appears Jens is right about the Java 6 API use. I tried to be super-smart by running gwt-servlet.jar through retrotranslator - which can also verify the result against a given classpath. Turns out there are several occasions where

Re: TextResource vs Constant

2012-07-19 Thread Lars
Excellent advice... Thanks Thomas Joseph. I'm assuming when it comes down to deciding b/w using the Constants or Messages interfaces, the decision is based upon whether you need the substitution features available by using messages? Thanks again, Lars On Wednesday, July 18, 2012 8:42:28 PM

TextResource vs Constant

2012-07-18 Thread Lars
be something like: up=i am up down=i am down But alas, this does not work. This has gotta be pretty common, no? What's the standard solution here? A txt file for every string? Thanks in advance, Lars -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: ListEditor Help

2012-03-12 Thread Lars
Thanks. This looks helpful. Lars On Saturday, March 10, 2012 5:22:06 PM UTC-5, Brandon Donnelson wrote: Hmm.. Maybe this could help: http://c.gwt-examples.com/home/ui/listeditor- I have some ListEditor examples here. -- You received this message because you are subscribed

ListEditor Help

2012-03-08 Thread Lars
So trying to wrap my head around the Editor Framework and ListEditor in particular... I have a class that basically has 1 property, an ArrayList: public class ArticlePaginator implements IterableArticlePage { ArrayListArticlePage articlePages = new ArrayListArticlePage(); public

Re: Accessint GWT's HIstory Stack

2012-02-29 Thread Lars
Thanks for your input. Regarding History object and the firing of ValueChangeEvents... I've confirmed that the events are not being fired with this: History.addValueChangeHandler(new ValueChangeHandlerString() { @Override public void onValueChange(ValueChangeEventString

Accessint GWT's HIstory Stack

2012-02-27 Thread Lars
Been searching for an answer to the following problem I have an application with 2 Places: Index and Edit each have representative tokens that carry state information. My desire: I want for the user to be able to return to the last Index state after many possible Edit states, so say these

Re: Accessint GWT's HIstory Stack

2012-02-27 Thread Lars
lastIndex; ... void onValueChange(ValueChangeEventString event) { if (isIndexToken(...)) { lastIndex = ; } } Index getLastIndex() { return lastIndex; } } On Mon, Feb 27, 2012 at 10:14 AM, Lars wrote: Been searching for an answer

GWT 2.4 breaks JDK 5 compile support

2011-09-14 Thread Lars Ködderitzsch
://code.google.com/p/google-web-toolkit/issues/detail?id=6790 My current workaround is to provide a rebuilt version of flute into my GWT compile classpath, before gwt-user.jar. BR, Lars -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: GWT 2.4 breaks JDK 5 compile support

2011-09-14 Thread Lars Ködderitzsch
Doing the flute.jar workaround triggered another JDK 1.5 compatibility issue further down the road: [INFO] [ERROR] Unexpected internal compiler error [INFO] java.lang.NoSuchMethodError: java/util/Arrays.copyOf([II)[I [INFO] at

Re: GWT 2.4 breaks JDK 5 compile support

2011-09-14 Thread Lars Ködderitzsch
. Let's see if someone (from the committers?) can clarify this. BR, Lars -- 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

Re: GWT 2.4 breaks JDK 5 compile support

2011-09-14 Thread Lars Ködderitzsch
- but at least I am clear now :-) Thanks, Lars PS: you may close the mentioned tracker issue (http://code.google.com/ p/google-web-toolkit/issues/detail?id=6790 ) as you see fit. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

accessing the PlaceHistoryMapper in Activities classes

2011-08-08 Thread Lars
the PlaceHistoryMapper some kinda globally accessible static object? Am I missing an obvious solution here??? Thanks in advance, Lars -- 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

Re: accessing the PlaceHistoryMapper in Activities classes

2011-08-08 Thread Lars
Thanks for sharing your opinion, I was thinking i would do #1 if i wasn't missing some blatantly obvious solution. I'll have to add looking into GIN to the long list if things I'd like to do sigh -- You received this message because you are subscribed to the Google Groups Google Web

Re: GWT/GPE 2.4.0 RC1 is available

2011-07-31 Thread Lars Huber
Will it be possible to use @Category on Proxies? Is there a way to realize additional logic for RF proxies, with @Category or another way? Currently I super sourced some RF core classes and replaced the generator. I'am able to use @Category as described in AutoBeans. But this means a lot of

CssResource w/o UiBinder

2011-07-07 Thread Lars
So, I've had success using UiBinder to declare styles in ui:style blocks and then accessing them in my .java file via: interface Styles extends CssResource { String hideAdditionalFilters(); String showAdditionalFilters(); } Now I have a class that does NOT have an associated UiBinder file

Re: CssResource w/o UiBinder

2011-07-07 Thread Lars
You are exactly right. I added resources.css().ensureInjected(); in the constructor of my class and it all works now. Much appreciated. - Lars -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: How to set background color for button?

2011-06-06 Thread Lars Ruoff
pipik.ro...@gmail.com wrote: Use CSS to style buttons. http://code.google.com/intl/sk-SK/webtoolkit/doc/latest/DevGuideUiCss... On 4. Jún, 17:10 h., Lars Ruoff lars.ru...@gmail.com wrote: Hello, how to change the background color of a ToggleButton? I want to have ToggleButtons

How to set background color for button?

2011-06-04 Thread Lars Ruoff
Hello, how to change the background color of a ToggleButton? I want to have ToggleButtons in various colours displayed on my page. The buttons are actually for choosing a color in the application. regards, Lars -- You received this message because you are subscribed to the Google Groups

Open SVG file in another browser tab or save locally

2011-05-30 Thread Lars Ruoff
browser tab or save the file? Are there other ideas to handle SVG images? thanks, Lars R. -- 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

Re: Development mode cross site RPC requests

2011-05-21 Thread Lars
Hmmm, I glanced over that thinking it wouldn't allow me to do the convenient browser-refresh to test my client-side code... I should really look into it further. Thanks for the smack to the head ;-) -- You received this message because you are subscribed to the Google Groups Google Web

Re: Development mode cross site RPC requests

2011-05-21 Thread Lars
My thinking exactly. Definitely worth investigating. Thanks for your suggestions! - Lars -- 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

Re: Development mode cross site RPC requests

2011-05-21 Thread Lars
Y'know I thought about that... In fact I thought about even using such a setup in prod mode. That way i could take advantage of the optimized across-the-wire serialized data transfers built in to GWT and save the client from downloading all the XML parsing logic. That would be done in this

Development mode cross site RPC requests

2011-05-21 Thread Lars
Anyone have a suggestion? Writing a GWT based front end that interacts with a C++ backend system. I do not have direct access to the backend systems but interact with it by making ajax XML requests (no JSON). Now, when I run in development mode cross-domain violations prevent me from making

How to add @Category on RequestFactory Proxies

2011-05-19 Thread Lars Huber
I need to add additional logic on Proxies. How can I add the @Category functionality on Entity and Value Proxies? Is this possible? If not, is it planned? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Understanding of session behavior

2011-05-17 Thread Lars Meynberg
Hi everybody, I'm new in GWT. I have created a project for a single web app and using an (main-) entry point for my site. This site is showing a login page and when the user is logged in the underlying controller loads the application view with some content. Every time I hit refresh in the

Aw: Understanding of session behavior

2011-05-17 Thread Lars Meynberg
Ok I thought there is some best practice to handle such a event in GWT, but its up to the developer to handle a refresh and save the state of the page. I'm wondering how other application handles this situation. -- You received this message because you are subscribed to the Google Groups

  1   2   >