How do i use Spring security with open id in GWT ?

2010-03-02 Thread Salvin
This is what i trid in GWT: final FormPanel formPanel = new FormPanel(); RootPanel.get(openId).add(formPanel); VerticalPanel openIdContainer = new VerticalPanel(); formPanel.add(openIdContainer); TextBox url = new TextBox();

Re: How to minimize browser using GWT ?

2009-10-27 Thread Salvin
Guys, i seriously believe that this is not possible in any other the modern browsers available: IE,Firefox,Chrome. You could try: window.blur() window.moveTo() window.resize() But it just would minimize. Period. :) all the best. On Oct 27, 7:00 pm, Lothar Kimmeringer j...@kimmeringer.de wrote:

Wishlist - Data Oriented Grid

2009-06-15 Thread Salvin
a lot better, I am not that experienced in coding (not yet :) ) Keep up the good work Salvin Francis www.salvin.in --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Bug in gwt Grid, Setting Background image

2009-02-28 Thread Salvin
Hi, I found a bug in gwt grid. I just set a normal background image: css code: .myMainGrid{ background-image: url('http://code.google.com/webtoolkit/ logo-185x175.png'); } java code: public class Tester extends Composite { Grid mainGrid; public Tester() {