Re: Bug in CellTable.Resources when migrating to GWT 2.4

2012-02-02 Thread Ayala
Thanks for you reply. I am using IE9, the code reach the Impl class and not ImplTrident . I tried it also on a sample applicaiton. -- 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: DOM events don't work in nested uibinder

2012-02-02 Thread Thomas Broyer
On Thursday, February 2, 2012 5:30:36 AM UTC+1, Clint wrote: Are you saying that Deepak's code should work if he removed the appendChild calls and instead uses add() as you indicated? Yes. There are really very few cases where you need to call getElement() on a widget. Stay away from it

Re: FF10, here we go again

2012-02-02 Thread Olivier Voortman
Thank you !! ;-) -- 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 google-web-toolkit+unsubscr...@googlegroups.com. For

how to show the button in simpepager

2012-02-02 Thread tong123123
I follow the example in http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/user/cellview/client/SimplePager.html and find that the last button is unenabled, so user need to step page by page until the end. I want to know how to enable the last button of simplepager? I see

Re: how to show the button in simpepager

2012-02-02 Thread Thomas Broyer
On Thursday, February 2, 2012 11:22:43 AM UTC+1, tong123123 wrote: I follow the example in http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/user/cellview/client/SimplePager.html and find that the last button is unenabled, so user need to step page by page until

Disable/Hide top checkbox in a grid

2012-02-02 Thread Rui Gonçalves
Hi, I am using a CheckBoxSelectionModel in a Grid as a selection model. I changed the render to show only the checkboxes when a particular value is present in the row information. But I still have the top checkbox that selects all lines of the grid and I want to hide it. How can I do that?

Re: FF10, here we go again

2012-02-02 Thread Dimitrijević Ivan
Anyway I hope this will help http://blog.fligtar.com/2011/09/26/add-on-compatibility-progress-plans/ -- 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: Bug in CellTable.Resources when migrating to GWT 2.4

2012-02-02 Thread Ayala
I think that there is a problem in my runtime user.agent. When I add to my .gwt.xml file the property set-property name=user.agent value=ie9 / and I run the application in ie9, I recieve the following message: ERROR: Possible problem with your *.gwt.xml module file. The compile time user.agent

Re: FF10, here we go again

2012-02-02 Thread Thomas Broyer
As Alan said, it won't really: “Our compatibility plan has two notable shortcomings: it doesn’t work for add-ons with binary components and it doesn’t work for add-ons not hosted on AMO. The vast majority of add-ons don’t contain binary components, which must be recompiled with every version of

Re: Bug in CellTable.Resources when migrating to GWT 2.4

2012-02-02 Thread Thomas Broyer
Do you have Chrome Frame installed? (and is it enabled or disabled? see http://code.google.com/p/google-web-toolkit/issues/detail?id=6665 ) Are you using third-party libs that could mess with the user.agent property-provider? -- You received this message because you are subscribed to the

Re: DataGrid and EditTextCell not working properly on blur in IE

2012-02-02 Thread Bob
I had the same problem. During development i have tested in Chrome and Safari (on iPad) and all works perfectly. I almost finish development and try application in IE but DataGrid is not working properly. I was disappointed due the IE still has about 40% market share, and I supposed for

Server side Custom Serialization only

2012-02-02 Thread Thomas Lefort
Hi, I want to add a custom serialization to my objects but only on the server side (to store them as Lob). Any idea of how I could do that? The custom writeObject and readObject won't work, I get a Unresolved type java.io.ObjectOutputStream error... Any help would be VERY much appreciated.

Re: DataGrid and EditTextCell not working properly on blur in IE

2012-02-02 Thread Vampire
You mean like this: http://code.google.com/p/google-web-toolkit/issues/detail?id=7139can=4colspec=ID%20Type%20Status%20Owner%20Milestone%20Summary%20Stars ? ;-) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on

[WARN] Injected scripts no longer use an associated JavaScript block; ignoring

2012-02-02 Thread Luke
i put script src=http://apis.google.com/js/plusone.js; {parsetags: explicit} /script in gwt.xml file , and i get above warning. any advice? i'm not warning can safely ignore. but will future GWT support syntax like above? -- You received this message because you are subscribed to the Google

Re: how to show the button in simpepager

2012-02-02 Thread tong123123
On Feb 2, 6:38 pm, Thomas Broyer t.bro...@gmail.com wrote: On Thursday, February 2, 2012 11:22:43 AM UTC+1, tong123123 wrote: I follow the example in http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/g... and find that the last button is unenabled, so user need to step

Re: [WARN] Injected scripts no longer use an associated JavaScript block; ignoring

2012-02-02 Thread Sebastian Gurin
I think that warning means that gwt no longer support content inside script elements in gwt.xml files. For preventing the warning to appear, I think you should use script src=http://apis.google.com/js/plusone.js;/script On Thu, 2 Feb 2012 07:01:11 -0800 (PST) Luke travalle...@gmail.com wrote:

Re: GWT Developer Plugin for Firefox 9

2012-02-02 Thread Carlos Aguayo
FF10 is already here so that will mean updating the plugin again. Is this something that can be done by the community? If so, where should we take a look at? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the

Re: DOM events don't work in nested uibinder

2012-02-02 Thread Deepak Singh
Thanks a lot Thomas. It works now. Thanks Deepak On Thu, Feb 2, 2012 at 3:28 PM, Thomas Broyer t.bro...@gmail.com wrote: On Thursday, February 2, 2012 5:30:36 AM UTC+1, Clint wrote: Are you saying that Deepak's code should work if he removed the appendChild calls and instead uses add() as

Re: is it possible to set multiple columns using CellTree?

2012-02-02 Thread Qrunk
Hi, Can someone please explain me, 1) what is *checkBoxColumn **and mainTextColumn 2)what is that HasCell list ?? 3)How to integrate it with in Google GWT CellTree example ?? Thanks * -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Joshua Carey wants to chat

2012-02-02 Thread Joshua Carey
I've been using Google Talk and thought you might like to try it out. We can use it to call each other for free over the internet. Here's an invitation to download Google Talk. Give it a try! --- Joshua Carey wants to stay in

Re: GWT Developer Plugin for Firefox 9

2012-02-02 Thread Thomas Broyer
See https://groups.google.com/d/msg/google-web-toolkit/KiWUUshJyIE/fyyBdX8sTYYJ -- 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/-/RotHRRgCLXMJ. To

Re: How to centre fixed size panel inside another layout panel or screen

2012-02-02 Thread espinosa_cz
Lets look at it from a different angle. There is a familiar example in GWT documentation: http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html#LayoutPanels Widget child0, child1, child2; LayoutPanel p = new LayoutPanel(); p.add(child0); p.add(child1); p.add(child2);

Acivities and Places - passing by reference

2012-02-02 Thread dparish
I'm refactoring a MVP app I have that currently uses Events and an AppController to handle navigation transitions. Activities and Places appear to only pass state via tokens, not by passing by reference. is there another way? A use case may help here: Think of two screens, A Student List screen

Acivities and Places - passing by reference

2012-02-02 Thread John99
you need to put your student into EditStudentPlace and initialize new EditStudentActivity with it in ActivityMapper -- 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: Acivities and Places - passing by reference

2012-02-02 Thread dparish
SWEET. That was exactly it. I added a setStudent and getStudent to StudentAddEditPlace In my activity mapper I get the activity for the place, then set the student into the activity that I get from the place. Subtle but obvious now that I see it. Thank you very much. -Dave On Feb 2, 2:44 

How do i add an image link with uibinder?

2012-02-02 Thread chstrong
Hello, How can I add an image with a surrounding link within uibinder? I have an image resource and around that I need a link. !-- Display rackspace cloudhosting teaser box -- g:HTMLPanel addStyleNames={res.main.teaserbox}

To any Editors Gurus: I could use some ListEditor use help for the GWT demo I've made...

2012-02-02 Thread Brandon Donnelson
I'm trying to use a list editor as a sub editor and the when the flush happens the list comes back null. The input boxes for the list seem to render fine. I'm not sure the backing of the PeopleDataProxy gets established with the current configuration. I'm still digesting the interfaces and

Re: To any Editors Gurus: I could use some ListEditor use help for the GWT demo I've made...

2012-02-02 Thread Brandon Donnelson
I forgot the location of the demo: http://c.gwt-examples.com/home/ui/places - *Demo Info* * * http://demogwtpeople.appspot.com - *Working Demo * * * * * -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

Re: To any Editors Gurus: I could use some ListEditor use help for the GWT demo I've made...

2012-02-02 Thread Brandon Donnelson
I haven't added the listeditor to the working demo... -- 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/-/VJ5WG4k7rL0J. To post to this group, send

in Firefox9, when i press enter key, enent.getCharCode() is 0.

2012-02-02 Thread yl chen
newSymbolTextBox = new TextBox(); newSymbolTextBox.addKeyPressHandler(new KeyPressHandler() { public void onKeyPress(KeyPressEvent event) { Window.alert(keycode:+(int)event.getCharCode());

Re: Acivities and Places - passing by reference

2012-02-02 Thread -sowdri-
Hi, If you want activities to be talking to each other, one way of achieving them is via encapsulating the data in the Place, as mentioned above. Imagine a complex application, where in a lot of objects are required by different activities. In events like that, you have to pass on all the

[gwt-contrib] Re: Firefox 10 DevMode Plugin (issue1634803)

2012-02-02 Thread conroy
LGTM http://gwt-code-reviews.appspot.com/1634803/diff/1/plugins/xpcom/ExternalWrapper.cpp File plugins/xpcom/ExternalWrapper.cpp (right): http://gwt-code-reviews.appspot.com/1634803/diff/1/plugins/xpcom/ExternalWrapper.cpp#newcode267 plugins/xpcom/ExternalWrapper.cpp:267: bool remember =

[gwt-contrib] Re: CellTable performance is very slow on IE8. Internally, AbstractCellTable detects (issue1635803)

2012-02-02 Thread Aladdin
It's IE , but be sure that you disabled Dev Tools and then check. I had to uninstall IE-7-Dev Tools that was installed in IE-8. My problem with IE was not related to your problem but I think it might help. Good Luck On Feb 2, 10:19 pm, is...@google.com wrote: Reviewers: jlabanca,

[gwt-contrib] Re: Working CodeSplitter2. (issue1631803)

2012-02-02 Thread acleung
http://gwt-code-reviews.appspot.com/1631803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors