Hi Niraj, There is no easy way to do what you've described. Also, even if you did setup your widgets so as they each implement an EntryPoint and in a sense represent their own module, your GWT application would suffer from performance hits as the GWT compiler would not be able to optimize your entire GWT project as a single set.
Is there any reason why the screen that shows the rendered widget below the textbox couldn't be some panel, where a regular widget could be added and rendered for whatever component name the user typed into the textbox? Hope that helps, -Sumit Chandel On Mon, Sep 8, 2008 at 1:39 PM, Niraj <[EMAIL PROTECTED]> wrote: > > Is there a way to Lauch and Entry Point Programatically after GWT app > has been started. > > I want to create a Visual Test Harness for all my Widgets. i.e all my > widgets also implement EntryPoint and I want a way where by once a > user types in the Entypoint in the GWT App TextBox . I am able to show > the Widget below on the same screen > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
