﻿<?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 - WebDesktop - WebDialog remove titlebar</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialog-remove-titlebar/</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>WebDialog remove titlebar</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialog-remove-titlebar/</link><pubDate>Wed, 27 May 2015 03:12:18 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebDialog</category><category>Remove TitleBar</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Glad to hear that the CSS trick resolve the problem.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebDialog remove titlebar</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialog-remove-titlebar/</link><pubDate>Mon, 25 May 2015 06:46:02 GMT</pubDate><dc:creator>devashish</dc:creator><category>WebDialog</category><category>Remove TitleBar</category><description>&lt;p&gt;&lt;span face="Consolas" size="2"&gt;Thanks Yudi,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span face="Consolas" size="2"&gt;I used some CSS to get it done.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span face="Consolas" size="2"&gt;div[id="dvWnd_mainDesktop_wndctl00_placeHolder_GRIDNAME"] &amp;gt; div &amp;gt; div:nth-child(2){&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; top:0px !important;&lt;br&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span face="Consolas" size="2"&gt;div[id="dvWnd_mainDesktop_wndctl00_placeHolder_GRIDNAME"] div[class='mainDesktop-WindowSettings-ContainerStyle']{&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; padding:0 !important;&lt;br&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span face="Consolas" size="2"&gt;Regards,&lt;br&gt;Dev&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebDialog remove titlebar</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialog-remove-titlebar/</link><pubDate>Mon, 18 May 2015 02:36:55 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebDialog</category><category>Remove TitleBar</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;From the snippet code, your WebDialogBox uses &lt;em&gt;UseIFrame&lt;/em&gt; as its ContentMode. I made a minor change to ContentMode.aspx sample file of WebDialogBox by setting the WindowsHeaderHeight of WebDialogBox2; save the changes; then view the page in browser. When user click "Show DialogBox that uses IFrame" button, WebDialogBox2 will appear with title bar removed.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Is it possible that your WebDialogBox is integrated to WebDesktopManager (&lt;em&gt;IntegratedToDesktopManager&lt;/em&gt; is enabled)? If yes, you can try to set the WindowHeaderHeight from the WebDesktopManager instance that host the WebDialogBox.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;If this still doesn't help, could you please send me a simple sample of WebDialogBox that replicates the problem, so that I can assist you further?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebDialog remove titlebar</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialog-remove-titlebar/</link><pubDate>Fri, 08 May 2015 14:37:50 GMT</pubDate><dc:creator>devashish</dc:creator><category>WebDialog</category><category>Remove TitleBar</category><description>&lt;p&gt;Thanks for your reply.&lt;/p&gt;&lt;p&gt;But the solution does not seem to work for me.&lt;/p&gt;&lt;p&gt;I have the webDialog at the following location&lt;br&gt;&amp;lt;ISWebDesktop:WebDesktopWindow&amp;gt;&lt;br&gt;&amp;nbsp;&amp;lt;ISWebDesktop:WebPane ContentMode="UseIFrame"&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;lt;ISWebDesktop:WebDialogBox WindowSettings-ContentMode="UseIFrame"&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;ISWebDesktop:WebDialogBox WindowSettings-ContentMode="UseIFrame"&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;WindowSettings WindowHeaderHeight="0"&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;lt;/WindowSettings&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ISWebDesktop:WebDialogBox&amp;gt;&lt;/p&gt;</description></item><item><title>WebDialog remove titlebar</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialog-remove-titlebar/</link><pubDate>Fri, 08 May 2015 01:24:50 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebDialog</category><category>Remove TitleBar</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Sorry for the delay in sending this.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;You can remove - actually not literally remove, but make the titlebar's height to 0px - the titlebar of WebDialogBox by setting the value of WebDialogBox-WindowSettings-WindowHeaderHeight to 0. The following snippet code shows how.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;ISWebDesktop:WebDialogBox ID="dlgBox" runat="server" Width="600px" Height="400px"
    DialogBoxImage="None" Text="WebDialogBox Sample"&amp;gt;
    ...
    &amp;lt;WindowSettings WindowHeaderHeight="0"&amp;gt;
        ...
    &amp;lt;/WindowSettings&amp;gt;
&amp;lt;/ISWebDesktop:WebDialogBox&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please, let me know if this works for you.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebDialog remove titlebar</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialog-remove-titlebar/</link><pubDate>Thu, 30 Apr 2015 14:36:33 GMT</pubDate><dc:creator>devashish</dc:creator><category>WebDialog</category><category>Remove TitleBar</category><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;Is there any way I can remove the titlebar of a WebDialogBox.&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;</description></item></channel></rss>