Search

You searched for the word(s): .net 4.0
Showing page 180 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: EditorWysiwygModeCss + Doctype +IE9 = broken editor when saving

    Hi MarceIF, How to update to the latest version 1. Download this package http://www.cutesoft.net/downloads/folders/21904/download.aspx 2. Delete the old dll files  ''CuteEditor.dll'' and ''CuteEditor.ImageEditor.dll'' in the ''bin'' folder and use the new one in the download package. 3. Delete folder ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 19, 2011
  • Re: Clearing Ajax Uploader items

    Hi mchamo, You can try the following code: <%@ Page Language=''C#'' %>    <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''>    <script runat=''server''>    protected void button1_Click(object ...
    Posted to Ajax Uploader (Forum) by Eric on June 28, 2011
  • Re: System.Exception: ChatProvider not initialized

    Hi bindia, Please refer to http://cutesoft.net/live-support/Developer-Guide/scr/DeploymentIntegration.htm step 4 ''b section''. In our example, we add it in method ''Init'' of Global.asax. public override void Init() {     base.Init();     lock(typeof(CuteChat.ChatSystem))    ...
    Posted to Cute Live Support (Forum) by Kenneth on June 9, 2011
  • Re: IE8 / Vista: no refresh after fileupload

    Dear Cassiopeia,   This is a browser cache issue. Basically once someone went to the site once, even if the images in the server changed, the user would still see the original images because the image was cached on their computer. As a web application, Cute Editor doesn't have the permission to clear your local browser ...
    Posted to Cute Editor for PHP (Forum) by Eric on May 31, 2011
  • Re: Multiple websites single chat console

    Dear colsen,   Yes, you can implement this requirement by customization. Please open file ''CuteSoft_Client\CuteChat\SupportRedirect.Aspx'',   <script runat=''server''>   override protected void OnInit(EventArgs args)   {    base.OnInit(args);        //if( ...
    Posted to Cute Live Support (Forum) by Eric on May 10, 2011
  • Re: Customizing the Progress Bar

    Dear chrisluo,   Please refer to the following snippet:   <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on April 20, 2011
  • Re: Joomla Cute Editor Image Upoad not working

    Dear Peter, I have checked your website and can reproduce the issue, please set one temporary directory and try it again.How to set temporary directory?Please follow steps: 1. Please open ''cuteeditor_files\Dialogs\phpuploader\include_phpuploader.php'' 2. search the following line:    function ...
    Posted to Cute Editor for PHP (Forum) by Eric on March 16, 2011
  • Re: Stop reload of queue table after upload

    Dear DamianHartin,    1.  I'm happy for the user to see the list of uploaded files once completed, but I don't want the 'Remove' link to be there.       Please set ShowRemoveButtons to false and try it again:        <CuteWebUI:UploadAttachments InsertText=''Upload Multiple ...
    Posted to Ajax Uploader (Forum) by Eric on March 2, 2011
  • Re: add custom button to run c# code?

    Dear AWilderbeast,   is there a way to add my buttons and functions without initializing them on every page they are required as i want these buttons on ALL pages    You need initialize the customization button in CuteEditor page.   also can i make a custom drop menu that will run c#?     You can create ...
    Posted to Cute Editor for .NET (Forum) by Eric on February 7, 2011
  • Re: Upload won't work

    Dear xynbolis,   You can find the following html code in your page: <script src=''http://cutesoft.net/uploader/resources/Core/GalleryLibrary.js'' charset=''UTF-8'' type=''text/javascript''></script> Failed to load source for: http://www.graphicnet.co.uk/uploader/resources/Core/GalleryLibrary.js This path is incorrect, you ...
    Posted to PHP File Uploader (Forum) by Eric on February 7, 2011