Search

You searched for the word(s): document
Showing page 127 of 325 (3,244 total posts) < 1 second(s)
  • Re: The process cannot access the file 'xxx' because it is being used by another process.

    Hi Adam,   It is interesting, in that last post I was reading into a byte[].   I was doing the following which still caused that same error...     using (Stream stream = args.OpenStream()) {    Document doc = new Document(stream);    tbRadContent.Html += ...
    Posted to Ajax Uploader (Forum) by msalti on October 1, 2008
  • Re: How do you resize the link/image/document dialogs?

    I changed this line:   ''_linkDialogFeature'',''help:0;status:0;resizable:1;dialogWidth:560px;dialogHeight:300px;'',   with a new height and width and set resizable to 1, but it did not work. Am I doing something wrong?
    Posted to Cute Editor for ASP (Forum) by spokaneweb on March 20, 2008
  • Re: Typing delay with new version 6

    Here are my last observations :   My Web application is a complex web application with alot of JavaScript and a lot of HTML tags in the MAIN TOP window.  The application dynamically create new IFRAMES where it loads for exemle your simple page with only your HTML Editor in it. When i use this page inside my ...
    Posted to Cute Editor for .NET (Forum) by ID3TECH on May 10, 2007
  • Re: What ever happened to version 5.2????

    Guys,   Version 5.2 is out.   This issue is resolved in the version 5.2.   Demo:   Handle pasted text   http://cutesoft.net/asp/editoronpaste.asp   Use CuteEditor as an image selector   http://cutesoft.net/asp/use-CuteEditor-as-image-selector.asp   Output well-formed HTML and ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 5, 2006
  • Re: Problem with CuteEditor and AspxLab Menu

    I notified Aspxlabs of this issue and they foud it to be an issue in your code.  They have provided a workaround for this instance however this issue may pop up again when using other controls.  Please notify me if you are able to come up with a permanent solution.  The detail of the issue are below.   This seems to be a ...
    Posted to Cute Editor for .NET (Forum) by cleite on April 12, 2006
  • Re: Access Denied when deploying

    I use version verison 5.1 with an enterprise license.   Unfortunally, our development environment isn't possible to expose public.   I can reproduce the problem with a simple project. It is the first line in our common javascript file, which setting document.domain to our domain. The problem is that we are needing this in other ...
    Posted to Cute Editor for .NET (Forum) by impedanze on February 3, 2006
  • Re: SaveFile

    actually it has to be...    If request.QueryString(''postback'') <> ''true'' then             'response.write ''NOT ...
    Posted to Cute Editor for ASP (Forum) by kcornwell on August 3, 2005
  • Re: SaveAs and Open dialogs

    Colin,   Inserting your custom buttons   You can find the following code in the examples: addcustombuttons.aspx, addcustombuttons_vb.aspx.   <script runat=''server''> void Page_Load(object sender, System.EventArgs e) {     System.Web.UI.WebControls.Image Image1 = new ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 9, 2004
  • Re: Problem writing Editor XHTML markup to file

    Hi Adam,   My problem is that I can't seem to write the cuteEditor markup to file. As you can see it is executed within a buttonclick event handler. It should work with a blank page that contains only a button control.   The idea is quite simple. I want to take the string of xhtml output from the editor and then write it to disk. I ...
    Posted to Cute Editor for .NET (Forum) by giantsteps on March 18, 2004
  • Re: How can i detect changed text in CE on the clientside?

    I've modified your code. Please try it:   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>  </head>  <body>         <form ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 13, 2008