Search

You searched for the word(s):
Showing page 1600 of 1,762 (17,611 total posts) < 1 second(s)
  • Re: Editting an RTF

    Richard,&#160;We don't have a better solution to this yet. Sorry for the inconvenience. You can still use the LoadRTF method. &#160; But CuteEditor won't work as you might expect when loading Word/RTF documents into it. &#160;&lt;script runat=''server''&gt; &#160;void Page_Load(object sender, System.EventArgs e) &#160; { &#160;&#160;&#160;&#160; ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 1, 2005
  • Re: Changing Config

    &gt;&gt; What do i have to do to make the changes active? Please say there is something other than restarting the iis process. Nothing. Just make sure you save the change. &gt;&gt; Please say there is something other than restarting the iis process. You don't need to restart the IIS. &gt;&gt; Another Question: Is there away to progmatically ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 1, 2005
  • Re: Help In converting To Code Behind

    SGS,&#160;You should no make any changes to that file at all.&#160;That file is specially designed for the Cute Chat function.&#160;
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on April 1, 2005
  • Re: You must get this question alot...

    The Developer Team license works&#160;if you have less than 4 developers in your team&#160;install and use the product.&#160;&gt;&gt;Also, if we purchase the Developer Team License, does that mean that we can integrate the editor into any number &gt;&gt;of&#160;websites that we produce henceforth?&#160;That's correct.&#160;Let me know if you have ...
    Posted to Purchase / License FAQ (Forum) by Adam on April 1, 2005
  • Re: Image not visible (does not have absolute path)

    Let&#8217;s try this.1. Click the insert image button. 3.&#160; &#160;&#160;&#160; In the URL field, if the path is relative path (/Uploads/j0262681.jpg, or ../Uploads/j0262681.jpg), after postback, you will get a relative path. &#160;&#160;&#160; In the URL field, if the path is full path (http://cutesoft.net/Uploads/j0262681.jpg), after ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 1, 2005
  • Re: Installation Help Please

    IsRegistered. -- Check the user is a registed user or not. You don't need to write implementation for this method. Cut Chat gets this value from checking the unique name of the current user. If the unique name of the current user is not null, IsRegistered is true; public override string GetUserUniqueName(System.Web.HttpContext ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on April 1, 2005
  • Re: Poor Documentation - Installation Clarification Needed

    http://cutesoft.net/forums/5221/ShowPost.aspx
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on April 1, 2005
  • Re: Installation Help Please

    emerald-db,&#160;It looks like your DataProvider has some problems. Please check this method: public override bool IsAdministrator(string useruniquename) ---&#160;Check the user is an administrator or not. If the Cute Chat detects the current user isn't the admin (IsAdministrator is false), the Cute Chat will return a Access Forbidden ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on April 1, 2005
  • Re: Rmoval of banner and resizing chat window.

    Isaac, 1. Is it possible to remove the banner at the top of the chat window (v1.1) - this is the bit that has the custom banner on the top left and the main advertising banner in the middle of the page? &#160;Please download the developer's guilde from:&#160;http://cutesoft.net/download/CuteChatdeveloperguide.chm In the developer's &#160;guide, ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on April 1, 2005
  • Re: Using a .config file with a custom button

    This is an example: &#160;&#160;&#160;&#160;&#160;&#160;&#160; Dim ctrl As System.Web.UI.WebControls.WebControl &#160;&#160;&#160;&#160;&#160;&#160;&#160; ctrl = Editor1.CreateCommandButton(''MyButton'', ''text.gif'', ''Insert My Custom Text'')&#160;&#160;&#160;&#160;&#160;&#160;&#160; ctrl.Attributes(''onclick'') = ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 1, 2005