Search

You searched for the word(s):
Showing page 2 of 4 (37 total posts) < 1 second(s)
  • Problems getting text from editor

    Usually I have no problem getting / setting the text of the editor.&nbsp; I'm writing a custom button to switch the ''mode'' of the document from displaying it in cute editor to displaying the document in an HTML page.&nbsp; Here is a snippet of my custom button:protected void Page_Load(object sender, EventArgs e){WebControl ctrl2 = ...
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on September 8, 2006
  • Re: Disappearing cursor

    It does not happen in this page.
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on August 24, 2006
  • Disappearing cursor

    Hi, we are having a problem with the cursor disappearing in the editor.&nbsp; We are using Firefox 1.5.0.6 along with the latest build of the editor.&nbsp; After we load text into the editor and display if on the page we see the cursor for a second and then it disappears.&nbsp; You can still type but you can not see the cursor position.&nbsp; Any ...
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on August 24, 2006
  • Re: new firefox bug, backspace/delete disabled

    Do you have a general idea of when 6.0 will be released?
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on August 14, 2006
  • 42 build errors?

    Hi, I'm getting a very large number of errors when I try to build my website with VS2005.&nbsp; They all seem to be coming from files in the cute editor directory.&nbsp; Here is the error as follows:Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' ...
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on August 3, 2006
  • Re: Can not delete from pre-populated editor

    Is there an approximate date for when 6.0 will be released?
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on August 2, 2006
  • Re: Media problems with Firefox

    I guess I can understand why you would want to do that for Flash, but this problem is regarding other media content like audio and video.&nbsp; Is there any way to turn this feature off?It works fine with Internet Explorer but not with Firefox for some reason.Here are two media sound clips inserted into the editor.&nbsp; They are exactly the same ...
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on July 20, 2006
  • Re: Media problems with Firefox

    Any ideas yet?&nbsp; This is a big problem for us.&nbsp; Thanks!
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on July 18, 2006
  • Media problems with Firefox

    When inserting media in Firefox, there seems to be a problem.&nbsp; The media shows up correctly in the insert popup window.&nbsp; However when it is in the editor itself, it looks like it is inserted as Flash.&nbsp; I have tested this with my own CE config as well as the one on this website and am able to reproduce the problem.&nbsp; I have all ...
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on July 14, 2006
  • Re: Losing quotation marks?

    It turns out everything looked right but there was a small error in the logic.&nbsp; If it helps anyone, when you are using a StreamReader, you need to set it like this:StreamReader sr = new StreamReader(filestreamobj,System.Text.Encoding.Default);If you don't set that property it reads with some other encoding type and tends to mess with ...
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on July 11, 2006