Re: GWT 2.6 RC1 DevMode log4j fail?

2014-03-26 Thread Sven Reinhardt
Is there any progress on this? I solved the problem regarding your hints. But I don't really get why this actually happens. Seems like Jetty is causing my log4j configuration to bootstrap twice. Am Dienstag, 18. Februar 2014 16:33:42 UTC+1 schrieb Dennis R.: Ok Thanks for your help then I

GWT programming with Eclipse Xtend

2012-08-24 Thread Sven Efftinge
generics, etc.) and comes with advanced IDE support (in Eclipse). I think Xtend is a perfect fit for the asynchronous and event-based programming model of GWT. I've written a blog post on: http://blog.efftinge.de/2012/08/gwt-programming-with-xtend.html What do you think? Cheers, Sven -- You

Change image of an image cell on click

2011-09-07 Thread Sven
Hi everybody, I am trying to change the image of an image cell on click. My code looks like this: final TrafficLightCell imageCell = new TrafficLightCell(); ColumnSomewhat, ImageResource potentiallyAffectedColumn = new ColumnSomewhat, ImageResource(

GWT CellTree expand/collapse all

2011-08-04 Thread Sven
Hi there, is there a simple way to just expand or collapse all treenodes? Or do i really have iterate through each one and use setChildOpen? Hope someone can help :) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Spring Security with GWT

2011-07-08 Thread Sven
Hi people, I am using GWT 2.3 and Spring Security 3. To explain my application structure a little bit. My WebContent folder contains: WebContent/ -WEB-INF/ -login.html -logout.html -secure/ ---index.html Starting my application and trying to

Aw: Re: Strange History Behaviour

2011-06-21 Thread Sven
We just made a custom PlaceController and Historian to share some log messages. Most of the google methods are private so that we can't just override them implementing our log messages. You mentioned GWT.setUncaughtExceptionHandler and i already placed it in my code. But it may be the wrong

Aw: Re: Strange History Behaviour

2011-06-21 Thread Sven
UPDATE: after try catching in my AbstractClientFactory i found something: protected EventBus createEventBus() { return new SimpleEventBus() { @Override public void fireEvent(Event? event) { try {

Aw: Re: Strange History Behaviour

2011-06-21 Thread Sven
I solved it You won't believe it... My View is currently using a third party calendar which needs to be implemented via native js. Deep in my UmbrellaExceptions I found something like $wnd.Calendar is null or wrong type. However this was firing an event which got recognized by GWT an

Aw: Re: Strange History Behaviour

2011-06-21 Thread Sven
This showed me the root of the problem ;) import com.google.web.bindery.event.shared.UmbrellaException; ... ... private void checkAndPrintException(Throwable ex) { if(ex instanceof UmbrellaException){ LOG.debug(UMBRELLA EXCEPTION FOUND); UmbrellaException umbEx =

Strange History Behaviour

2011-06-20 Thread Sven
Hi mates, we use the 2.3 MVP architecture. But we now recognize a strange behaviour. After setting up everything properly in our onModuleLoad there is the point where you have to tell the default place. So we did. After that we call handleCurrentHistory(). ... PlaceHistoryHandler historyHandler

[gwt-contrib] Re: gwt referencing a field not assigned - r9659

2011-03-08 Thread Sven Brunken
On 5 Mrz., 04:38, Deepak Khosla dkho...@x-iss.com wrote: Hi, Is there a way to tell if the checkin abovehttp://code.google.com/p/google-web-toolkit/source/detail?r=9659made it into the latest GWT 2.2? We have been having issues with our 'large' application using sencha GXT with

Re: History.back() bug in Firefox

2010-09-22 Thread Sven Brunken
http://code.google.com/p/google-web-toolkit/issues/detail?id=624 On Sep 23, 12:30 am, Thad thad.humphr...@gmail.com wrote: Has anyone experienced a problem with History.back() misbehaving in Firefox after a FormPanel.submit()?  I'm showing a pop-up dialog with several options, among the

Window.open()

2010-09-01 Thread Sven
Hi there I have a problem using the GWT class Window. Please don't discuss the sense of fullscreen mode. I have to put fullscreen-mode on. My Source looks like this: btn.addClickHandler(new ClickHandler() { @Override public void

Tutorial: GWT + GAE + Twitter

2010-08-21 Thread Sven
to receive any feedback either here or in my blog. Thanks, Sven -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web

Re: Ecryption best practices (server side, client side, password handling)?

2010-08-07 Thread Sven
, as far as I remember. I guess I will postpone this feature until more than just one user asks for it. Thanks! Sven -- 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-tool...@googlegroups.com

Ecryption best practices (server side, client side, password handling)?

2010-07-31 Thread Sven
to the current implementation (no HTTPs, no encryption). Thanks Sven PS: x-post Google App Engine for Java, Google Web Toolkit -- 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-tool

Re: GWT app looks ugly in IE6

2010-07-23 Thread Sven
should work, I thought adding a message for IE 6 and focusing on IE 7, 8, FF, Chrome, Safari, ... is more appropriate than making it perfect for IE 6. Hope this helps, Sven On 23 Jul., 04:21, Magnus alpineblas...@googlemail.com wrote: Hi Brett, ok, but BTW: How can one do this, i. e. determine

Re: Image setUrl and setResources IE8 JavaScriptException

2010-07-11 Thread Sven
the resource bundle works for other browsers (including IE 7, but maybe I need to check). Thanks, Sven -- 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-tool...@googlegroups.com. To unsubscribe from

Re: Image setUrl and setResources IE8 JavaScriptException

2010-07-08 Thread Sven
Dear group, if nobody has encountered this problem before, could you point me to resources how to start debugging in this case best? The exception is thrown somewhere in the JavaScript code and I am not familiar with JavaScript debugging. Thank you, Sven On 4 Jul., 17:41, Sven sven.ti

Image setUrl and setResources IE8 JavaScriptException

2010-07-04 Thread Sven
). Image B, which fails loading, can be accessed through http://www.dotvoting.org/images/DotVoteResult.gif For image A, I used a GIF of same dimension drawn from scratch. Does anybody has an idea what is wrong with image A and what is causing the exception? Thanks Sven -- You received this message

Re: GWT and CSS

2010-06-16 Thread Sven
-8574576/ Sven -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more

Layouting pages based on tables vs CSS layouts

2010-04-21 Thread Sven
way: building up the main layout using XHTML and CSS and just adding the interactive widgets into this kind of frame or to continue using GWT panels and layouts to create applications and using CSS for decoration only. Any opinions out there? Sven -- You received this message because you

Rolebased authorisation in GWT

2010-04-16 Thread sven
Hello everybody, I'm doing right now my first steps in GWT and my task is to build a rolebased authorisation for a GWT application. The goal is that users can login into the GWT application, but the users have no rights. They gain their rights through a role, that is linked to a user. Every role

Re: Rolebased authorisation in GWT

2010-04-16 Thread sven
Thx for your quick response. Of course the server shouldn't allow operations that the user isn't allowed to. I just wanted to know if it's possible to serve the browser only the code he is allowed to see. But you're right, even if an attacker can see methods it would be useless for him as long as

Re: Rolebased authorisation in GWT

2010-04-16 Thread sven
Thx for your quick response. Of course the server shouldn't allow operations that the user isn't allowed to. I just wanted to know if it's possible to serve the browser only the code he is allowed to see. But you're right, even if an attacker can see methods it would be useless for him as long as

[gwt-contrib] Re: Add the ability to change the default HandlerManager of a Widget

2010-02-12 Thread Sven Brunken
Updated the patch to only add a createHandlerManager which gets called by ensureHandlers. On 12 Feb., 04:22, John LaBanca jlaba...@google.com wrote: Alright, lets go with createHandlerManager() for now.  Thanks for all the feedback. @sven - Would you like to update the patch by reverting

[gwt-contrib] Re: Add the ability to change the default HandlerManager of a Widget

2010-02-10 Thread Sven Brunken
Yes, many times its too hard to customize things. Sometimes it make sense to use private or package protected. But i think the HandlerManager gets used so widely that it should be customizable On 9 Feb., 23:57, Nathan Wells nwwe...@gmail.com wrote: As a developer I absolutely agree with Mr. Ryan

[gwt-contrib] Re: Change RichTextAreaImpl and subclasses to not be coupled to Widget/RichTextArea

2010-02-10 Thread sven . brunken
Reviewers: jgw, jlabanca, http://gwt-code-reviews.appspot.com/139801/diff/1/3 File user/src/com/google/gwt/user/client/ui/impl/RichTextAreaImplIE6.java (right): http://gwt-code-reviews.appspot.com/139801/diff/1/3#newcode96 Line 96: if

[gwt-contrib] Re: Add the ability to change the default HandlerManager of a Widget

2010-02-10 Thread Sven Brunken
The danger is that if you add handlers, and than later in your code call setHandlerManager with a new HandlerManager. If we dont check for a prior existing HandlerManager, all old HandlerRegistration's will be lost. If you dont know what happened, you will search forever why your old handlers are

[gwt-contrib] Re: Add the ability to change the default HandlerManager of a Widget

2010-02-10 Thread sven . brunken
On 2010/02/09 16:46:27, Ray Ryan wrote: Sorry, I came in mid-conversation. My -1 was in defense of setHandlerManager(), seeing no harm in allowing a widget to swap around its HM if it wants to. I'm totally in favor of allowing a custom HM to be used. For the ListModel also an own

[gwt-contrib] Re: Add the ability to change the default HandlerManager of a Widget

2010-02-10 Thread Sven Brunken
On 10 Feb., 16:28, Ray Ryan rj...@google.com wrote: Sven, you're arguing both sides here. You want things to be more customizable in general, but with your specific patch you're trying to be as restrictive as you can to achieve your personal goal. Both patches have the same restriction, once

[gwt-contrib] Re: will deRPC ship with GWT 2.0 ?

2009-10-19 Thread Sven Brunken
/browse_thread/thread/631b8c3177930913/ff6c1c7e5d059a1a? And what I can say, Mark will also vote for it ;) We worked together to find the real exception that is occurring in the posted example (stack overflow due to infinite loop) Sven Brunken On 19 Okt., 22:28, Bruce Johnson br...@google.com wrote

[gwt-contrib] Re: Better support of IE6 for ImageResourceGenerator

2009-08-06 Thread Sven Brunken
this icons separately instead of setting up a filter for each icon as it is done now. Sven Ext GWT Core Developer On 6 Aug., 16:02, Joel Webber j...@google.com wrote: Sven, I fully support the idea of fixing this issue one way or another, and I'm pretty strongly in favor of providing

[gwt-contrib] Re: Better support of IE6 for ImageResourceGenerator

2009-08-06 Thread Sven Brunken
just run and fit well in that browser. Adding good support for transparency in IE6 is not that big and should really be considered. Sven Ext GWT Core Developer On 6 Aug., 17:02, David david.no...@gmail.com wrote: Hi, Since I was asking for some better IE7 support I might as well budge

same problem

2009-08-04 Thread Sven
Everytime I start Compile/Browse I get: GWT module 'xx' needs to be (re)compiled, please run a compile or use the Compile/Browse button in hosted mode here's the log: [INFO] Compiling module de.systemagmbh.sar.SystemaAttendanceRecorder [INFO] Compiling 6 permutations [INFO]