Right aligning items of a MenuBar.

2009-03-05 Thread verl
How do you right align items on a MenuBar using CSS? I tried .gwt-MenuBar { float: right; } and the MenuBar itself is right aligned, but not the options on the menubar. I also Tried .gwt-MenuBar .gwt-MenuItem { float: right; } to no effect.

pagingScrollTable re-size

2009-03-04 Thread verl
When I re-size the Browser window, the left Side of my PagingScrollTable moves around. In the pagingScrollTable example: http://collectionofdemos.appspot.com/demo/com.google.gwt.gen2.demo.scrolltable.ScrollTableDemo/ScrollTableDemo.html When you re-size the browser, the left side of the table

Gwt-rpc client interface class to multiple server implementations

2009-01-14 Thread verl
Can someone tell me if you can do the following with gwt: I have 3 server classes (smancodefile, pricecodefile, stockcodefile) They all implement the codefile interface. Now, on the client, I want to use gwt-rpc against the codefile interface To make a callback to one of the codefile