Re: Switching an image by using OnMouseOverHandler

2011-04-05 Thread Alexandre Ardhuin
Hi, You can also use a com.google.gwt.user.client.ui.PushButton that have a constructor with 2 images as parameter. Alexandre. 2011/4/5 Zak Linder zakn...@gmail.com Hi Arilene- You need to set the original image with a MouseOutHandler as well. img_p1.addMouseOverHandler(new

Re: Passing data from Dialog Box

2011-04-05 Thread Alexandre Ardhuin
If you use a com.google.gwt.user.client.ui.DialogBox to collect data. Thus you are still in the same window. Alexandre 2011/4/5 Mittal mitt...@gmail.com I have following use case, Master Form - has button called Add Row - that shall open Dialog Box to collect data, lets say First Name ,

Re: Switching an image by using OnMouseOverHandler

2011-04-05 Thread Jan Mostert
Another vote for the pushbutton, just remember to clear its style, otherwise its default style will be underneath your images. Pushbutton supports mouse-over, mouse-down (in the constructor) and mouse-up (also in the constructor) -- Jan Vladimir Mostert BEngSci MyCee Technologies On Tue, Apr

Browser allows scrolling in modal PopupPanel

2011-04-05 Thread Craig Mitchell
Hi all, If you use the mouse scroll wheel in a PopupPanel, that has setModal(true), the browser will allow the scroll. However, if you try to use the browser scroll bar, it won't let you. This is a problem, as you can scroll the PopupPanel off the screen, and then you can't scroll back to it.

StackPanel

2011-04-05 Thread Issam
Hi, I am searching how to use StackPanel with uibinder since unfortunately it is not me ntonned on th gwt-javaDoc Any one had an idea about this. any examples are welcome Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: StackPanel

2011-04-05 Thread Alexandre Ardhuin
Hi, You should use StackLayoutPanel to have integration with uiBinder. See the exemple at http://google-web-toolkit.googlecode.com/svn/javadoc/2.2/com/google/gwt/user/client/ui/StackLayoutPanel.html: g:StackLayoutPanel unit='PX' g:stack g:header size='3'bHTML/b header/g:header

Re: StackPanel

2011-04-05 Thread Issam
I am very thankful for your rapid answer thank you very much Issam On 5 avr, 11:13, Alexandre Ardhuin alexandre.ardh...@gmail.com wrote: Hi, You should use StackLayoutPanel to have integration with uiBinder. See the exemple

Re: StackPanel

2011-04-05 Thread Issam
Sorry but di you know haw to change the background color of stackLayoutPanel headers , I tried that with css but I'm not seeing any change the standard blue color still unchangeable :( thanks in advance On 5 avr, 11:27, Issam boualem.is...@gmail.com wrote: I am very thankful for your rapid

Need to change BackColor of Tree Item When I MouseOver on It

2011-04-05 Thread Nagendra
I want to change color of tree Item on mouse Over Event ,I tried it by using CSS but can't get it pl. help how can i do it. for menu Item I get back color change when I mouse over but I didn't get for Tree Item -- You received this message because you are subscribed to the Google Groups Google

GWT 2.3 and roadmap

2011-04-05 Thread Hasan Turksoy
Hi, As already known, 2.3-Beta is out. Does anyone know when the 2.3 will be released? btw; i couldn't find a global roadmap page. anyone know of a link to, or info about, the roadmap? Regards, Hasan. -- You received this message because you are subscribed to the Google Groups Google Web

Re: StackPanel

2011-04-05 Thread Alexandre Ardhuin
Using le css rule .gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader, you can modify le style of your header. Alexandre 2011/4/5 Issam boualem.is...@gmail.com Sorry but di you know haw to change the background color of stackLayoutPanel headers , I tried that with css but I'm not seeing any

Re: StackPanel

2011-04-05 Thread Issam
I tried that but no way :( On 5 avr, 12:15, Alexandre Ardhuin alexandre.ardh...@gmail.com wrote: Using le css rule .gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader, you can modify le style of your header. Alexandre 2011/4/5 Issam boualem.is...@gmail.com Sorry but di you know haw

GWT Google IO 2011 Challenge Winners?

2011-04-05 Thread Erik Uzureau
Did Google Announce winners yesterday? Curious to see the winning submissions... Erik -- 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

RequestFactory Spring security delete user procedure

2011-04-05 Thread giannisdag
I am trying to delete a user, using request factory with Locator and ServiceLocator. When I am deleting the user, I am getting the following error twice: Could not retrieve entity of kind UserDAO with key UserDAO(194) org.datanucleus.exceptions.NucleusObjectNotFoundException: Could not retrieve

Re: Passing data from Dialog Box

2011-04-05 Thread Juan Pablo Gardella
You can use EventBus 2011/4/4 Mittal mitt...@gmail.com I have following use case, Master Form - has button called Add Row - that shall open Dialog Box to collect data, lets say First Name , Last Name etc. When Dialog Box is closed or based on some other event how to I send this data

Re: Passing data from Dialog Box

2011-04-05 Thread Mittal
Can you share any examples - how you are sending data back from Dialog Box to window that opened dialog box. Mittal On Apr 5, 3:11 am, Alexandre Ardhuin alexandre.ardh...@gmail.com wrote: If you use a com.google.gwt.user.client.ui.DialogBox to collect data. Thus you are still in the same

Re: Passing data from Dialog Box

2011-04-05 Thread Juan Pablo Gardella
See this post: http://stackoverflow.com/questions/3162399/gwt-confirmation-dialog-box 2011/4/5 Mittal mitt...@gmail.com Can you share any examples - how you are sending data back from Dialog Box to window that opened dialog box. Mittal On Apr 5, 3:11 am, Alexandre Ardhuin

Re: Dynamic host page - GWT module not loaded

2011-04-05 Thread khiem nguyen
output console of built-in jetty may also be helpfull (http-response code...) On Tue, Apr 5, 2011 at 7:31 AM, Rikard Hultén rikardhul...@gmail.comwrote: Forgot devserver query param maybe? I know I've surprised myself that way a few times... -- You received this message because you are

Re: StackPanel

2011-04-05 Thread Issam
It's ok thanks for help !!! On 5 avr, 12:30, Issam boualem.is...@gmail.com wrote: I tried that but no way :( On 5 avr, 12:15, Alexandre Ardhuin alexandre.ardh...@gmail.com wrote: Using le css rule .gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader, you can modify le style of your

Re: RequestFactory : Persisting List of Child EntityProxies : setting Child Properties to null.

2011-04-05 Thread will0
If you're using the method of obtaining the EntityManager that Google suggest in: http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html i.e. public static final EntityManager entityManager() { return EMF.get().createEntityManager(); } This won't work. RequestFactory

Re: RichTextArea, SafeHtml, and general rich text best practices

2011-04-05 Thread Patrice De Saint Steban
Hello, I'm doing the same thing, and I write a new Sanitize class to accept more tags and parameters. I use this sanitizer before and after the setHtml() and getHtml() of the RichTextArea. I share the file in attachment, If there are some issues thanks to inform me. Patrice -- You received

Re: Setting first column width CSS in CellBrowser via DOM API

2011-04-05 Thread Oli Evans
Thanks for the tip. Mr Schmoe, this worked for me: CellBrowser cellBrowser = new CellBrowser(model, null) { // HACK: workaround for setDefaultColumnWidth not setting the width of the first column! // SEE:

Re: Client bundle does not understand CSS @import?

2011-04-05 Thread Alex Shabanov
Thanks for answering, this approach works fine. Though it's a pity that such an attribute is not supported by client bundles, maybe GWT guys have some hidden reasons for doing so? On Apr 4, 11:54 pm, Thomas Broyer t.bro...@gmail.com wrote: @import are (for now) simply ignored (same as

Re: Client bundle does not understand CSS @import?

2011-04-05 Thread Thomas Broyer
On Tuesday, April 5, 2011 3:17:50 PM UTC+2, Alex Shabanov wrote: Thanks for answering, this approach works fine. Though it's a pity that such an attribute is not supported by client bundles, maybe GWT guys have some hidden reasons for doing so? I can think of one: should the @import be

Re: RequestFactory Spring security delete user procedure

2011-04-05 Thread giannisdag
first, sorry all for writing the full error log inside, but I found an easy solution. The solution is simple and is the following: In the find method, of the Locator, I have to add the following catch (javax.jdo.JDOObjectNotFoundException e) { return null;

gwt-traction 1.3 with GroupedListBox

2011-04-05 Thread Andy
I just updated our gwt-traction library with a new GroupedListBox control. It's a ListBox that uses optgroup tags to group items in the list. It was more difficult to implement than I expected because SelectElement.getOptions() doesn't behave as expected when there are optgroup nodes in the

Re: SSL troubles

2011-04-05 Thread Palo G.
You have to install certificate of your phone server into java keystore. JVM has its own keystore where most known certificvate authorities are installed by default. If you wish to call server services throught secured connection and public part of certificate is not present in yours JVM keystore

Whether will client code size decrease significantly if changed RPC to JSON?

2011-04-05 Thread Alex Luya
I am just wondering it.Anybody has practical experience on this? -- 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 to

Re: GWT and HTML5 Client-side Storage

2011-04-05 Thread Eric Andresen
I agree, this would be nice functionality to have. For the time being, you can hack it in using JSNI, but it may not work on all browsers: public static native String getFromStorage(String keyName) /*-{ return localStorage.getItem(keyName); }-*/; public static native

Re: GWT and HTML5 Client-side Storage

2011-04-05 Thread Thomas Broyer
On Tuesday, April 5, 2011 4:24:02 PM UTC+2, Eric Andresen wrote: But it would be nice for native support, especially to avoid having to do your own serialization/deserialization. Support is coming into GWT 2.3:

Re: GWT Google IO 2011 Challenge Winners?

2011-04-05 Thread Andy
I was notified yesterday that I was a winner and registered for Google I/O. I'm curious to see the other winners as well. Here's a link to the source: http://code.google.com/p/pulazzo-lastcall/ -Andy On Apr 5, 6:41 am, Erik Uzureau euz...@gmail.com wrote: Did Google Announce winners yesterday?

Re: GWT Google IO 2011 Challenge Winners?

2011-04-05 Thread Jeff Larsen
Yours is really clean Andy. I like it. -- 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 to

RequestFactory / Implementing service methods as instance methods

2011-04-05 Thread Magno Machado
I'm doing my first steps on RequestFactory. I managed to make it work by different ways: 1. implementing the service methods as static methods on the entity class 2. implementing the service methods as static methods on a locator class 3. implementing the service methods as instance methods on a

Re: GWT Google IO 2011 Challenge Winners?

2011-04-05 Thread Derek
I won! But not the GWT challenge, the commerce challenge. But I used GWT for commerce so that counts for something, right? And since I'm tooting my own horn, here are my submissions: (only can guarantee they look right in linux chrome (even win chrome displays the doodle and countdown differently

Re: RequestFactory / Implementing service methods as instance methods

2011-04-05 Thread Thomas Broyer
On Tuesday, April 5, 2011 4:51:12 PM UTC+2, Magno Machado wrote: I'm doing my first steps on RequestFactory. I managed to make it work by different ways: 1. implementing the service methods as static methods on the entity class 2. implementing the service methods as static methods on a

Re: Can Editor/Driver framework be used in place of Colum/EditTextCell in Cell widgets?

2011-04-05 Thread JosephLi
Thank you Sowdri, Looking at the issue opened and the notes associated with it. It might not solve the things that I want to do entirely. Having the EditTextCell workable seems to be part of the solution. Another part would require gutting the CellTable to work with the editor driver correctly,

Re: How to restore previous value of EditTextCell in Cell Table

2011-04-05 Thread Derek
I only know a bad way to do this, so I'd like someone else to show me a better way to do this. As with most GWT Cells, as soon as I want to do something different, I have to create my own. So I suggest you look up the code for EditTextCell, copy and paste it into a new MyEditTextCell and then

GWT Maps API

2011-04-05 Thread msa...@gmail.com
I've just released a new version of Sasha Maps, my maps API implemented in pure GWT. Added support for GWT 2.2 and fixed some issues with animation smoothness on the iPad. http://www.maryanovsky.com/sasha/maps/ or demo at http://www.maryanovsky.com/sasha/maps/demo/ Enjoy, Alexander (aka Sasha)

Re: RequestFactory Entity name

2011-04-05 Thread Metronome Basic
I'm sorry but it's a bug of mine , though I cannot see what was wrong , I rebuilt the entity with the full name and it works ! Thanks Patrick - Original Message - From: Marcin Misiewicz To: google-web-toolkit@googlegroups.com Sent: Friday, April 01, 2011 12:31 PM

Re: How to log every RPC service request and response

2011-04-05 Thread opn
How would I do this for RequestFactory? (Hope you don't mind that I'm asking it here, follow-up question) -- 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

CellTable Grouping

2011-04-05 Thread Jeff Larsen
Has anyone done any work to make celltable groupable? I'm currently working on modifying CellTable (or better said copy/pasting celltable into a new class in the same package structure and modifiying the renderRowValues). This feels wrong, but I can't figure out a clean way to add groups to the

Re: if any one have some simple method to get the selected value from a group of radiobox

2011-04-05 Thread efs@2010
If all the buttons are in a radio group then the text on the selected radio button is: String s = radioGroup.getValue().getValueAttribute(); Regards, Ed On Mar 31, 6:58 am, forrest yang gforrest.y...@gmail.com wrote: i find some method, but seems some sort of complex, is any one have some

GWT Designer in Eclipse?

2011-04-05 Thread ChrisDane
Hi there, Looks nice with the GWT Designer in Eclipse, but how do you use it? Thanks in advance -- 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

JDBC Connection on GWT

2011-04-05 Thread Jose Luis Hernandez
Hello! I am trying to connect my gwt server with postgreSQL database, but I do not get it. It appears the following error message: [ERROR] javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public

Can't run the Samples in development mode

2011-04-05 Thread BrucePPI
Using the following configuration OS: Ubuntu 10.10 GWT: makes no difference with 2.2.0 or 2.1.1 Java: 1.5 GTK: 2.10.0 ant: 1.8.0 RAM: 2GB DISK: 150GB When running the ant hosted command in the Hello sample directory, I get the following: A blank GWT Development Mode

HTMLUnit and GWT Places

2011-04-05 Thread Roy
Hello, I am trying to use HTMLUnit with GWT 2.1. This release of GWT has introduced the Places concept but I don't see that HTMLUnit has got support for that. Am I correct? Any other tool I can use to create HTML snapshots for sites developed with GWT 2.1 and Places? -- You received this

Overriding font-family in standard.css and/or Modifying standard.css?

2011-04-05 Thread Terrameks
Hi, So, today I noticed it's impossible to override anything that is set in standard.css (or any of the themes' CSS). For example, I set font- family in a body selector (body {font-family: whatever}) in my application's CSS. But if I use a, for example, FlexTable, the font that in standard.css

How can I include a Javascript Archive (JAR)

2011-04-05 Thread beowulf5
Hello Team. I need to include a javascript library which was packaged as a Maven project. What are my options for including the js library artifact in GWT? Is there a way to create a client bundle for this? Originally I had planned to create an overlay class to handle communication between the

Re: RequestFactory : Persisting List of Child EntityProxies : setting Child Properties to null.

2011-04-05 Thread Etienne P.
I'm having the inverse problem, whereas I can save the list of children just fine, but when I retrieve them, the list shows up empty on the client side. I have proven that the children get retrieved just fine from the DB but they get lost in the process of proxyfying the response. Has anybody run

Element.getString() returns null

2011-04-05 Thread anatoliy
Hi, I was using new Image(imgResource).getElement().getString() to generate HTML text. That was working just fine. But after I did certain refactoring in my code - that stopped to work. Instead of HTML content it returns me null value. I tested it with Label: Label test = new Label(test

How to use the requestString method in JsonpRequestBuilder class

2011-04-05 Thread Xing Xing
Hi All, I have a specific application which needs to retrieve json as a string from a remote server, since people want to also read the whole json results to verify the content. I know I can do this by implementing toString() for JavaScriptObject, but I'm wondering if there is an easy way to do

GWT MVP pattern - change different parts of page on an event

2011-04-05 Thread moni
I am creating a GWT application using MVP pattern. I have an index page which uses DockLayoutPanel. I have view and presenter for each section of dockLayoutPanel (ex: NorthView and NorthPresenter). I have four buttons in the center panel (NorthBtn, EastBtn, WestBtn, SouthBtn). onClick of any one

Use classes from external jars

2011-04-05 Thread Andrej Stanisev
Hello, I'm trying to use GWT to develop a tool for Sakai, and I have a problem using sources from external libraries. The project dependencies are managed by maven and I'm trying to use a class from one of the dependency jars. I was planing to call a RPC that will return an object of that type.

What are WEB-INF\deploy\module\symbolMaps and rpcPolicyManifest directories?

2011-04-05 Thread anatoliy
What are WEB-INF\deploy\module\symbolMaps and rpcPolicyManifest directories? I found that GWT compiler creates those after each compilation. Total size of these dirs is now over 150MB for my three modules and this prevents me to upload the application to App Engine. Do you know what's purpose of

Re: JDBC Connection on GWT

2011-04-05 Thread Juan Pablo Gardella
Put postgresql driver in WEB-INF/lib Juan 2011/4/5 Jose Luis Hernandez jose.hernande...@gmail.com Hello! I am trying to connect my gwt server with postgreSQL database, but I do not get it. It appears the following error message: [ERROR] javax.servlet.ServletContext log: Exception while

Re: Can't run the Samples in development mode

2011-04-05 Thread Juan Pablo Gardella
Try make a war and test in a servlet container and tell me if work juan 2011/4/4 BrucePPI bmt...@gmail.com Using the following configuration OS: Ubuntu 10.10 GWT: makes no difference with 2.2.0 or 2.1.1 Java: 1.5 GTK: 2.10.0 ant: 1.8.0 RAM: 2GB DISK: 150GB When

Re: What are WEB-INF\deploy\module\symbolMaps and rpcPolicyManifest directories?

2011-04-05 Thread Juan Pablo Gardella
+1 on this 2011/4/5 anatoliy anatoliy.arteme...@gmail.com What are WEB-INF\deploy\module\symbolMaps and rpcPolicyManifest directories? I found that GWT compiler creates those after each compilation. Total size of these dirs is now over 150MB for my three modules and this prevents me to

Re: GWT MVP pattern - change different parts of page on an event

2011-04-05 Thread Ashton Thomas
Not sure if I'm stating things you already know, but maybe an alternative or cleaner way is to implement MVP using Places and Activities Each section could have an Activity Manager that changes the Presenter/ Activity based on the Place (May not change everyone section each time) Or you could

Re: JDBC Connection on GWT

2011-04-05 Thread Paul Robinson
You can't access a regular SQL DB if you're using google app engine. Either turn off the GAE setting or use GAE compatible data access. On 05/04/11 12:57, Jose Luis Hernandez wrote: java.lang.NoClassDefFoundError: org.postgresql.core.Logger is a restricted class. Please see the Google App

Re: Use classes from external jars

2011-04-05 Thread András Csányi
On 5 April 2011 16:24, Andrej Stanisev andrejstani...@gmail.com wrote: Hello, I'm trying to use GWT to develop a tool for Sakai, and I have a problem using sources from external libraries. The project dependencies are managed by maven and I'm trying to use a class from one of the dependency

UiBinder issue with non-static inner class

2011-04-05 Thread Patrick Tucker
I have a UiBinder template, MyClass.ui.xml, where I am trying to add an element that is of a type defined in MyClass.java. The referenced import works as expected and eclipse does not complain. xmlns:c=urn:import:com.package c:MyClass.InnerClass ui:field=pager / But, when I compile I get an

Re: UiBinder issue with non-static inner class

2011-04-05 Thread Jeff Larsen
3rd option would be to do that part of the layout with straight java and now use ui binder for that small bit of code. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: UiBinder issue with non-static inner class

2011-04-05 Thread Patrick Tucker
Correct except the InnerClass Widget is being placed in a TD element. I would have to fish the DOM or use a Grid or other Table based widget in order to add the InnerClass widget to it. The reason for converting this class to a UiBinder template was to get rid of the over head of a Widget where

Re: Execution order of onModuleLoad and body.onload

2011-04-05 Thread christoph.die...@googlemail.com
I did some experiments with the browsers i have installed: | web mode| dev mode +--- IE8 | body,module | body,module Firefox | module,body | body,module Chrome | body,module | body,module So, the behaviour is different in web and development using

Re: Overriding font-family in standard.css and/or Modifying standard.css?

2011-04-05 Thread Jeff Larsen
It probably has to do with the loadtime of your stylesheets. How are you loading your custom style sheets? in the .html file or are you loading them via CssResource? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: How to log every RPC service request and response

2011-04-05 Thread Thomas Broyer
On Tuesday, April 5, 2011 7:17:18 PM UTC+2, opn wrote: How would I do this for RequestFactory? (Hope you don't mind that I'm asking it here, follow-up question) It's much easier! Use the 3-args init() method of the RequestFactory to pass a RequestTransport (most probably one that extends

obfuscation with Requestfactory

2011-04-05 Thread khiem nguyen
hi, using RF, looking at firebug you see full classname with package, is there a way to obfuscate this for deployment ? thanx -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: What are WEB-INF\deploy\module\symbolMaps and rpcPolicyManifest directories?

2011-04-05 Thread Thomas Broyer
On Tuesday, April 5, 2011 6:01:00 PM UTC+2, anatoliy wrote: What are WEB-INF\deploy\module\symbolMaps and rpcPolicyManifest directories? I found that GWT compiler creates those after each compilation. Total size of these dirs is now over 150MB for my three modules and this prevents me

Re: UiBinder issue with non-static inner class

2011-04-05 Thread Thomas Broyer
UiBinder is no magic, it generates code that you could have written by hand, so an HTMLPanel would work the same in Java. But before you refactor your code, have you tried @UiField(provided=true) or a @UiFactory method? Maybe you would have to put a static class/interface name in the *.ui.xml

Re: obfuscation with Requestfactory

2011-04-05 Thread Thomas Broyer
Not yet: http://code.google.com/p/google-web-toolkit/issues/detail?id=5729 -- 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

CellWidget - what is it good for?

2011-04-05 Thread mike b
gwt 2.2.0 I'm speaking specifically about the com.google.gwt.user.cellview.client.CellWidget class, not the entire Cell Widget library. Recently, I have been trying to make more robust Cells that can expand and do interesting dynamic things, rather than just sit there dead (after being

Re: CellWidget - what is it good for?

2011-04-05 Thread Thomas Broyer
CellWidget is a way to re-use a Cell as a Widget on its own (rather than a way of rendering a value in, generally, a list; as with CellList, etc.) It's also the basis for a new way of doing GWT Widgets that

Re: Can't refresh CellTable

2011-04-05 Thread mike b
We're having the same problem getting a CheckBoxCell to go from un-checked to checked to un-checked... I can see in Firebug where the HTML input does NOT have checked in it, but it still shows a checked box. This is what we had to do... Its ugly but it works consistently.

Re: CellWidget - what is it good for?

2011-04-05 Thread Jeff Larsen
CellWidget - what is it good for? Absolutely Nothing http://en.wikipedia.org/wiki/War_(Edwin_Starr_song) sorry couldn't resist. CellWidget is good if you've made some CompositeCell or otherwise interesting widget that goes into a grid and you want to reuse that widget somewhere else outside

Re: UiBinder issue with non-static inner class

2011-04-05 Thread Patrick Tucker
I was able to get it to work by defining the InnerClass element, in MyClass.ui.xml, as its Parent class, for example Composite, and using @UiField(provided=true). g:Composite ui:field=innerClass / @UiField(provided=true) InnerClass innerClass = new InnerClass(); Thanks Thomas, Pat On Apr 5,

Re: CellWidget - what is it good for?

2011-04-05 Thread mike b
Thanks for the responses!! Ok, I guess that makes sense. Hopefully I'll never have to re-use something that I hand coded in HTML though. I started in GWT b/c I *DIDN'T* want to hand roll my HTML. Now How do I make a WidgetCell in which I can re-use Widgets (or Composites) in a Cell?

Re: CellWidget - what is it good for?

2011-04-05 Thread Jeff Larsen
Short answer, you can't, at least cell tables weren't designed with that in mind. I'm sure there is some hack which will enable it, but there is a big performance hit using widgets in a celltable. That is why Cells were created. You shouldn't have to hand roll too much html. Take a look at

RE: SSL troubles

2011-04-05 Thread Armishev, Sergey
In addition to certificate don't forget to configure your tomcat for ssl connection (https). -Sergey -Original Message- From: google-web-toolkit@googlegroups.com [mailto:google-web-toolkit@googlegroups.com] On Behalf Of Patrick Sent: Monday, April 04, 2011 2:57 PM To: Google Web Toolkit

Re: GWT Google IO 2011 Challenge Winners?

2011-04-05 Thread Andy
The winners are on the GWT Blog here: http://googlewebtoolkit.blogspot.com/2011/04/and-winners-are.html I must have been #9 or #10 ;-) Thank for the compliment Jeff and nice work Derek on all of your many submissions. -Andy On Apr 5, 6:41 am, Erik Uzureau euz...@gmail.com wrote: Did Google

Re: Can't refresh CellTable

2011-04-05 Thread Néstor Boscán
Thanks a lot for that answer, and yes it does look ugly!!! But it will have to do. Regards, Néstor Boscán On Tue, Apr 5, 2011 at 4:31 PM, mike b mbaker.t...@gmail.com wrote: We're having the same problem getting a CheckBoxCell to go from un-checked to checked to un-checked... I can see in

Re: Can't refresh CellTable

2011-04-05 Thread Néstor Boscán
Interesting behaviour. Now I can add rows, remove rows, but when I try to add rows again the table won't refresh. Regards, Néstor Boscán 2011/4/5 Néstor Boscán nesto...@gmail.com Thanks a lot for that answer, and yes it does look ugly!!! But it will have to do. Regards, Néstor Boscán

$wnd.goog.appengine' is null or not an object error

2011-04-05 Thread Ania
Hi,I'm new to GWT.I'm trying to write app that would allow users to talk using chat in similar way as in gmail chat.I'm using Channel API to send messages to server and then pass them to a selected contact.When i ran program and try to send message I'm getting an error in IE9: Webpage error

Relative paths in files retrieved by RequestBuilder

2011-04-05 Thread Sekhar Ravinutala
I'm loading some HTML on the fly using RequestBuilder (GWT/GAE). The files load OK, but the images in the file referenced by relative paths won't load. E.g., img src=whatever.jpg won't work, but absolute path /path-to-file/whatever.jpg does. Is there way to make relative paths work when using

Re: RequestFactory : Persisting List of Child EntityProxies : setting Child Properties to null.

2011-04-05 Thread Etienne P.
I've figured it out after reading the dang manual carefully this time :-/. I had forgotten to call the .with() method on the request. All's well. GWT and I are friends again. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Large PopupPanel can't scroll

2011-04-05 Thread Craig Mitchell
If you want a large modal PopupPanel, you are in trouble as the browser scroll bars are disabled. Solution 1: Wrap the contents of the PopupPanel in a scroll pane. Problem: Looks horrible, as there are now scroll bars on the browser, and in the PopupPanel. There is also a problem with the

[gwt-contrib] Autoformat the api-checker tool source (issue1405801)

2011-04-05 Thread zundel
Reviewers: pdr, rjrjr, Description: Autoformat the api-checker tool source Please review this at http://gwt-code-reviews.appspot.com/1405801/ Affected files: M tools/api-checker/src/com/google/gwt/tools/apichecker/ApiAbstractMethod.java M

[gwt-contrib] Re: Autoformat the api-checker tool source (issue1405801)

2011-04-05 Thread zundel
A Tentative first step toward running the Eclipse autoformatter over the entire code base. I'll send a few small ones and we can look for glitches, then I'll send bigger batches. http://gwt-code-reviews.appspot.com/1405801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9940 committed - Supress errors when building the Type Oracle....

2011-04-05 Thread codesite-noreply
Revision: 9940 Author: gwt.mirror...@gmail.com Date: Tue Apr 5 06:11:45 2011 Log: Supress errors when building the Type Oracle. This patch supresses errors (turns them into TRACE and DEBUG level log messages) during the TypeOracle build. When building the AST, if an error is

[gwt-contrib] Auto-formats the GWT tools projects (excluding api-checker covered in (issue1402803)

2011-04-05 Thread zundel
Reviewers: pdr, rjrjr, Description: Auto-formats the GWT tools projects (excluding api-checker covered in another patch) Please review this at http://gwt-code-reviews.appspot.com/1402803/ Affected files: M tools/benchmark-viewer/src/com/google/gwt/benchmarks/viewer/client/BrowserInfo.java

[gwt-contrib] Re: Autoformat the api-checker tool source (issue1405801)

2011-04-05 Thread zundel
http://gwt-code-reviews.appspot.com/1405801/diff/1/tools/api-checker/src/com/google/gwt/tools/apichecker/ApiCompatibilityChecker.java File tools/api-checker/src/com/google/gwt/tools/apichecker/ApiCompatibilityChecker.java (right):

[gwt-contrib] Re: Move RequestFactory to com.google.web.bindery.requestfactory (issue1403802)

2011-04-05 Thread bobv
LVGTM http://gwt-code-reviews.appspot.com/1403802/diff/4105/user/src/com/google/web/bindery/requestfactory/vm/RequestFactorySource.java File user/src/com/google/web/bindery/requestfactory/vm/RequestFactorySource.java (right):

[gwt-contrib] Re: Auto-formats the GWT tools projects (excluding api-checker covered in (issue1402803)

2011-04-05 Thread jat
cldr-import mostly looks good, but there are a few consistent issues. http://gwt-code-reviews.appspot.com/1402803/diff/1/tools/cldr-import/src/com/google/gwt/tools/cldr/DateTimeFormatInfoProcessor.java File tools/cldr-import/src/com/google/gwt/tools/cldr/DateTimeFormatInfoProcessor.java

[gwt-contrib] Re: Fixes a typo in GWT emulation of java.util.IdentityHashSet that (issue1395804)

2011-04-05 Thread schenney
The work for UmbrellaException is rolled in here because testing relies on the RPC test framework, which is not present in the Event testing code. The UmbrellaException code could be placed in a separate changelist if we created Exceptions-specific classes out the TestSetFactory and

[gwt-contrib] [google-web-toolkit] r9941 committed - Cherry picking r1388803 into releases/2.3

2011-04-05 Thread codesite-noreply
Revision: 9941 Author: scheg...@google.com Date: Tue Apr 5 04:21:42 2011 Log: Cherry picking r1388803 into releases/2.3 http://code.google.com/p/google-web-toolkit/source/detail?r=9941 Modified: /releases/2.3/dev/core/src/com/google/gwt/dev/resource/impl/ResourceOracleImpl.java

[gwt-contrib] Re: Investigate test flakiness: (issue1401803)

2011-04-05 Thread fabbott
LGTM http://gwt-code-reviews.appspot.com/1401803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9942 committed - cherry picking r9938 r9939 for release 2.3m1

2011-04-05 Thread codesite-noreply
Revision: 9942 Author: fabio...@google.com Date: Tue Apr 5 06:00:39 2011 Log: cherry picking r9938 r9939 for release 2.3m1 http://code.google.com/p/google-web-toolkit/source/detail?r=9942 Deleted: /releases/2.3/user/src/com/google/gwt/storage/client/StorageImplMozilla.java

[gwt-contrib] Re: Fixes a typo in GWT emulation of java.util.IdentityHashSet that (issue1395804)

2011-04-05 Thread scottb
On 2011/04/05 14:19:32, schenney wrote: The work for UmbrellaException is rolled in here because testing relies on the RPC test framework, which is not present in the Event testing code. The UmbrellaException code could be placed in a separate changelist if we created Exceptions-specific

[gwt-contrib] Re: Adds support for the URL_ATTRIBUTE_ENTIRE parse context to HtmlTemplateParser. (issue1396803)

2011-04-05 Thread xtof
http://gwt-code-reviews.appspot.com/1396803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Adds support for the URL_ATTRIBUTE_ENTIRE parse context to HtmlTemplateParser. (issue1396803)

2011-04-05 Thread t . broyer
LGTM Now, what's the expected behavior for SafeUri? - URL_ATTRIBUTE_ENTIRE = OK - URL_ATTRIBUTE_START = log a warning ? throw ? - others = OK ? log a warning ? (note that the previously mentioned URL attributes introduced by HTML5, which include video poster= for instance, will fall in this

[gwt-contrib] [google-web-toolkit] r9943 committed - Investigate test flakiness:...

2011-04-05 Thread codesite-noreply
Revision: 9943 Author: gaill...@google.com Date: Tue Apr 5 06:30:56 2011 Log: Investigate test flakiness: DevMode#doStartUpServer() fails from time to time (rarely) due to an unknown error. Adding some logging to pinpoint the problem Review at

  1   2   >