Search

You searched for the word(s): cutesoft_client
Showing page 140 of 228 (2,278 total posts) < 1 second(s)
  • Re: Uploaded image is too large

    The ratio of your pictures is 1054X704. The editor default max width/height is 1024/768.  <security name=''MaxImageWidth''>1024</security> <security name=''MaxImageHeight''>768</security> So, editor will try to resize the photo size. However for this particular picture, its actual size is compressed. So ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 20, 2010
  • Re: CE doesn't work in updatepanel?

    I use v6.4 in vs2008 vb.net I can easily reproduce the error. Is it a bug of CE? This is the key for us to decide whether go with CE or not. Please help   <%@ Page Language=''VB'' AutoEventWireup=''false'' CodeFile=''Test3.aspx.vb'' Inherits=''Test3'' %> <%@ Register assembly=''System.Web.Extensions, Version=3.5.0.0, ...
    Posted to Cute Editor for .NET (Forum) by wolf11th on March 22, 2010
  • No images displayed

    I downloaded the gallery about 2 weeks ago (< 1 month) and it was working fine.  Now I find that it's not displaying any images on my local dev site.  Even the cutesoft.net demo page doesn't show any images.  I thought that perhaps the demo license I had was expired but with the web site not showing any either I'm not sure that's ...
    Posted to ASP.Net Image Gallery (Forum) by ridgeback on March 6, 2010
  • Re: Make Template window too small and not resizable

    Mika: Windows opening inside ''Make Template'' don't fit, making some of the controls in the inner windows invisible (image below). These are usually insert functions, like ''Downloadable files''.  It is also impossible to resize the Make template window.   Tested with Chrome, FF3 and ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 17, 2010
  • ResizeMode="AutoAdjust" not working

    Hi,   I have declared my editor control as below.   <CE:Editor ID=''editor'' BreakElement=''Br'' ConfigurationPath=''~/CuteSoft_Client/CuteEditor/Configuration/htmlButton.config''runat=''server'' EnableClientScript=''true'' EnableStripScriptTags=''false'' EnableStripLinkTagsCodeInjection=''false'' ShowEditMode=''false'' ...
    Posted to Cute Editor for .NET (Forum) by lakumlalit on November 3, 2009
  • Javascript Not Working in Firefox

    I built my own CuteEditor hyperlink insertion feature (for various reasons).  Here is what happens...   1.  You click on an ASP/VB.Net ImageButton that opens an AJAX modal popup. 2.  You input the hyperlink's display text and URL into the modal popup then click an ASP/VB.Net button. 3.  A Javascript is invoked that ...
    Posted to Cute Editor for .NET (Forum) by MDCragg on October 31, 2009
  • upload files error

    hi i have problem with uploading   when im tring to upload image to the folder it throw error befor browse window is opend onload=''this.style.display=&quot;none&quot; ; CuteEditor_AjaxUploader_Initialize(this.id);'' onerror=''this.onload()'' how can i check what happen in editor? in this error there is also the ...
    Posted to Cute Editor for .NET (Forum) by roy.dan.7 on July 7, 2009
  • CuteEditor 6.4 and xhtml....

    any chace that you are going to make the editor xhtml compliant?   I have issues in ff where the parser reports errors....   <link type=''text/css'' rel=''stylesheet'' href='/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css' />   all that needs to change is the & to ...
    Posted to Cute Editor for .NET (Forum) by mike.chambers on June 11, 2009
  • Javascript Errors in v 6.4

    Hi,   I have a CMS and I'm trying to upgread from 5.3 to 6.4, I managed to connect the editor to the database and i change all of the (bin, CuteSoft_Client\CuteEditor , web.config) files and the editor loaded fine but I have some javascript errors ..   I'm using a pop up window in my project to send notes to the users, and in that ...
    Posted to Cute Editor for .NET (Forum) by maowidat on June 11, 2009
  • Re: Custom Action on Double Click Event

    Jason,   You can overwrite the double click event. But it will impact many things of Cute Editor. I don't suggest you do this.   Here are my suggestions:   1. How to disable tag.aspx dialog when double clicking on images?   Please open the following file: CuteSoft_Client\CuteEditor\Dialogs\tag.config   And ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 1, 2009