Search

You searched for the word(s):  
Showing page 1357 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: Allow Anonymous Users?

    Hi Adam,   I experimented removing ''$UI_Menu_SetPassword'' and I also get the same error message when entering a chat room or using messenger. It seems trying to remove any menu item this problem happens.   I haven't made any other changes to this file, so the problem must be elsewhere. Are you able to re-create the ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Megabyte on May 24, 2007
  • Re: Login, but don't redirect

    Richard,   FormsAuthentication.RedirectFromLoginPage (String, Boolean)    Redirects an authenticated user back to the originally requested URL or the default URL.  What are you trying to achieve?   If you don't need this, just comment out the above code.    
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on August 16, 2007
  • Re: Frequent disconnects

    mmartinx, I don't think increasing the timeout dalay will help for your situation. Your issue could be an installation issue or configuration issue. If your site online? If so, please send the URL of your site and FTP access to kenneth@cutesoft.net. We will investigate this issue and get back to you.
    Posted to Cute Live Support (Forum) by Adam on December 22, 2011
  • Re: Very strange problem

    1. Please put the mouse cursor over the CuteChat.dll and read the control description.   2. Does this situation happen often?   3. If you are using version 4.0, please check the ''Error'' folder in the root of your application.  If you can find any error log, please send it to Adam@cutesoft.net.
    Posted to Cute Live Support (Forum) by Adam on January 31, 2008
  • Re: hyperlink problem

    funkybox,   You can create a button in the dialog page. When people click this button, you show a new dialog and put your own logic into this new dialog.   In the new dialog, when the user click the ''Ok'' button, you set the URL value of the parent window. it should resolve the problems.  
    Posted to Cute Editor for .NET (Forum) by Adam on January 7, 2008
  • Re: Disable by JS

    Gennaro:Is there a way to disable cute editor by javascript ?   It's possible to hide the editor via JavaScript. But it's impossible to set it readonly via JavaScript.   The correct method to disable editor:   <CE:Editor id=''Editor1'' Readonly=true runat=''server''></CE:Editor>
    Posted to Cute Editor for .NET (Forum) by Adam on December 6, 2007
  • Re: cssClass, autoparse and width issues

    After a bit of playing around today, I think I've found a solution myself.   <%=editorid%> .CuteEditorDropDown Span {width:Auto; font:normal 11px Tahoma;}   Seems to work???? Though not a clue as to why....   Anyway. I'll get our admins to monitor to see if this has any knock on effects elsewhere!
    Posted to Cute Editor for .NET (Forum) by mike.chambers on October 22, 2007
  • Re: image tags and xhtml

    >>Is it possible for the cute editor for asp to include the self closing ''/'' in image tags? Even after manually editing the code in html view, the editor seems to strip out the closing forward slash It should keep the closing forward slash automatically.   Demo: http://cutesoft.net/asp/EnableAll.asp    
    Posted to Cute Editor for ASP (Forum) by Adam on January 28, 2007
  • Re: No Request Files

    I tried both, and neither worked. When I used flash I got the Error   Flash: The Upload Task was Interrupted! io 2038  When I used silverlight, I got the same error as posted earlier  Also, as far as I know, the account from which the uploading is happening from has full trust, and I am not using the ...
    Posted to Ajax Uploader (Forum) by Washogren on December 22, 2009
  • Re: How can i detect changed text in CE on the clientside?

    My editor does have an ID of Editor1 so Editor1.ClientID returns 'CE_ctl00_ContentPlaceHolder1_Editor1_Editor1_ID'   So I've used the script as-is from your example.    by using editor1.getElementsByTagName(''IFrame'').id i managed to find the editor's IFrame id. However using: ...
    Posted to Cute Editor for .NET (Forum) by Luminousc on November 13, 2008