Seb,

Van and I just figured out the issue. I created our css theme from the 
alphacube theme which uses the same 'resizable' image for both the SE corner 
and resizer styles. It would seem that this theme was only intended to be used 
for windows that would be resizable. This might trip others up as well.

Might be worth adding a comment above the relevant style block from 
alphacube.css

/* To support non-resizable windows, use separate images for the following two 
classes*/
.alphacube_se, .alphacube_sizer  {
  background: transparent url(alphacube/bottom-right-c.gif) no-repeat 0 0;      
                
  width:7px;
  height:7px;
}

::M

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sébastien Gruhier
Sent: Tuesday, December 12, 2006 6:46 AM
To: [email protected]
Subject: Re: [Javawin] Hiding resize image for non-resizable windows

It works without your workaround.

One more time do you have a sample?
Seb

On Dec 12, 2006, at 2:55 AM, Michael Robertson wrote:

> Group,
>
> I've noticed that even though we specify in the window parameters that 
> a window is not resizable, the resize button image* still appears in 
> the lower right corner of such a window. We will have occasion to 
> implement resizable and non-resizable windows, so I can't just 
> eliminate the image or statically set it to display:none in our theme 
> css.
>
> We could dynamically set the image to display:none via some new 
> script, but I hope there's a mechanism in the toolkit I've missed that 
> will make this work seamlessly with the "resizable" window parameter.
>
> Any ideas would be greatly appreciated
>
> ::Michael
>
>
>
> /* Resize button */
> .THEME_NAME_sizer {
>   width:7px;
>   height:7px;
>   background: transparent url(THEME_NAME/RESIZE_IMAGE.gif) no-repeat 0 
> 0;
>   cursor:se-resize;
> }
>
>
>
> _______________________________________________
> Javawin mailing list
> [email protected]
> http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com


_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to