Skip Menu |

This queue is for tickets about the XUL-Gui CPAN distribution.

Report information
The Basics
Id: 69521
Status: open
Priority: 0/
Queue: XUL-Gui

People
Owner: Nobody in particular
Requestors: dylan.doxey [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Possible Bugs
Date: Sat, 16 Jul 2011 07:39:49 -0700
To: bug-xul-gui [...] rt.cpan.org
From: Dylan Doxey <dylan.doxey [...] gmail.com>
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

Message body is not shown because sender requested not to inline it.

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.