﻿<?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 - WebTextEditor - SpellChecker position</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/SpellChecker-position/</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>SpellChecker position</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/SpellChecker-position/</link><pubDate>Tue, 19 Mar 2013 08:37:40 GMT</pubDate><dc:creator>John.Bonin@dot.gov</dc:creator><description>&lt;p&gt;Thank you works great...&lt;/p&gt;</description></item><item><title>SpellChecker position</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/SpellChecker-position/</link><pubDate>Mon, 18 Mar 2013 22:40:50 GMT</pubDate><dc:creator>bernard</dc:creator><description>&lt;p&gt;Hi John,&lt;/p&gt;&lt;p&gt;To resolve this problem, maybe you can move the window OnAfterCheckSpell event. In that event, you can get the DialogBox because it has been made by WebSpellChecker. Then you can move the Window by using MoveTo() function on WebDialogBox's Window. Here's the snipper code:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;function OnAfterCheckSpell() {
   var WebSpellChecker1 = ISGetObject("WebSpellChecker1");
   WebSpellChecker1.DialogBox.Window.MoveTo(100, 100);
   return true;
}&lt;/pre&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>SpellChecker position</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/SpellChecker-position/</link><pubDate>Mon, 18 Mar 2013 14:55:52 GMT</pubDate><dc:creator>John.Bonin@dot.gov</dc:creator><description>&lt;p&gt;I'm using the webSpellChecker  alone to allow users to check spelling in a MultiLine text box (asp. Net).  The problems I am seeing is if the pages scrollbar is not a the top, the dialog is position is off the page at the top.  It looks like it is centered within the screen but doesn't take into account that the page is larger than the screen.  See screen shot:&lt;/p&gt;
&lt;p&gt;So my question is can I control the output of this dialog to be close to the target control?  &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>