Search

You searched for the word(s):
Showing page 1 of 3 (23 total posts) < 1 second(s)
  • Re: Host migration invalidates license -BREAKS SITE [nice]

    Your diagnosis was correct. In moving the site to the new host the valid license was inadvertently overwritten by the trial license. The latter has now been deleted, shredded and cast into the wilderness. It's reassuring to know that a server change does not invalidate the license. Thanks
    Posted to Cute Live Support (Forum) by GDB on April 13, 2009
  • Good product but support is a little slow

    We changed hosts and the CuteSoft license file was inadvertently overwritten by the trial version. It appeared to us as if the license did not transfer to another host. The error broke the site. It took almost eight hours to get a response to a trouble ticket. .
    Posted to Cute Editor for ASP (Forum) by GDB on April 10, 2009
  • Host migration invalidates license -BREAKS SITE [nice]

    We migrated a site to a new server - same domain name. Any attempt to open a page that uses your product produces the error: The License for Editor is not valid. You are using a trial license and the trial period has expire. &nbsp;And how to fix please?
    Posted to Cute Live Support (Forum) by GDB on April 10, 2009
  • Re: Required Field Validator in DetailsView

    For some odd reason the validator example doesn't work in my DetailView. It isn't a major issue; I catch it in code behind.
    Posted to Cute Editor for .NET (Forum) by GDB on July 7, 2008
  • Re: EditorOnPaste property

    I looked at the code in editor-onpaste.aspx. &nbsp; I added the following code but the result is the same: none of the Word markup is removed and the item is no longer editable. &nbsp; Editor newsEditor = ((Editor)NewsView.FindControl(''CeNews'')); newsEditor.EditorOnPaste = PasteBehavior.PasteWord;
    Posted to Cute Editor for .NET (Forum) by GDB on July 7, 2008
  • EditorOnPaste property

    What does EditorOnPaste do? Whether I set it to EditorOnPaste = ''PasteWord'' or EditorOnPaste = ''PasteText'' the result if a user pastes from a Word document directly into the editor is that I get all the Word garbage. Is there a setting that will allow the user to paste directly from a Word document that will strip out all the Word ...
    Posted to Cute Editor for .NET (Forum) by GDB on July 7, 2008
  • Word/Character input limit

    is there an example of the code necessary to limit the length of the text entered in the editor?
    Posted to Cute Editor for .NET (Forum) by GDB on July 7, 2008
  • Required Field Validator in DetailsView

    Is anyone doing this? I tried but not only does the validator not fire but the submit button gets killed.
    Posted to Cute Editor for .NET (Forum) by GDB on July 6, 2008
  • Re: Unwanted <p> tags

    Here's some code for getting rid of the unwanted IE &lt;p&gt; tags. It's a bit of a pain but, in my case, necessary. In this example the ''Name'' string is coming from an Editor control in a details view: &nbsp; string name_p2 = ((Editor)EventView.FindControl(''CeName'')).Text; // Clean the unwanted &lt;p&gt;&lt;/p&gt; tags that IE ...
    Posted to Cute Editor for .NET (Forum) by GDB on July 4, 2008
  • Re: Unwanted <p> tags

    This is an example of some obvious browser compatibility bugs. Will they be fixed? &nbsp; Here's a comparison of how the two browsers handle Cute entries. Versions IE 7 and Firefox 3 &nbsp; TEST ONE:&nbsp; BreakElement=''P'' &nbsp; IE encloses each line in opening and closing &lt;p&gt; tags Firefox does the same &nbsp; TEST TWO&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by GDB on July 4, 2008
1 2 3 Next >