Re: gui builder issues?
Emiliano Heyns <[email protected]> Fri, 23 Jan 2004 11:52:49 +0100
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jan 23, 2004 at 10:31:43AM +0000, Charles Goodwin wrote: > On Fri, 2004-01-23 at 07:23, Tupshin Harper wrote: > > I've been comtemplating what issues there might be in creating a gui > > designer in XWT. > > > > One question which I don't see an answer to, is whether there is a way > > to enumerate all widgets loaded into the app (core widgets plus any > > loaded from the xwar or dynamically at runtime). > > We'll just autoload the widgets from certain locations. > > ie xwt.widget, xwt.html, xwt.rtf(?) > > Any other widgets can be imported using a dialogue. Still needs to be marked somewhere along with the app. You don't want to have to reload it each time you start the gui builder, and you want the reference to travel with the app, not the gui builder, since xwt widgets are application-local, and you want to be able to copy the app over to another persons gui-builder environment (like when using cvs). -- Emiliano