Search

You searched for the word(s): microsoft
Showing page 44 of 109 (1,088 total posts) < 1 second(s)
  • Re: Highlight certain words with JavaScript

    Sweet! In addition to that, this is what I had to do... On client init,  //Allows for the ATOMICSELECTION Attribute to be used, which selects the element as a single unit //http://msdn.microsoft.com/en-us/library/ms537835(VS.85).aspx document.IDM_ATOMICSELECTION = true;   When the user wants to add a ...
    Posted to Cute Editor for .NET (Forum) by analysis_junky on June 5, 2009
  • Re: Security Exception with Insert Image

    Hi again,i'm back with more. I've talked to the hosting company and all the rights are sets correctly. I've created the CuteEditorTemp folder and added the CuteEditorTempPath key to to web config. The aspnet account has write access.If I open the Insert Image dialog, it comes up fine while the directory is empty. I select a file and upload. The ...
    Posted to Cute Editor for .NET (Forum) by [email protected] on September 19, 2006
  • Re: Samples using Cute Asp

    There is also this file called AddEvent.asp.  Do I need to alter it? <%@ LANGUAGE=VBSCRIPT %><%Option Explicit%> <html> <head> <meta HTTP-EQUIV=''Content-Type'' CONTENT=''text/html; charset=windows-1252''> <meta NAME=''GENERATOR'' CONTENT=''Microsoft FrontPage 6.0''> <meta NAME=''ProgId'' ...
    Posted to Cute Editor for ASP (Forum) by joyb on June 9, 2005
  • Re: Localhost and LIVE host

    Well its already okay.. no probs with it. the...DIR..  C:\Inetpub\wwwroot\SamplePortal\bin   thats where the files are... (CuteSoft.Chat. dll, CuteSoft.ChatService.dll, sampleportal.dll and the .lic files are) i even downloaded ur temp.zip file which contains a new .lic files.. but that cant be the problem.. i have the exact folder ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by phahymn on May 27, 2005
  • Re: Creating multiple editors at run time.....

    Well Microsoft did it's usual bang up job of an example, but I was sucessful in running a loop to create multiple editors.  Thank you very much for the help.    Any pointers on how to adjust the size and position and contain it in a html table?  I'm overjoyed that I've gotten this far, but it still needs to be tweaked.  ...
    Posted to Cute Editor for .NET (Forum) by IronKane on May 15, 2004
  • Re: Unable to select so many files at once. The total file name length cannot exceed 32kb

    When selecting multiple files, the total character limit for the file names depends on the windows API or Mac API. ANSI: 32k limitUnicode: no restriction Details: http://msdn.microsoft.com/en-us/library/ms646927(VS.85).aspx   The following thread also discuss this issue: http://cutesoft.net/forums/thread/46703.aspx   Hope it ...
    Posted to Ajax Uploader (Forum) by Adam on February 23, 2011
  • Re: script error

    yes.  i cleaned my ide of all cuteeditor, download & re-install.  Now the editor rendered ok but when i clicked on the color picker i get:   Microsoft JScript runtime error: 'colorsArray' is undefinedand corresponding error for other buttons.   from a blank webform with just the cuteeditor on it.  Here's my ...
    Posted to Cute Editor for .NET (Forum) by vietvu on February 16, 2006
  • Re: Save Message issue

    Here is an english translation of the previous message:   Hello, We have a problem when we use the javascript function ChatUI.SaveMessages(target). Here is the error encountered on a development local server: Server error in ‘/’ application ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by anne-marie on March 16, 2010
  • Re: Insert Media

    Nadir, This is caused when the data being uploaded is greater than what is specified for AspMaxRequestEntityAllowed. Solution: Open your metabase.xml, which is located in 'c:\Windows\System32\Inetsrv', find the line ''AspMaxRequestEntityAllowed'' and change it to a value to suite your needs. Note: Editing the metabase.xml file requires ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 2, 2006
  • Re: CuteEditor not Using Sylesheet's Font-Size

    EvilMonkey,   There are two ways to control the Text Size in your web page: 1. <FONT> tag You can use the SIZE attribute of the <FONT> tag to state the desired dimension as a value from 1 to 7. These values don't translate to pixels or points or any of the usual text measures, but the type size you're used to seeing on ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 30, 2004
« First ... < Previous 42 43 44 45 46 Next > ... Last »