Re: Is there any way to remove the sort arrow decorator in a header of a CellTable?

2012-03-10 Thread Xavier S.
Hello Jose, Thanks for your answer! I wasn't aware of the CellTable.Resources classes, it seems to fit my needs. But (there's always a but :) ). The generated html code for that sort arrow is the following : div style=left:0px;margin-top:-4px;position:absolute;top:50%;line-height:0px; img

LINK for GWT + ROO development

2012-03-10 Thread fortm
please share some links on GWT + Spring ROO integration using ROO 1.1 I need such links which can help me customize my pages and understand technical aspect fastly. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: Creating different frontends in one application

2012-03-10 Thread Bestmacfly
Hi all, thank you very much, it works for me now as you described: I have created a new module inside my existing project. The new xml is placed in the same folder as the xml of my first project. I created a new client package for the second frontend and a corresponding html- page for the second

Re: CellTable styles incorrectly on IE9

2012-03-10 Thread Patrick Tucker
Either way, you would think a resolution is possible, be it from the ChromeFrame team or the GWT team? The app works fine when ChromeFrame is disable, so it seems the problem lies in GWT's detection code. -- You received this message because you are subscribed to the Google Groups Google Web

Re: Is there any way to remove the sort arrow decorator in a header of a CellTable?

2012-03-10 Thread Xavier S.
For now, I used separated pngs in the img tag by doing the following : public interface TableResources extends CellTable.Resources { @Source(up.png) ImageResource cellTableSortAscending(); @Source(down.png) ImageResource cellTableSortDescending(); } But I still would like to

Re: Is there any way to remove the sort arrow decorator in a header of a CellTable?

2012-03-10 Thread JoseM
Maybe you can do it by subclassing CellTable and overriding the code which renders that piece but I'm not sure if that can be easily done. Or create your own version of CellTable that renders it as an i tag. -- You received this message because you are subscribed to the Google Groups Google

Re: Why does ValueChangeHandler fire twice for DateBox?

2012-03-10 Thread Brandon Donnelson
https://plus.google.com/108699921245836545761/posts/gWC69xCwWCn - G+ thread on topic On Saturday, March 10, 2012 1:37:28 PM UTC-8, Brandon Donnelson wrote: Why does ValueChangeHandler fire twice for DateBox? Issue 4785: http://code.google.com/p/google-web-toolkit/issues/detail?id=4785 The

Re: Why does ValueChangeHandler fire twice for DateBox?

2012-03-10 Thread Brandon Donnelson
https://plus.google.com/108699921245836545761/posts/gWC69xCwWCn - G+ thread on topic -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Couple ValueListBoxInteger Use with Editor Examples...

2012-03-10 Thread Brandon Donnelson
I've made a couple ValueListBoxInteger use with Editor examples. Find the source and info at the link below. http://c.gwt-examples.com/home/ui/valuelistboxeditor Brandon Donnelson http://c.gwt-examples.googlecode.com -- You received this message because you are subscribed to the Google

Re: Activity Places | Nested activities

2012-03-10 Thread Brandon Donnelson
Activities and Places is great for getting form one place to another in an application which I enjoy very much. But you would have to build your own MVP layer and could use Activities and Places as a navigation system for it. GWTP has a places navigation which is similar. If you like MVP,

Re: ListEditor Help

2012-03-10 Thread Brandon Donnelson
Hmm.. Maybe this could help: http://c.gwt-examples.com/home/ui/listeditor - I have some ListEditor examples here. -- 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: fileupload in gwt

2012-03-10 Thread Brandon Donnelson
I've found can trick the formpanel self target by setting the target to null. If you wanted to post and redirect to servlet this is how I'd do it. I've also sharded data and uploaded it over rpc using the file reader, but this api is still limited. FormPanel form = new FormPanel((String)

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

2012-03-10 Thread Brandon Donnelson
I've been using this to remove items from an owned collection or list. Removing them from the datastore first. http://code.google.com/p/gwt-examples/source/browse/trunk_2012/DemoGwtEditor/src/com/gonevertical/client/views/peopleedit/editor/todos/TodoListEditor.java#121 -- You received this

Re: Is GWT still being developed?

2012-03-10 Thread Brandon Donnelson
Are you using Git? -- 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/-/_7p313yy1b8J. To post to this group, send email to

Re: fileupload in gwt

2012-03-10 Thread kim young ill
thanx, i'll try it out. that's weird thou since its not documented anywhere. On Sat, Mar 10, 2012 at 11:31 PM, Brandon Donnelson branflake2...@gmail.com wrote: I've found can trick the formpanel self target by setting the target to null. If you wanted to post and redirect to servlet this is

Re: Is GWT still being developed?

2012-03-10 Thread Curtis Stanford
I've been using svn. I didn't realize there was a git repository I could use. On Saturday, March 10, 2012 3:39:42 PM UTC-7, Brandon Donnelson wrote: Are you using Git? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: Is GWT still being developed?

2012-03-10 Thread Brandon Donnelson
I think the public repo is svn. I'm wondering if there using git internally :) Have a good day, Brandon Donnelson c.gawkat.com On Sat, Mar 10, 2012 at 3:32 PM, Curtis Stanford cur...@stanfordcomputing.com wrote: I've been using svn. I didn't realize there was a git repository I could use.

Re: How to format properties file for Messages and @Select

2012-03-10 Thread kretel
Hi, Did you define default messages annotation for your interface method? This http://code.google.com/webtoolkit/doc/latest/DevGuideI18nMessages.html#SelectForms should explain how to do it. Than, once you compile your project you should have default properties file created for you.

Re: Is GWT still being developed?

2012-03-10 Thread Thomas Broyer
On Sunday, March 11, 2012 1:59:52 AM UTC+1, Brandon Donnelson wrote: I think the public repo is svn. I'm wondering if there using git internally :) It's well-known that Google uses Perforce. I've been told that most Googlers use a tool known as Git5 on top of Perforce (based on git-p4)

[gwt-contrib] Issue 7231: Speed-up SimpleRequestProcessor wrt ValueProxies (issue1660803)

2012-03-10 Thread t . broyer
Reviewers: rdayal, Description: Issue 7231: Speed-up SimpleRequestProcessor wrt ValueProxies When checking whether entities were persisted by processed invocations in createReturnOperations, SimpleRequestProcessor erroneously also ran the check with value proxies. Unfortunately, whereas entity

[gwt-contrib] Issue 7230: allow absolute paths in ui:style's src= (issue1660804)

2012-03-10 Thread t . broyer
Reviewers: , Message: I'm looking for a reviewer: who's in charge of UiBinder these days? Note that this patch doesn't address the TODO, as that'd mean refactoring UiBinder too to pass the GeneratorContext down to the ImplicitCssResource (through ImplicitClientBundle). Description: Issue 7230: