﻿<?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 position issue</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialogBox-position-issue/</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 position issue</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialogBox-position-issue/</link><pubDate>Mon, 03 Jan 2011 20:51:30 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>position</category><description>&lt;p&gt;thank you.it works&lt;/p&gt;</description></item><item><title>WebDialogBox position issue</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialogBox-position-issue/</link><pubDate>Mon, 03 Jan 2011 04:14:39 GMT</pubDate><dc:creator>MarTin</dc:creator><category>position</category><description>&lt;p&gt;Hello Frank,&lt;/p&gt;
&lt;p&gt;To set location of WebDialogBox, you can use the following code in Client-side:&lt;/p&gt;&lt;pre&gt;function DoShow()
{
   var dlgBox = ISGetObject("WebDialogBox1");
   dlgBox.ShowDialog();
   dlgBox.Window.MoveTo(300, 300);
}&lt;/pre&gt;

&lt;p&gt;Invoke &lt;strong&gt;DoShow()&lt;/strong&gt; function using button or any controls.&lt;/p&gt;
&lt;p&gt;To freeze the dialogbox, you can use &lt;strong&gt;OnCreated &lt;/strong&gt;Client-side event in WebDialogBox and add the following code:&lt;/p&gt;&lt;pre&gt;function Created()
{
   var el = document.getElementById("dvWnd_Global_wndWebDialogBox1");
   el.IsInteractiveObject = false;
}&lt;/pre&gt;

&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;</description></item><item><title>WebDialogBox position issue</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialogBox-position-issue/</link><pubDate>Fri, 31 Dec 2010 00:05:19 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>position</category><description>&lt;p&gt;&lt;span style="color: #666666"&gt;Any can help me?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebDialogBox position issue</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebDialogBox-position-issue/</link><pubDate>Wed, 29 Dec 2010 21:23:47 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>position</category><description>&lt;p&gt;&lt;span style="color: #666666"&gt;When I open a WebDialogBox ,I would like to show the WebDialogBox&amp;nbsp; on the (300,300) &lt;strong&gt;and Let the WebDialogBox   can not be moved to any place.&lt;br /&gt;&lt;/strong&gt;How to&amp;nbsp; achieve it?Any can help me?thanks&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>