On Fri, Jan 02, 2009 at 05:02:27PM +0100, Pablo RodrÃguez <[email protected]> wrote:
> But rfxview is not resizable (as already reported by
> http://lists.gnu.org/archive/html/swftools-common/2008-12/msg00093.html,
> probably due to the width and height definition to fixed lengths at
> lines 23-24 of the script)
That's not the problem- the problem is that the window size is
evaluated only once, at the start of the viewer.
See the lines starting
with
fullwidth = Stage.width
fullheight = Stage.height
.
That needs to be done in case of resize events, too.
Any patches for this are more than welcome.
Greetings
Matthias