Search

You searched for the word(s): cutesoft_client
Showing page 14 of 228 (2,278 total posts) < 1 second(s)
  • Re: Capturing the Deleted File

    Dear convertix,   Please open file ''CuteSoft_Client\Gallery\Popup\Default\Code.js'', when you delete photo, it will call the following function: menu.Add(1,GalleryLocalize.CLICK_DELETE,null,ToDelegate(this,function ...
    Posted to ASP.Net Image Gallery (Forum) by Eric on April 1, 2011
  • Re: Adding a custom button to CuteEditor

    Dear Romain,   Jeffery135's solution works fine, you can also try the following snippet: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     ...
    Posted to Cute Editor for .NET (Forum) by Eric on March 2, 2011
  • Re: sign in offline

    Dear tajamal,   Please follow steps: 1. Open ''\CuteSoft_Client\CuteChat\Script\Channel_New.js'' 2. You can find the following lines, it only allows admin set own status to ''offline'', other account cannot set status to offline, if you remove the hightlighted code, all users who enter chat room can change status to ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Eric on February 15, 2011
  • Re: Thumbnails Hide if 1 image

    Hi regrossman, If you mean the thumbnails panel in ''SlideShow'' layout, please try the way below 1. Open file D:\2005\Gallery\CuteSoft_Client\Gallery\Layout\SlideShow\Code.js 2. Find section below in method ''GalleryLayout.prototype.DrawUI=function _GalleryLayout_DrawUI() '' var photos=[];     for(var ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on December 31, 2010
  • Re: Delay time

    Dear iomega55,   Please open file CuteSoft_Client\Gallery\Layout\SlideShow\Code.js, you can find the following ...
    Posted to ASP.Net Image Gallery (Forum) by Eric on November 29, 2010
  • Re: Wrap Buttons

    Dear northerncs,   Please follow steps: 1. open file ''\CuteSoft_Client\CuteEditor\Themes\Office2007\style.css'' 2. search the following line:     #EditorID .CuteEditorToolBarContainer {padding:3px 2px 3px 3px;height:1px;overflow-y:visible;}     Change it to:     #EditorID ...
    Posted to Cute Editor for .NET (Forum) by Eric on November 24, 2010
  • Re: error after upgrading to the 6.6 dll

    Hi oliveg, Please try delete (delete it, do not just replace) ''CuteSoft_Client'' folder and replace it use the new one. If you replace it and does not delete some old files, maybe will cause this issue.  If it still no works for you. Please debug it and post the full error message here. I will check it and get back to you as ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 7, 2010
  • Re: text design

    Hi kjell.ek, The steps below shows you how to change the height of the gray bar 1. Open file ''\CuteSoft_Client\Gallery\Viewer\LightBox\Code.js'' 2. Find section below var th=Math.floor(toolbarheight*tstep/10);  this.toolbar.style.height=th+''px'';  this.frame.style.height=h+th+''px''; 3. Change it ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on November 4, 2010
  • Re: Image Types

    Dear kengelhardt,   We are considering using DotNetGallery.   What images types can be in the file system and produce thumbnail images?   A:    It supports common used image types such as jpg,jpeg,gif,png,bmp.   Also, can just the thumbnail feature be used? We don't need the upload function; we ...
    Posted to ASP.Net Image Gallery (Forum) by Eric on October 22, 2010
  • Re: How can i hideusername from cutechat?

    Dear   Please follow steps: 1. Please open file CuteSoft_Client\CuteChat\Script\NewMessenger.js 2. You can find the following code in line 717:         if((contact.UserName).toLowerCase()!=(contact.DisplayName).toLowerCase())        sb.push(''<div ...
    Posted to Cute Live Support (Forum) by Eric on October 1, 2010
« First ... < Previous 12 13 14 15 16 Next > ... Last »