Home Search Member List Faq Register Login  
UltimateEditor
MaxCount And default Font notworking

Thread Starter: giriswar   Started: 02-06-2008 8:27 AM   Replies: 5
 Karamasoft Support Forums » General Discussions » UltimateEditor » MaxCount And default Font notworking
 Printable Version    « Previous Thread   Next Thread »
  06 Feb 2008, 8:27 AM
giriswar is not online. Last active: 2/7/2008 7:13:26 AM giriswar

Top 10 Posts
Joined on 10-03-2007
Posts 4
MaxCount And default Font notworking
Hi,

we used Ultimate editor3.0 control,here problem is My Textbox maxcount is 700 and i set default font is arial-11.if i copy text from any browser or notepad maxcount and font working perfect but if i copy text from wordpad ,maxcount is not working  and  count  goes to negative and font also not changed,could you please send me the soultion,it would be helpful.

Giri.

  
  06 Feb 2008, 12:35 PM
Karamasoft is not online. Last active: 9/2/2010 12:02:18 PM Karamasoft

Top 10 Posts
Joined on 09-05-2004
Posts 5,325
Re: MaxCount And default Font notworking
When you say maxcount, are you referring to MaxCharCount or MaxHtmlCount or MaxWordCount? If you send us your sample code and show how you defined your UltimateEditor control in your page, we canb try it in our test environment. When you say it doesn't work with Arial-11, does it work without setting the default font? Thanks.
  
  06 Feb 2008, 11:33 PM
giriswar is not online. Last active: 2/7/2008 7:13:26 AM giriswar

Top 10 Posts
Joined on 10-03-2007
Posts 4
Re: MaxCount And default Font notworking
       UltimateEditor objEditor = new UltimateEditor();
        UltimateSpell objspeller = new UltimateSpell();
        Label label = new Label();
       
        objEditor.ID = "EditorID";
        objspeller.ID = "SpellerID";
        objEditor.MaxCharCount = 150;
        objEditor.DisplayCharCount = true;
        objEditor.UltimateSpell.ID  = "SpellerID";
        //objEditor.CssClass = @"UltimateEditorInclude\Themes\Standard\UltimateEditor.css";
        objEditor.UltimateSpell.AutoCorrect = true;
        objEditor.UltimateSpell.SpellAsYouType = true;
     
        objEditor.Controls.Add(objspeller);
        objEditor.Width = Unit.Percentage(60);
        objEditor.ToolbarsVisible = false;
        objspeller.AutoCorrect = true;
        objspeller.SpellAsYouType = true;
        objspeller.Visible = false;
          
        objEditor.UltimateSpell.ShowSpellButton = true;
       
        phHolder.Controls.Add(objEditor);
        phHolder.Controls.Add(label);
please observe my code,i copied a text from microsoft wordpad,max count not working ,in my example maxcharcount size is 150 but if i copy 300 characters from wordpad it allows and it shown negative ,please send me the solution bit urgent

  
  07 Feb 2008, 1:39 PM
Karamasoft is not online. Last active: 9/2/2010 12:02:18 PM Karamasoft

Top 10 Posts
Joined on 09-05-2004
Posts 5,325
Re: MaxCount And default Font notworking
We fixed this issue. Please try again on live demo on our website. We haven't published the fix yet but we will send you a patch shortly.
  
  11 Aug 2008, 9:32 AM
warrendc is not online. Last active: 10/1/2008 8:20:52 PM warrendc

Top 10 Posts
Joined on 09-26-2006
Posts 10
Re: MaxCount And default Font notworking
Could you please send me the fix as well?
  
  11 Aug 2008, 10:56 AM
Karamasoft is not online. Last active: 9/2/2010 12:02:18 PM Karamasoft

Top 10 Posts
Joined on 09-05-2004
Posts 5,325
Re: MaxCount And default Font notworking
Please download the latest version from our website.
  
 Page 1 of 1 (6 items)
Karamasoft Support Forums » General Discussions » UltimateEditor » MaxCount And default Font notworking

You can add attachments
You can post new topics
You can reply to topics
You can delete your posts
You can edit your posts
You can create polls
You can vote in polls
Forum statistics are enabled
Forum is unmoderated

© 2002-2010 Karamasoft LLC. All rights reserved.