On Sat Jul 16 10:39:57 2011, dylan.doxey@gmail.com wrote:
Show quoted text> Hello,
>
> Two items:
> 1. setting Window resizable => 'no' and window is still resizable
> 2. cannot access images delivered via serve.
>
> I'm attaching a sample program.
>
> Dylan Doxey
> dylan.doxey@gmail.com
resizable is not an attribute of Window. Valid attributes are
documented here:
https://developer.mozilla.org/en/XUL/window
in this case, you would set the min and max width and height to be the
values you want.
serve may currently be broken on some platforms. as a work around, you
can assign a data url encoded image to an image's source attribute.
serve should be fixed in a new version of XUL::Gui which I hope to have
out soon.