Re: ResettableEventBus

2011-05-10 Thread Andi
this happens when the same activity instance is used directly after itself. sounded like this as you said only some params change (plus you might use singletons). take a look at activitymanager src. you could either register a placechangehandler in that activity and change the contents

GWT 2.3 Upgrade breaks hibernate queries?

2011-05-10 Thread cruser
I have just upgraded to GWT 2.3.0 I am working with hibernate for the back-end. In GWT 2.2.0 all my queries worked fine, however since the upgrade to 2.3.0 all the hibernate queries are broken. Read exception below: org.hibernate.HibernateException: Unable to get the default Bean Validation

Re: Facebook like/send buttons: using XFBML from GWT

2011-05-10 Thread Librarian
I'm having the same problemI can post a Like buttonbut not he XFBML for a comments plugin.so irritating... -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

EditTextCell() set editable on Button Click

2011-05-10 Thread Manvel Saroyan
Hi. I have a cellTable In my project with EditTextCell() column and also a button. On button click I'm making validation of celltable's data and when I get incorrect data I want to set a cell with that incorrect data editable like I click on that cell, but I didn't find any solution how to make a

Can CodeSplitting technique be used to load another Module within the same app

2011-05-10 Thread Kayode Odeyemi
Hello, I have an app that I want to split into modules. I already have the splitted modules, now I want to call it from the main module. Can this be achieved with GWT.runAsync? For example, I want to do this; GWT.runAsync(new RunAsyncCallback() { public void onFailure(Throwable

How to log whenever Async call is made

2011-05-10 Thread Jiunarayan
I want to log, to show like loading ui when ever the code splitting is loading -- 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: How to log whenever Async call is made

2011-05-10 Thread John Doran
I used an external library called gwtchisems that has a progress bar and sets the background to modal, you could call it while processing an RPC. Regards, John. On Tue, May 10, 2011 at 10:43 AM, Jiunarayan jiunara...@gmail.com wrote: I want to log, to show like loading ui when ever the code

Re: Can CodeSplitting technique be used to load another Module within the same app

2011-05-10 Thread Raphael André Bauer
On Tue, May 10, 2011 at 11:17 AM, Kayode Odeyemi drey...@gmail.com wrote: Hello, I have an app that I want to split into modules. I already have the splitted modules, now I want to call it from the main module. Can this be achieved with GWT.runAsync? For example, I want to do this;

Unable to deploy GWT updates

2011-05-10 Thread Owen Ilagan
Hello, I've been using GWT Plugin for Eclipse for a long time now and after upgrading to toolkit version 2.3.0 I am suddenly unable to update my existing projects. I keep getting this error: Unable to update: java.io.IOException: Error posting to URL:

Strange NullPointerException during getDispatch().execute(action);

2011-05-10 Thread mariyan nenchev
Hi I am getting very strange exception during execution of dispatch action. It seems that getDispatch() returns null?! Here is the exception: rpcDispatcher: Exception while executing cayetano.games.updownbet.web.shared.handler.action.UpDownBetGameAction: null java.lang.NullPointerException at

Re: Delivery Status Notification (Failure)

2011-05-10 Thread mariyan nenchev
I extended AbstractStandardDispatchServlet in order to use it with spring and it seems that getDispatch() from here returns me null Dispatch Object. package cayetano.common.web.handler; import javax.inject.Inject; import javax.servlet.ServletConfig; import javax.servlet.ServletException; import

Temporary disable URL changes when using Places?

2011-05-10 Thread Jens
Hi, Is it somehow possible to disable URL changes when switching between places so that the browsers back/forward buttons keep disabled? I asks this because I have an app that does not use Places/Activities yet but I now have a use case where an anchor/link has to change its url according to

Array of widgets in uibinder

2011-05-10 Thread jayalakshmi jahagirdar
Hi all, Is there any way to create a array of widgets using uibinder. We access the widgtes like this @UiField Image *image*; How can i create a array of images and use them. Regards Jayalakshmi -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: gwt memory leak ?

2011-05-10 Thread khiem nguyen
hi Thomas thanx for the quick answer. sorry for being a noop here but i i dont seem to be able to apply the patch n2 4, since the package-structure of the source ( from http://google-web-toolkit.googlecode.com/svn/trunk/ ) is not the same as in release version. just replace the built

Re: Array of widgets in uibinder

2011-05-10 Thread Ashton Thomas
I think is very easy to accomplish this in more than one way. One simple thing you can do is create a Widget that handles everything ImageListWidget extends VerticalPanel (or Composite) add a constructor that takes in an array of Images (or any widget) and just have the ImageListWidget add new

Re: Temporary disable URL changes when using Places?

2011-05-10 Thread nacho
You have to put in your PlaceHistoryMapper only the places that want to handle with the history handler. PlaceHistoryMapper is the link between your PlaceTokenizers and GWT's PlaceHistoryHandler that synchronizes the browser URL with each Place.

Creating new objects inside a CompositeEditor causing failure in checkStreamsNotCrossed

2011-05-10 Thread Eric Andresen
Can anyone take a look at this and let me know if this flow seems sane? I'm seeing an error: Caused by: java.lang.AssertionError: Unfrozen bean with null RequestContext at

Cobertura code coverage with HtmlUnit/DevMode

2011-05-10 Thread Damien Picard
Hi, I'm trying to generate code coverage report with Cobertura on GWTTestCases. To do that, I would like to run these tests with the standard GWTRunner with HtmlUnit. As the Cobertura documentation says, the coverture is calculated using instrumentations added to .class files in a first step,

Re: GWT 2.3 Upgrade breaks hibernate queries?

2011-05-10 Thread Trevor Skaife
I know I ended up adding hibernate-validator-4.1.0.Final.jar and validation-api-1.0.0.GA.jar to my classpath when I upgraded. On May 10, 2:11 am, cruser crusercru...@gmail.com wrote: I have just upgraded to GWT 2.3.0 I am working with hibernate for the back-end. In GWT 2.2.0 all my queries

JSNI Return Results from IndexedDB Get() call?

2011-05-10 Thread David E.
I'm trying to get a Java object back from an IndexedDB get() call via a JSNI method. I can't figure it out, code is below, any help is appreciated. I think because this code is RPC in nature, i.e. it does a call and you wait for the success or error to come back that maybe has something to do

Re: Problem using dll in a project

2011-05-10 Thread Pasquale Fersini
Hi all, my problem is due to an access denied (java.lang.RuntimePermission loadLibrary.jacob-1.15-M4-x86); as you can see, the problem is related to jacob.dll. I'm trying to edit java.policy, to add the dll in the PATH, to add -Djava.library.path, to launch eclipse as Administrator, to sign

gwt-google-apis (Visualization API) and nested smartGWT layout containers

2011-05-10 Thread Rob
Hi, Originally posted here - http://groups.google.com/group/google-visualization-api/browse_thread/thread/42aa6d915eb25006 and here - http://forums.smartclient.com/showthread.php?s=394a0c94510a814b755f12ec57cfb95et=16703 And suggested I should also post here. To summarise: I would like to add

GWT TextBox.getCursorPos() Issue in IE

2011-05-10 Thread Raphael
Hi, I have a Problem while trying to get the Cursor position of an GWT TextBox in IE. It everytime returns 0. Do someone knows a workaround for this? In Firefox/Chrome/Safari it works fine. Here is the Code snippet: //global declaration @UiField TextBox number; //use of the number variable in

How to add a project into an existing gwt project?

2011-05-10 Thread smicker
Hi, I have a gwt project, myProject1 ongoing in eclipse and I want to add another project into this, myProject2. This is what I have done so far: 1. Open my first gwt project in eclipse, myProject1. 2. Selected Import-Existing project into workspace and selected myProject2. The project explorer in

Display a byte[] in imageCell

2011-05-10 Thread gadev
I am using GWT 2.3 and GAE 1.4.3. I have images stored as blobs in the datastore and wish to display them in a CellTable. One of the columns of the CellTable has got ImaceCell. I extract the byte[] from the blob then I use the Base64Utils, String image = Base64Utils.toBase64(byteArray); and

Re: Cobertura code coverage with HtmlUnit/DevMode

2011-05-10 Thread Thomas Broyer
GWT already supports EMMA for code coverage, did you look at how it works? -- 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

Aw: Re: Temporary disable URL changes when using Places?

2011-05-10 Thread Jens
Hehe thanks. Works so far. Guess it was a bit to obvious so I missed that :) -- 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

Re: Cobertura code coverage with HtmlUnit/DevMode

2011-05-10 Thread Damien Picard
I do, and it seems that the Emma distribution is patched in order to fix a classpath issue (according to README.txt). README.txt : *emma-multiclassloader-fix.patch: the patch to the emma src to get aroud the classloader issue. * But I can't find where the DevMode .class files are instrumented.

Re: GWT TextBox.getCursorPos() Issue in IE

2011-05-10 Thread SVR
I see the same problem too and only in IE. Would be great to hear a workaround / soln. thanks On Tue, May 10, 2011 at 7:02 AM, Raphael raphaelschra...@gmx.net wrote: Hi, I have a Problem while trying to get the Cursor position of an GWT TextBox in IE. It everytime returns 0. Do someone

Dropdowns closing unexpectedly in IE

2011-05-10 Thread SVR
I have Focus, ValueChange and Change Handlers on some dropdowns. It appears like while the user is still working/changing the value of a ListBox, the dropdown closes unexpectedly. This happens only in IE (using 8). Has anybody experienced this and if so is there a solution / workaround? thanks --

Re: Unable to deploy GWT updates

2011-05-10 Thread Alex Humesky
Hi Owen, Check that the account that you're logged into in the Google Plugin for Eclipse owns the app ID you're trying to deploy with. If you're using two different accounts, say, a personal Google account and another one for work, you'll have to sign out of one and then sign back into the other.

Re: GWT/GPE 2.3 unable to sign in with Google Apps account

2011-05-10 Thread Alex Humesky
Hi all, GPE 2.3.1 is available and has the fix for signing into Google Apps accounts: http://dl.google.com/eclipse/plugin/3.6 Please let us know if this doesn't fix the problem. Alex, GPE Team On May 4, 6:43 pm, Alex Humesky ahume...@google.com wrote: Hi all, We've found the problem and this

Working Around Changes to UiBinderWriter

2011-05-10 Thread DartmanX
I have upgraded my project to 2.3 to take advantage of the new overloaded DockLayout add*() methods that accept IsWidget(). However, I am using the gwt-platform project, which has a Gin-aware UiBinder implementation that chokes on the new constructor for UiBinderWriter, to which a boolean

gpe or wbpro what should i use?

2011-05-10 Thread Elhanan
Not that wbpro has gwt devlopment , I was told that I no longer need gpe plugin and that infact it conflicts with gpe. So is this true , do the overlap, if not, can I find a comparison chart about them? -- You received this message because you are subscribed to the Google Groups Google Web

Re: GWT/GPE 2.3 unable to sign in with Google Apps account

2011-05-10 Thread David Goodenough
On Tuesday 10 May 2011, Alex Humesky wrote: Hi all, GPE 2.3.1 is available and has the fix for signing into Google Apps accounts: http://dl.google.com/eclipse/plugin/3.6 Please let us know if this doesn't fix the problem. Alex, GPE Team On May 4, 6:43 pm, Alex Humesky ahume...@google.com

Re: Working Around Changes to UiBinderWriter

2011-05-10 Thread David Durham
patch gwt-platform and submit a ticket in their bug tracker? On Tue, May 10, 2011 at 11:45 AM, DartmanX fergusonja...@gmail.com wrote: I have upgraded my project to 2.3 to take advantage of the new overloaded DockLayout add*() methods that accept IsWidget(). However, I am using the

Re: image - thumbnail widget?

2011-05-10 Thread Thad
I don't know of such a tool. Off hand, I'd say what's required is a handler to track mouse movement over the image, send a coordinate or coordinate pair back to the server, and crop the image there. How big are the images you're dealing with? Alternative approaches might be 1) Display the full

Re: image - thumbnail widget?

2011-05-10 Thread dk
Thanks Thad, Since posting my original note I have fond that jQuery has jCrop and there are a few others I am not a java expert but I'll play around a bit more Thanks again -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: Display a byte[] in imageCell

2011-05-10 Thread Thad
The underscores in your partial sample indicates that your using what RFC3548 calls Base 64 Encoding with URL and Filename Safe Alphabet (see http://www.faqs.org/rfcs/rfc3548.html). I use this, too, in some places, but not images. The RFC also says: This encoding should not be regarded as the

DevMode to test compiled app

2011-05-10 Thread Magno Machado
I'm using the DevMode as a conteiner so that I can test the compiled version of my app, I'm invoking the com.google.gwt.dev.DevMode directly via a Gradle task Is there a way (via command like arguments or whatever) to make the Launch default browser and Copy to clipboard buttons treat the URL

Re: CellTree with CellTable nodes

2011-05-10 Thread Tatchan
Hi, I have a similar problem. I my case, a complex widget (which is basically MyCompoSite.InnerHTML) is rendered as the inner HTML of each cell. The cell itself can catch click/mouseout event but not my inner HTML. The weird thing is that: Mouseover event can be caught both in the cell and in my

[gwt-contrib] Re: Remove JProgram.jsniMap in favor of local accounting. (issue1445801)

2011-05-10 Thread jbrosenberg
LGTM http://gwt-code-reviews.appspot.com/1445801/diff/1/dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java File dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java (left):

[gwt-contrib] Re: Log error instead of throwing when a generated unit cannot be transferred to a file. (issue1357804)

2011-05-10 Thread zundel
LGTM http://gwt-code-reviews.appspot.com/1357804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Remove JProgram.jsniMap in favor of local accounting. (issue1445801)

2011-05-10 Thread scottb
http://gwt-code-reviews.appspot.com/1445801/diff/1/dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java File dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java (left):

[gwt-contrib] Re: Discards the jar file name in the resource location. It isn't necessary, and (issue1428805)

2011-05-10 Thread zundel
On 2011/05/03 18:57:36, scottb wrote: I mean only super-sourced. Does Object come through as 'com/google/gwt/emul/java/lang/Object.java' or merely 'java/lang/Object.java'? Sigh.. no. I just got this up in the debugger and saw that RerootedResource re-writes

[gwt-contrib] [google-web-toolkit] r10168 committed - Better error reporting. Also, move the proxy and request interfaces...

2011-05-10 Thread codesite-noreply
Revision: 10168 Author: rj...@google.com Date: Mon May 9 10:55:18 2011 Log: Better error reporting. Also, move the proxy and request interfaces to shared, where they belong — the servlet validates against them. Review at http://gwt-code-reviews.appspot.com/1444801 Review by:

[gwt-contrib] [google-web-toolkit] r10169 committed - Disabling test for null on getBrowserById for DOM elements without DTD...

2011-05-10 Thread codesite-noreply
Revision: 10169 Author: rchan...@google.com Date: Mon May 9 11:41:57 2011 Log: Disabling test for null on getBrowserById for DOM elements without DTD when running on Chrome 12 Review at http://gwt-code-reviews.appspot.com/1443801

[gwt-contrib] [google-web-toolkit] r10170 committed - See http://code.google.com/p/google-web-toolkit/issues/detail?id=6015...

2011-05-10 Thread codesite-noreply
Revision: 10170 Author: zun...@google.com Date: Tue May 10 03:27:54 2011 Log: See http://code.google.com/p/google-web-toolkit/issues/detail?id=6015 Log error instead of throwing when a generated unit cannot be transferred to a file, so that filenames exceeding file system limits

[gwt-contrib] [google-web-toolkit] r10171 committed - Remove JProgram.jsniMap in favor of local accounting....

2011-05-10 Thread codesite-noreply
Revision: 10171 Author: sco...@google.com Date: Tue May 10 05:59:20 2011 Log: Remove JProgram.jsniMap in favor of local accounting. http://gwt-code-reviews.appspot.com/1445801/ Review by: jbrosenb...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10171 Added:

[gwt-contrib] Re: Disabling test for null on getBrowserById for DOM elements without DTD when running on Chrome 12 (issue1443801)

2011-05-10 Thread rchandia
Submitted as of r10169 http://gwt-code-reviews.appspot.com/1443801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add styleName attribute to Grid (issue1441802)

2011-05-10 Thread rchandia
Mostly nits. http://gwt-code-reviews.appspot.com/1441802/diff/1/user/src/com/google/gwt/uibinder/elementparsers/GridParser.java File user/src/com/google/gwt/uibinder/elementparsers/GridParser.java (right):

[gwt-contrib] Re: Add styleName attribute to Grid (issue1441802)

2011-05-10 Thread rchandia
LGTM http://gwt-code-reviews.appspot.com/1441802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10172 committed - Add styleName attribute to Grid...

2011-05-10 Thread codesite-noreply
Revision: 10172 Author: tfisc...@google.com Date: Tue May 10 08:14:26 2011 Log: Add styleName attribute to Grid Review at http://gwt-code-reviews.appspot.com/1441802 Review by: rchan...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10172 Modified:

[gwt-contrib] Re: Attachable elements in UiBinder: always run logicalAdd(Attachable) for Attachable widgets. (issue1446801)

2011-05-10 Thread rdcastro
LGTM http://gwt-code-reviews.appspot.com/1446801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: SafeHtmlRenderer code gen for UiBinder. (issue1427810)

2011-05-10 Thread rchandia
Still bad content errors. Not fixed yet, it seems. On 2011/05/10 21:42:15, rchandia wrote: http://gwt-code-reviews.appspot.com/1427810/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Decentralize nullmethod/nullfield (issue1442802)

2011-05-10 Thread scottb
Reviewers: cromwellian, jbrosenberg, Message: Helps with my GwtAstBuilder work. Please review this at http://gwt-code-reviews.appspot.com/1442802/ Affected files: M dev/core/src/com/google/gwt/dev/jjs/ast/JField.java M dev/core/src/com/google/gwt/dev/jjs/ast/JMethod.java M

[gwt-contrib] Re: Pruner runs only once. (issue1436802)

2011-05-10 Thread scottb
This is ready for review now. http://gwt-code-reviews.appspot.com/1436802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors