Re: Simulate low bandwith

2010-10-19 Thread Professor Vagner
Hello, I did this by creating a private network and using the the Linux *tc*command. In my case, I emulate a network of 15k. I used: O.S = *Slackware Linux* Command = *tc* -- *Vagner Araujo PureGWT Showcase Preview http://showcase.jdukes.com/ O PLANETA É O MEU PAÍS, E A CIÊNCIA É A MINHA

Re: [gwt-contrib] GWT 2.1 RC1 javadoc

2010-10-18 Thread Professor Vagner
Thomas, very good your post, thanks for contributing to the community. -- *Vagner Araujo O PLANETA É O MEU PAÍS, E A CIÊNCIA É A MINHA RELIGIÃO ! INDO AO INFINITO E ALÉM... !!* -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

PureGWT Showcase Preview

2010-09-29 Thread Professor Vagner
Hello Friends, PureGWT is very, very new api, and PureGWT is still under development. Keep track of what's ahead in PureGWT Showcase http://showcase.jdukes.com/ Preview http://showcase.jdukes.com/. Thanks -- *Vagner* * O PLANETA É O MEU PAÍS, E A CIÊNCIA É A MINHA RELIGIÃO ! INDO AO INFINITO E

Re: MacBook ok for GWT development?

2010-08-05 Thread Professor Vagner
https://dl-ssl.google.com/gwt/plugins/safari/gwt-dev-plugin.dmg -- O PLANETA É O MEU PAÍS, E A CIÊNCIA É A MINHA RELIGIÃO ! INDO AO INFINITO E ALÉM... !! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: How to get the row number of a flex table

2010-07-07 Thread Professor Vagner
.addClickHandler(clickHandler); flexTable.setWidget(3, 0, yourButton4); -- Professor Vagner O PLANETA É O MEU PAÍS, E A CIÊNCIA É A MINHA RELIGIÃO ! INDO AO INFINITO E ALÉM... !! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: How do I detect Mouse Up, Mouse Out, Mouse Over, etc on Grid Cells?

2010-06-07 Thread Professor Vagner
) { case ONMOUSEOVER: break; case ONMOUSEOUT: break; case ONMOUSEUP: break; }// end switch super.onBrowserEvent(event); }// end onBrowserEvent }// end class -- Professor Vagner O PLANETA É O MEU PAÍS, E A CIÊNCIA É A MINHA RELIGIÃO ! INDO AO INFINITO E ALÉM... !! -- You

Re: Adding CSS style dynamically

2010-05-20 Thread Professor Vagner
try com.google.gwt.dom.client.Style class. ... Style style = yourElement.getStyle(); style.setPosition(Position.ABSOLUTE); ... -- Professor Vagner O PLANETA É O MEU PAÍS, E A CIÊNCIA É A MINHA RELIGIÃO ! INDO AO INFINITO E ALÉM... !! -- You received this message because you

Re: return type image from server

2010-05-18 Thread Professor Vagner
) { if (!img.isVisible()) img.setVisible(true); img.getElement().setPropertyObject(src, result); } // end onSuccess -- Professor Vagner O PLANETA É O MEU PAÍS, E A CIÊNCIA É A MINHA RELIGIÃO ! INDO AO INFINITO E ALÉM... !! -- You received this message because you are subscribed