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

Andrew Kohlsmith <[email protected]> Wed, 1 Oct 2003 15:31:13 -0400
Newsgroups gmane.comp.java.xwt.users
Organization Benshaw Canada
Message-ID <[email protected]>
> 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.)

Regards,
Andrew