Image Insert - Interations through directories take too long.

Last post 06-24-2008, 12:12 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  06-20-2008, 5:21 PM 41611

    Image Insert - Interations through directories take too long.

    I am having a problem with the "Image Insert" portion of the Cute Editor control.  The code for Cute Editor is iterating through all the directories the first time through so it takes a long time to load up all the images in my directories.  Is there a work around or did Cute Editor fix there code so it only interates through the current directory or one directory at a time.  As the user selects a new directory, the control should interate through that next directory and so on.
     
    Ed
  •  06-24-2008, 12:12 AM 41666 in reply to 41611

    Re: Image Insert - Interations through directories take too long.

    Ed,

    Please open CuteSoft_Client\CuteEditor\Themes\Office2007\style.css and modify the following code:
     
    #EditorID .CuteEditorFrame {width:100%;height:100%;padding:0;margin:0;border-top: #7E9DB9 1px solid!important;border-bottom: #7E9DB9 1px solid!important;border-left: #ffffff 0 solid!important;border-right: #ffffff 0 solid!important;}
     
    to:
     
    #EditorID .CuteEditorFrame {width:100%;height:100%;padding:10px;margin:0;border-top: #7E9DB9 1px solid!important;border-bottom: #7E9DB9 1px solid!important;border-left: #ffffff 0 solid!important;border-right: #ffffff 0 solid!important;}

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML