Search

You searched for the word(s):  
Showing page 2414 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: 5-second delay before upload button available

    Terry,   Thanks for the reply but I do not understand.  Are you wanting me to download those files and install them somewhere?  When I just click on them, I see a blank web page and nothing more.    
    Posted to Ajax Uploader (Forum) by Joe Payne on May 19, 2009
  • Re: Confirmation Page after uploads?

    Hi,   For multiple files, you can use OnPreRender event :   int _filecount=0; void Uploader_FileUploaded(object sender, UploaderEventArgs args)    { //process the file.. _filecount++; } void OnPreRender(EventArgs e) { base.OnPreRender(e); if(_filecount>0)Response.Redirect(''thanks.aspx''); }
    Posted to Ajax Uploader (Forum) by cutechat on May 18, 2009
  • problems with sql server

    I've updated to the version 2.0 for .NET, and I've noticed that the number of connections in my sql server increase worryingly. These happens only with the new version of cuteeditor and only with pages that contains a cute editor box, with the back version all works fine. Any ideas?   Thanks.
    Posted to Cute Editor for .NET (Forum) by afr on January 13, 2009
  • Adding Departments/Agents from external Application

    Hi,   i need to add Departments and Agents from my own .Net Web-Application (not from Cute Live Support Admin Web). To insert the records in the tables is no problem, but the list of departments in the support client does not refresh. Do i have to make additional calls to refresh the list?
    Posted to Cute Live Support (Forum) by leini on November 17, 2008
  • Re: Bug with SelectFile.aspx Dialog and IE6

    Vincent,   Please open uteSoft_Client\CuteEditor\Languages\_default.xml and modify the following code:    <resource name=''SelectFileDialogOption''>dialogWidth:600px;dialogHeight:480px;</resource>  <resource name=''SelectImageDialogOption''>dialogWidth:590px;dialogHeight:510px;</resource> 
    Posted to Cute Editor for .NET (Forum) by Adam on November 12, 2008
  • Re: Handling "hard returns" when pasting text

    Thanks for the help. Adding that css did remove the extra line, but I guess that this solution is not an option for me. The users are not comfortable with editing css, and some p elements do need a margin.   Is there a way to convert hard returns to a br element on paste?
    Posted to Cute Editor for .NET (Forum) by mattousai on September 17, 2008
  • Re: cuteeditor.lic file issue

    No, i don't get any error message. CuteEditor.lic file is in our source control and it works fine locally but on the server, it says 'Can't find file CuteEditor.Lic'. so everytime i explicity copy that file to bin folder and then the same file works.   Can you please help me.
    Posted to Cute Editor for .NET (Forum) by Mehek on December 27, 2007
  • Re: Sizing and resizing bugs in the cuteeditor

    for full-window rendering that works - but I need it to resize w/in a container - I have other things on the page. I'm assuming at this point its not possible and have moved on.   Did I see in another post that you guys were working on a ''public'' javascript method for resizing?
    Posted to Cute Editor for .NET (Forum) by mikea on August 30, 2007
  • Re: License Problem

    Hi Ani, How are you..? Any way our problem regarding Cute Editor is solved. u said that even downloading new version the problem is not solving right.. we have to add cute editor dll's once again then it will generate it's own license at that time.   Thanks and Regards, Gnana Prakash Bodireddy.
    Posted to Cute Editor for .NET (Forum) by Gnana on July 31, 2007
  • Re: Private rooms

    y_eyescene,   In Cute chat, all private chat rooms are dynamically created and dynamically deleted (when empty) due to the performance consideration.   For your requirements, I  suggest you create a password protected chat room or hidden chat room.    
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on May 8, 2007