﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - window</title><link>http://www.intersoftsolutions.com/Community/Tags/window/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Window Caption Bar Height</title><link>http://www.intersoftsolutions.com/Community/Tags/window/</link><pubDate>Fri, 23 Oct 2015 07:48:56 GMT</pubDate><dc:creator>hsevand@tepum.com.tr</dc:creator><category>WebDesktop</category><category>Height</category><category>Style</category><category>window</category><category>Caption Bar</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;How can I change the height of caption bar?&lt;/p&gt;&lt;p&gt;I am using rendering mode html5 and following skin&lt;span style="font-size: 10pt;"&gt;&amp;nbsp;settings:&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;WindowSettings ContentMode="UseIFrame" ControlBox="No" enablefastwindowactivation="True" iframeallowtransparency="False" ignoreiframepadding="True" BorderType="ComplexImages" CommandButtonBorderType="ComplexImages"&amp;gt; &amp;lt;WindowStyle&amp;gt; &amp;lt;Active CssClass="dskWndAct" /&amp;gt;
 &amp;lt;Normal CssClass="dskWndNrml" /&amp;gt;
 &amp;lt;/WindowStyle&amp;gt;
 &amp;lt;CaptionStyle&amp;gt;
 &amp;lt;Active CssClass="dskCptAct" /&amp;gt;
 &amp;lt;Normal CssClass="dskCptNrml" /&amp;gt;
 &amp;lt;/CaptionStyle&amp;gt;
 &amp;lt;CaptionButtonStyle&amp;gt;
 &amp;lt;Active CssClass="dskCptButAct" /&amp;gt;
 &amp;lt;Over CssClass="dskCptButOvr" /&amp;gt;
 &amp;lt;Normal CssClass="dskCptButNrml" /&amp;gt;
 &amp;lt;/CaptionButtonStyle&amp;gt;
 &amp;lt;CommandButtonStyle&amp;gt;
 &amp;lt;Normal CssClass="dskCmdButNrml" /&amp;gt;
 &amp;lt;Over CssClass="dskCmdButOvr" /&amp;gt;
 &amp;lt;Active CssClass="dskCmdButAct" /&amp;gt;
 &amp;lt;/CommandButtonStyle&amp;gt;
 &amp;lt;CommandButtonDisabledStyle CssClass="dskCmdButDis" /&amp;gt;
 &amp;lt;ContainerStyle CssClass="dskContainer" /&amp;gt;
 &amp;lt;/WindowSettings&amp;gt;

&amp;lt;ImagesSettings CaptionRightInactive="o7/right_inactive.gif" CaptionLeftInactive="o7/left_inactive.gif" CloseOver="o7/close_over.gif" ButtonCenterOver="o7/button_center_over.gif" ButtonLeftActive="o7/button_left_active.gif" ButtonRightActive="o7/button_right_active.gif" MaximizeActive="o7/max_active.gif" RestoreOver="o7/restore_over.gif" CaptionRightActive="o7/right_active.gif" CloseActive="o7/close_active.gif" ButtonLeftOver="o7/button_left_over.gif" RestoreActive="o7/restore_active.gif" MaximizeInactive="o7/max_inactive.gif" ButtonRightInactive="o7/button_right_normal.gif" RestoreInactive="o7/restore_inactive.gif" ButtonLeftInactive="o7/button_left_normal.gif" ButtonCenterInactive="o7/button_center_normal.gif" MaximizeOver="o7/max_over.gif" MinimizeInactive="o7/min_inactive.gif" CloseInactive="o7/close_inactive.gif" ButtonCenterActive="o7/button_center_active.gif" CaptionCenterInactive="o7/center_inactive.gif" MaximizeDown="o7/max_down.gif" RestoreDown="o7/restore_down.gif" MinimizeDown="o7/min_down.gif" CaptionCenterActive="o7/center_active.gif" ButtonRightOver="o7/button_right_over.gif" CaptionLeftActive="o7/left_active.gif" MinimizeOver="o7/min_over.gif" CloseDown="o7/close_down.gif" MinimizeActive="o7/min_active.gif" /&amp;gt; &lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;span style="font-size: 10pt;"&gt;and my css is as follows:&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;.dskWndAct
{
 border-style: solid;
 border-color: Black;
 border-top-width: 0px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 height: 100%;
 background-color: White;
}

.dskWndNrml
{
 border-style: solid;
 border-top-width: 0px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-color: Black;
 font-size: 9pt;
 font-family: Segoe UI,Tahoma;
 background-color: White;
 overflow: auto;
 border-width: 1px;
 height: 100%;
}

.dskCptAct
{
 color: #15428B;
 font-family: Segoe UI,Tahoma;
 font-weight: bold;
 font-size: 9pt;
 padding-top: 3px;
}
.dskCptNrml
{
 color: Gray;
 font-size: 10pt;
 font-family: Segoe UI,Tahoma;
 cursor: default;
 padding-top: 3px;
 padding-left: 2px;
 padding-bottom: 2px;
 padding-right: 2px;
}
.dskCptButAct
{
 border-top-color: Gray;
 border-left-color: Gray;
}
.dskCptButOvr
{
 border-bottom-color: Gray;
 border-right-color: Gray;
}
.dskCptButNrml
{
 overflow: hidden;
 position: relative;
}&lt;/pre&gt;&lt;p&gt;&amp;nbsp;With these settings my caption buttons (minimize, maximize and close buttons) seems weird as you see in the attached image. If I change the style as follows and change the height of the div that contains centre_active.gif as a background from ie developer tools than it seems good.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;pre&gt;.dskWndAct
{
 border-style: solid;
 border-color: Black;
 border-top-width: 0px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 height: 100%;
 background-color: White;
 &lt;span style="background-color: rgb(255, 255, 0);"&gt;top: 4px !important;&lt;/span&gt;
}

.dskWndNrml
{
 border-style: solid;
 border-top-width: 0px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-color: Black;
 font-size: 9pt;
 font-family: Segoe UI,Tahoma;
 background-color: White;
 overflow: auto;
 border-width: 1px;
 height: 100%;
 &lt;span style="background-color: rgb(255, 255, 0);"&gt;top: 4px !important;&lt;/span&gt;
}

.dskCptAct
{
 color: #15428B;
 font-family: Segoe UI,Tahoma;
 font-weight: bold;
 font-size: 9pt;
 padding-top: 3px;
 &lt;span style="background-color: rgb(255, 255, 0);"&gt;height: 28px !important;&lt;/span&gt;
}
.dskCptNrml
{
 color: Gray;
 font-size: 10pt;
 font-family: Segoe UI,Tahoma;
 cursor: default;
 padding-top: 3px;
 padding-left: 2px;
 padding-bottom: 2px;
 padding-right: 2px;
 &lt;span style="background-color: rgb(255, 255, 0);"&gt;height: 28px !important;&lt;/span&gt;
}
.dskCptButAct
{
 border-top-color: Gray;
 border-left-color: Gray;
}
.dskCptButOvr
{
 border-bottom-color: Gray;
 border-right-color: Gray;
}
.dskCptButNrml
{
 overflow: hidden;
 position: relative;
 &lt;span style="background-color: rgb(255, 255, 0);"&gt;top: 4px;&lt;/span&gt;
}

--------------------

&amp;lt;div nowrap="" style='left: 7px; top: 0px; &lt;span style="background-color: rgb(255, 255, 0);"&gt;height: 29px;&lt;/span&gt;right: 7px; bottom: 0px; position: absolute; background-image: url("/Rhapsody.Web.UI.Presenter/ISRes.axd?D/o7.center_active.gif"); background-repeat: repeat-x;'&amp;gt;&lt;/pre&gt;&lt;p&gt;How can I change the height of caption bar to solve my problem? Or can you suggest any other solution then changing height to solve weird view of caption bar buttons.&lt;/p&gt;</description></item><item><title>UXDesktop Window Opening behavior</title><link>http://www.intersoftsolutions.com/Community/Tags/window/</link><pubDate>Fri, 14 Jun 2013 08:58:38 GMT</pubDate><dc:creator>TheHaythemKaroui</dc:creator><category>window</category><category>UXDesktop</category><category>behavior</category><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Do you have an idea about how can i get a preview for every opened window in the UXDesktop (Like the minimized window preview) ???&lt;/p&gt;
&lt;p&gt;Waiting Forward for your answer&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;KAROUI Haythem&lt;/p&gt;
&lt;p&gt;IT Manager&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;CREA-DIGITAL&lt;/span&gt;&lt;/p&gt;</description></item><item><title>how can i open a new window using iframe, from another window using iframe again?</title><link>http://www.intersoftsolutions.com/Community/Tags/window/</link><pubDate>Fri, 16 Oct 2009 03:16:31 GMT</pubDate><dc:creator>umitcel</dc:creator><category>WebDesktop</category><category>open</category><category>new</category><category>window</category><category>another</category><category>UseIframe</category><description>&lt;p&gt;how can i open a new window using iframe, from another window using iframe again?&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>