﻿<?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 - Multiple SpellCheckers</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Multiple-SpellCheckers/</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>Multiple SpellCheckers</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Multiple-SpellCheckers/</link><pubDate>Thu, 14 Jan 2010 02:41:21 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>Multiple</category><category>SpellChecker</category><description>&lt;p&gt;Sorry, I don;t quite understand about your explanation. Could you please let me know more detail.&lt;br /&gt;Why did you use Request.Form value and what for? &lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Multiple SpellCheckers</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Multiple-SpellCheckers/</link><pubDate>Thu, 14 Jan 2010 00:17:34 GMT</pubDate><dc:creator>ewoudt@counton.com.au</dc:creator><category>Multiple</category><category>SpellChecker</category><description>&lt;p&gt;I've ended up using Request.Form values because the SpellChecker requires rebinding every postback  to work, i.e. you can't use viewstate values with the spellchecker.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Ewoudt&lt;/p&gt;</description></item><item><title>Multiple SpellCheckers</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Multiple-SpellCheckers/</link><pubDate>Wed, 18 Nov 2009 22:34:49 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>Multiple</category><category>SpellChecker</category><description>&lt;blockquote&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I have tried working around this by saving and loading the values before and after the rebinding but it causes the spellchecker to not work anymore.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Could you let me know the snippet code or the way you save and load the value? &lt;br /&gt;As far i know, default behaviour of binding lifecycle needs to be load at Postback condition.&lt;/p&gt;
&lt;p&gt;Also, you have defined the static datatable and datacolumn for your repeater. I think that's why the value is overriden again by those values.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Multiple SpellCheckers</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Multiple-SpellCheckers/</link><pubDate>Wed, 18 Nov 2009 18:54:07 GMT</pubDate><dc:creator>ewoudt@counton.com.au</dc:creator><category>Multiple</category><category>SpellChecker</category><description>&lt;p&gt;The spellchecker works now, but because i'm rebinding the data on every postback it's not very useful as i can't save the values that are entered...&lt;/p&gt;&lt;p&gt;I have tried working around this by saving and loading the values before and after the rebinding but it causes the spellchecker to not work anymore.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ewoudt&lt;/p&gt;</description></item><item><title>Multiple SpellCheckers</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Multiple-SpellCheckers/</link><pubDate>Mon, 16 Nov 2009 20:25:47 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>Multiple</category><category>SpellChecker</category><description>&lt;p&gt;Ok, please let me know the update. &lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Multiple SpellCheckers</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Multiple-SpellCheckers/</link><pubDate>Sun, 15 Nov 2009 21:52:42 GMT</pubDate><dc:creator>ewoudt@counton.com.au</dc:creator><category>Multiple</category><category>SpellChecker</category><description>&lt;p&gt;Thank you, I will change my code and get back to you soon.&lt;/p&gt;</description></item><item><title>Multiple SpellCheckers</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Multiple-SpellCheckers/</link><pubDate>Sun, 15 Nov 2009 21:25:36 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>Multiple</category><category>SpellChecker</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I found that the way you bound your repeater data is wrong at your validation. &lt;br /&gt;e.g&lt;br /&gt;&lt;br /&gt;I put  &lt;b&gt;&lt;i&gt;ctlBrochure.StartWizard();&lt;/i&gt;&lt;/b&gt; ,&lt;b&gt;&lt;i&gt;Repeater1.DataSource = Data&lt;/i&gt;&lt;/b&gt;;,          &lt;b&gt;&lt;i&gt; Repeater1.DataBind()&lt;/i&gt;&lt;/b&gt;;outside your &lt;b&gt;&lt;i&gt;if (!Page.IsPostBack)&lt;/i&gt;&lt;/b&gt; validation.&lt;/p&gt;
&lt;p&gt;I also attached the modified project your sent to show you that it works well. &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Multiple SpellCheckers</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Multiple-SpellCheckers/</link><pubDate>Sun, 15 Nov 2009 20:40:31 GMT</pubDate><dc:creator>ewoudt@counton.com.au</dc:creator><category>Multiple</category><category>SpellChecker</category><description>&lt;p&gt;Hello, &lt;/p&gt;&lt;p&gt;This is the text in the error popup i'm getting, and yes my dictionary doesnt load, the popup shows, the value of my textbox loads but the dictionary doesnt load and the waiting gif stays there.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;Error occurred:
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml" &amp;gt;
&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;
&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;form name="form1" method="post" action="RepeaterTest.aspx" id="form1"&amp;gt;
&amp;lt;div&amp;gt;
&amp;lt;input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTcyNDg4ODI4Ng9kFgICAw9kFgICAQ9kFgJmD2QWAgIBD2QWAgIBD2QWAmYPZBYCAgEPZBYCAgEPZBYEAgcPZBYCAgEPZBYCAgEPEGRkFgBkAg0PEGRkFgBkZNHdcmInaf6Kn8M1QLS7wrei2T0e" /&amp;gt;
&amp;lt;/div&amp;gt;
    &amp;lt;div&amp;gt;
    
        
        
    
        
        
    
    &amp;lt;/div&amp;gt;
    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
&lt;p&gt; Thanks&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Multiple SpellCheckers</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Multiple-SpellCheckers/</link><pubDate>Thu, 12 Nov 2009 23:31:32 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>Multiple</category><category>SpellChecker</category><description>&lt;p&gt;Sorry, I just want to confirm about the error. I can run your sample in here now. What is the error you got? For now, it runs fine. Only dictionary is not showed up. I will check this now.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Multiple SpellCheckers</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Multiple-SpellCheckers/</link><pubDate>Thu, 12 Nov 2009 17:41:17 GMT</pubDate><dc:creator>ewoudt@counton.com.au</dc:creator><category>Multiple</category><category>SpellChecker</category><description>&lt;p&gt;Here is a visual studio solution with the files and no external namespaces (other than Intersoft).&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Multiple SpellCheckers</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/Multiple-SpellCheckers/</link><pubDate>Sun, 08 Nov 2009 19:00:22 GMT</pubDate><dc:creator>ewoudt@counton.com.au</dc:creator><category>Multiple</category><category>SpellChecker</category><description>&lt;p /&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; font-family: arial, sans-serif; color: navy; "&gt;Hello,&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; font-family: arial, sans-serif; color: navy; "&gt;Thanks in advance for any help,&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; font-family: arial, sans-serif; color: navy; "&gt;I have a repeater creating textboxes and i need to have them all spellchecked so i create a&amp;nbsp;spell check button for every text box and programmatically create the
Spell Checker, (i'm not aware that i can use one spell checker for more than
one control)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; font-family: arial, sans-serif; color: navy; "&gt;
Here is my code:&amp;nbsp;&lt;o:p&gt;.cs
(  on the&lt;span class="apple-converted-space"&gt;&amp;nbsp;&lt;/span&gt;ItemDataBound
event of the repeater)&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; font-family: arial, sans-serif; color: navy; " /&gt;&lt;/p&gt;&lt;pre&gt;Panel pnl = (Panel)e.Item.FindControl("pnlSpellCheck");
WebSpellChecker wsCheck = new WebSpellChecker { ID = "wsCheck" e.Item.ItemIndex, TargetControlId = txtTextBox.UniqueID, Height = 500, Width = 700, TargetControlIdValue = "value", CssClass = "SpellCheck" };
pnl.Controls.Add(wsCheck);
WebButton btn = (WebButton)pnl.FindControl("btnSpellCheck");
btn.OnClientClick = "CheckSpell('" e.Item.ItemIndex "')";
&lt;/pre&gt;
&lt;p&gt; Javascript:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&lt;pre&gt;function CheckSpell(id) {
var sp = ISGetObject("wsCheck" id);
sp.CheckSpell();
return false;
}&lt;/pre&gt;&lt;/pre&gt;
&lt;p&gt; Markup:
(inside a repeater)&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;asp:Panel id="pnlSpellCheck" runat="server"&amp;gt;
&amp;lt;ISWebDesktop:WebButton ID="btnSpellCheck" runat="server" Height="20px" OnClientClick="CheckSpell"
Text="Spell Check" Width="150px"&amp;gt;
&amp;lt;ButtonStyle&amp;gt;
&amp;lt;Normal CssClass="FPB-Button-N"&amp;gt;
&amp;lt;/Normal&amp;gt;
&amp;lt;Over CssClass="FPB-Button-O"&amp;gt;
&amp;lt;/Over&amp;gt;
&amp;lt;Active CssClass="FPB-Button-A"&amp;gt;
&amp;lt;/Active&amp;gt;
&amp;lt;/ButtonStyle&amp;gt;
&amp;lt;/ISWebDesktop:WebButton&amp;gt;
&amp;lt;/asp:Panel&amp;gt;
&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;I get a javascript popup:&lt;/p&gt;
&lt;p&gt;An error occurred: &lt;/p&gt;
&lt;p&gt;&amp;lt;the page source&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; font-family: arial, sans-serif; color: navy; "&gt;&lt;o:p /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;</description></item></channel></rss>