Re: developer plugin version 1.0.10862 for firefox won't install in firefox 3.6.20 on Ubuntu

2012-02-10 Thread Alan Leung
I am out of office right now and can't do much at the moment. You can download an older build here: http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi?r=10837 -Alan On Thu, Feb 9, 2012 at 11:23 AM, Tim Zheng timzh...@gmail.com wrote: I

Re: GWT Developer Plugin for Firefox not installing completely

2012-02-10 Thread Alan Leung
I am out of office at the moment and can't do much until Monday. You can download an older build from SVN to get around the problem: http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi?r=10837 -Alan On Thu, Feb 9, 2012 at 11:22 AM, Allyn

how to configure apache log4j for gwt application

2012-02-10 Thread tong123123
I placed the log4j-1.2.16.jar under WEB-INF\llib\ in server code, I write the following class DBConnection{ private static Logger logger = Logger.getLogger(DBConnection.class); public static Connection getConnection(){ PropertyConfigurator.configure(server_resources/log4j.properties); then

Re: how to configure apache log4j for gwt application

2012-02-10 Thread karthik vadapalli
hi tong look at this may be it was useful for you http://whatwouldnickdo.com/wordpress/186/gwt-hosted-mode-and-log4j/ On Fri, Feb 10, 2012 at 2:51 PM, tong123123 tong123...@gmail.com wrote: I placed the log4j-1.2.16.jar under WEB-INF\llib\ in server code, I write the following class

problem with css when deployed to app engine

2012-02-10 Thread gwtTexter
I'm using the standard theme in GWT 2.4 and have an css-file placed under the war folder. Everything works fine in hosted mode in Chrome but once deployed to app engine Chrome ignores my own stylesheet? In Firefox there is no problem though.. It kind of bothers me that hosted mode and app engine

Re: Is it bad practice to use links like #viewObject104 instead of eventBus.fireEvent(viewObjectEvent(id)) ?

2012-02-10 Thread Drew Spencer
Thanks Kev, I think I'm getting the idea now, and should be at the point soon where I NEED to fire an event - like you say containing a proper object instead of just an id. I only found myself asking this question because I wanted to add the ID to the history token, so it seemed logical to do

Re: Is it bad practice to use links like #viewObject104 instead of eventBus.fireEvent(viewObjectEvent(id)) ?

2012-02-10 Thread Drew Spencer
I was adding a history token in a function being called by the event! So much boilerplate! Cheers -- 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: GWT Designer Issues

2012-02-10 Thread Daniel Kurka
is there an actual workaround for this (as suggested in the issue?) Someway to force gwt designer to use the default binding if it can not call the property providers? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: Am I able to write a panel that likes DockLayoutPanel with scroll bar

2012-02-10 Thread rsgandhi
Do you want a master scroll bar for the complete DockLayout panel than the individual areas?? In that case add the DockLayoutPanel to the CustomScroll/ScrollPanel. On Feb 9, 2:32 am, linhua linhu...@citiz.net wrote: What I want to do is: Currently, I can only add scroll panel inside the center

XMLParser.parse crashes in IE9 (DevMode)

2012-02-10 Thread Oyvind
Hi, I'm trying to call XMLParser.parse on a valid XML string (I've tried several variations, including an empty string). It works nicely in Chrome and Firefox, but in IE9 it crashes the browser with the familiar Internet Explorer has stopped working What puzzles me is that by stepping through

New to GWT, installation seems ok, but starter app fails

2012-02-10 Thread Jostein
Hi I am new to GWT, and to this forum, and have installed Eclipese Helios on my win64 machine and installed GWT as described by Google. Then I created a new web app and ran it. (I have tried this on an other machine earlier and it worked fine). The server did not respond. It seems to be problems

GWT 2.4 ,how can we change display of SelectionCell at run time.

2012-02-10 Thread vaibhav jain
Hello All, here i m finding the column of datagrid ColumnRecord, String col = (ColumnRecord, String) dataGrid.getColumn(j); if (col.getCell().getClass().toString().equals(class com.google.gwt.cell.client.SelectionCell)) {

Re: raphael4gwt - a new porting to raphaeljs vector graphics library to GWT

2012-02-10 Thread Sebastian Gurin
On Tue, 7 Feb 2012 10:08:00 -0800 (PST) saurabh saurabh saurabh.bl...@gmail.com wrote: looks great!! Good work. :) I liked it because of 'no overhead'. If I am getting it right, we don't have to include 'raphael.js' file as we do in raphaelgwt. That's right, raphael.js (latest version - not

Re: Am I able to write a panel that likes DockLayoutPanel with scroll bar

2012-02-10 Thread Patrick Tucker
I'm not sure it makes sense to make an entire DockLayoutPanel scroll, its a LayoutPanel... If you apply the appropriate overflow value (auto or scroll) to the container element that you would like to scroll, the container will scroll when the child is to big for its current size. Example:

Re: Questions about GWT Layout mechanism

2012-02-10 Thread Ümit Seren
The LayoutPanels will propogate the resize event by using the ProvidesResizehttp://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/ProvidesResize.htmland

Re: Google Product Forums for GWT

2012-02-10 Thread Wendel
Thanks, but I wasn't, like many I enter the group via http://code.google.com/intl/nl/webtoolkit/community.html Devs, please update the links. -- 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: Google Product Forums for GWT

2012-02-10 Thread Yaya @ Work
Hi ! but I wasn't, like many I enter the group via http://code.google.com/intl/nl/webtoolkit/community.html Devs, please update the links. What's wrong ? The following link seems quite fine : *Go to the group: google-web-toolkithttp://groups.google.com/group/google-web-toolkit * Best

Re: image can show in debug mode, but not when deloyed to weblogic

2012-02-10 Thread Paul Stockley
Remove the initial '/' i.e. Images/abc.png There is a difference in the way devmode treats context paths. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Unexpected internal compiler error

2012-02-10 Thread StephanLang
Hi, I'm using GWT SDK 2.4.0 and I'm getting the following error: [ERROR] Unexpected internal compiler error java.lang.NullPointerException at com.google.gwt.dev.javac.MethodVisitor.collectMethods(MethodVisitor.java:122) at

Async callbacks

2012-02-10 Thread Miroslav Snobel
Hello everyone, I have one (silly?) question regarding RPC callbacks. Is there any difference (memory usage, performance, ...) between creating callback in every server call: service.callServer(parameter, new AsyncCallbackVoid() {onSuccess() ... .. }); ...and using instance of my own callback

Questions about StackPanel and other containers from a Flex guy...

2012-02-10 Thread scotchfaster
1) I'm trying to create a StackPanel with two child panels: a table with a scrollbar in one, and a read-only text box in the other. My code looks like this: // create the stack panel stackPanel = new StackPanel(); stackPanel.setWidth(100%);

Re: RequestFactory complexity (Frozen Beans et. all)

2012-02-10 Thread Joshb
dparish, I feel your pain. I have tried to get an answer for this for a long time. Thomas has been very helpful, but I still don't have an answer, and am a little baffled that there does not appear to be a straight-forward solution for what looks to be a pretty common use case. Your post

GWT Designer Not Visiible in IDE

2012-02-10 Thread Mike
I installed GWT for Eclipse including the Designer, however I have yet to figure out how to open a View in Design mode. There is no Design tab, button or show view link in the Window menu ...where is it?? - thx Mike -- You received this message because you are subscribed to the Google

Re: GWT Designer Not Visiible in IDE

2012-02-10 Thread Eric Clayberg (Google)
Have you tried opening a UI file (UiBinder XML file or GWT Java file) using the GWT Designer editor? If you are having problems using GWT Designer, I would highly recommend taking a look at the docshttp://code.google.com/webtoolkit/tools/gwtdesigner/index.html . -- You received this message

Weird Error caused by GWT.getModuleName and gwt-platform

2012-02-10 Thread bconoly
Hey All, The subject may be misleading considering I'm working to integrate gwt-platform into our projects and something broke. I have no idea what caused it but I'm hoping someone on here may know. Below is the stack trace I'm getting basically saying that GWT.getModuleName failed...but

Re: GWT Designer Not Visiible in IDE

2012-02-10 Thread Mike
I downloaded the google sample MVP code (Contacts) and am trying to look at one one of the View Java files ContactsView.java in Design mode. Is that not possible? On Feb 10, 1:47 pm, Eric Clayberg (Google) clayb...@google.com wrote: Have you tried opening a UI file (UiBinder XML file or GWT

Re: GWT Designer + MGWT library = Runtime exception

2012-02-10 Thread Konstantin Scheglov
http://code.google.com/p/google-web-toolkit/issues/detail?id=6693 -- 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/-/HYbnsi3E9_cJ. To post to this

Re: GWT Designer + MGWT library = Runtime exception

2012-02-10 Thread Daniel Kurka
GWT Designer not supporting custom binding properties leads to problems with mgwt. The issue is open since Aug 11. Is this issue scheduled in any way? Maybe one could propose a patch that would fix this? Otherwise we would have to eliminate all deferred binding in gwt,xml files and move it into

Re: FF10, here we go again

2012-02-10 Thread eweye
Plugin is 99% working on Mac OS X Lion - the 'Copy to Clipboard' function does not appear to be working anymore (it was before Lion update, and update to FF10 + the plugin). Could this be a Lion issue, or plugin issue? I'd be happy to open a new issue if there isn't anyone else seeing this -

Re: Capturing “Cancel” selection from GWT Activity.mayStop() response

2012-02-10 Thread Bong Munoz
As Jens suggested overriding AbstractCell#handlesSelection to handle revoking a selection works. I used this to revoke a selection in a CellTree. Thanks Jens. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the

Re: Can't transfer Java Object between different windows with JSNI

2012-02-10 Thread Thomas Broyer
I believe someone already reported it in the issue tracker a while ago. It's not going to work though, the issue is that the same Java Class is being compiled into completely different things when used in 2 distinct modules (it's not even stable for a single module depending on changes you'll

Re: GWT: Google Map in firefox only randomly working

2012-02-10 Thread Joseph Lust
Have you tried using the Maps V3 API for GWT? It is not into Beta yet, but is pretty much complete with 900 unit tests and the widgets you speak to as well. http://code.google.com/p/gwt-maps-api/ See examples here: http://gonevertical-apis.appspot.com/ To use it, just check it out and build it

Re: Hibernate prematurely flushing within RequestFactoryServlet while building object

2012-02-10 Thread Thomas Broyer
I believe it's really supposed to happen the way it's documented in the wiki. Looking at it very closely, your request seems strange though: the PrimaryObject (S : IjEi, T : AK9V76Rtc6gMKi9lbRBXpR_Vfsc=; note: T=proxy type, S=server ID) references a subobjectc S : IjEi, T :

formpanel retry when fail

2012-02-10 Thread Luke
how to make formpanel submit() auto retry when fail /aborted, connection got problem? -- 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,

[gwt-contrib] Re: Fix ListBox UiBinder parsing. (issue1629803)

2012-02-10 Thread rdayal
LGTM, with a couple of nits. http://gwt-code-reviews.appspot.com/1629803/diff/1/user/src/com/google/gwt/uibinder/rebind/GetEscapedInnerTextVisitor.java File user/src/com/google/gwt/uibinder/rebind/GetEscapedInnerTextVisitor.java (right):