Re: Enter the Container

2008-10-14 Thread archimechanical
Ok, main concept is that there is real need to CREATE widgets not only by combining existed widgets. Example 1: I need create widgets from the hand created DOM Element complex (Diego case described here http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/78c45552015ea220) or

Re: Enter the Container

2008-10-13 Thread archimechanical
2 gwt team: just make the com.google.gwt.user.client.ui.Widget.setParent(Widget parent) PUBLIC. I want to take all responsibility for my code. As I think, GWT should not be "child safe", we are not in MS camp, where guys often think for(instead of) me. I want to think myself. If I want to step ou