Re: [xwt-users] new to xwt - modal windows and gui size

Emiliano Heyns <[email protected]> Wed, 1 Oct 2003 22:05:39 +0200
Newsgroups gmane.comp.java.xwt.users
Message-ID <[email protected]>
On Wed, Oct 01, 2003 at 03:31:13PM -0400, Andrew Kohlsmith wrote:
> > If size is an issue I have had two thoughts for 'later':
> > 1) Have a simple utility to strip out what isn't needed. Basically it
> > would start at main.xwt and walk the widget tree, etc. to decide what
> > was or wasn't accessable. Dynamic calls (if possible) to widgets, might
> > be a problem.
> 
> I actually started writing a little perl script that would make an xwar 
> containing only the files that were referenced.  It'd work well so long as 
> you didn't dynamically pull in .xwt files that required .pngs or .xwts that 
> just weren't there.  (I don't know if Adam's planning on being able to pull 
> graphics/fonts over the 'net or not.)

That should be easy to fix by having one extra file that can be used to
register these requirements.

-- 
Emiliano