﻿<?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 - WebDialogBox and  Window Title</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialogBox-and-Window-Title/</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>WebDialogBox and  Window Title</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialogBox-and-Window-Title/</link><pubDate>Mon, 14 Sep 2009 08:40:50 GMT</pubDate><dc:creator>aspnet@softwarestudio.com.pl</dc:creator><description>&lt;p&gt;Yes it's working &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;raly thanx :)&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;reagards &lt;/p&gt;
&lt;p&gt;Adam&lt;/p&gt;</description></item><item><title>WebDialogBox and  Window Title</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialogBox-and-Window-Title/</link><pubDate>Sun, 13 Sep 2009 21:42:02 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Thank you Mark,&lt;/p&gt;&lt;p&gt;Your suggestion is the correct one. Adam should be able to implement for his scenario. Thanks&lt;/p&gt;</description></item><item><title>WebDialogBox and  Window Title</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialogBox-and-Window-Title/</link><pubDate>Sun, 13 Sep 2009 19:42:02 GMT</pubDate><dc:creator>Mark.R.P</dc:creator><description>&lt;p&gt;You can use the following code to set the WebDialogBox header. Setting the Text property will work the first time the dialog box is shown, everytime you want to change it after that you have to use the SetCaption method for the dialogbox Window object.&lt;/p&gt;&lt;pre&gt;var label = 'Caption';
if (dialogbox.Window)dialogbox.Window.SetCaption(label);
else dialogbox.Text = label; &lt;/pre&gt;
</description></item><item><title>WebDialogBox and  Window Title</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialogBox-and-Window-Title/</link><pubDate>Sat, 12 Sep 2009 13:53:45 GMT</pubDate><dc:creator>aspnet@softwarestudio.com.pl</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I want to set WebDialogBox Title using javascript's. I use dlgbx.Text="My title";. And now. I have WebGrid with cellselect. When I dblclick cell I open WebDialogBox and set title loading from grid. It's working at first time. When I click one more script set this title but not show. Why? &lt;/p&gt;
&lt;p&gt;I have show this value on alert and all is ok. I see that I have new title but on dialog box I don't see new title.&lt;/p&gt;
&lt;p&gt;Thanx for help&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Adam&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>