Search

You searched for the word(s): .net 4.0
Showing page 259 of 1,307 (13,069 total posts) < 1 second(s)
  • Help with license

    I just purchased Cute editor for DNN 6.6 from Snowcovered.   The download says Nukeedit 5 and I'm still running DNN 4.9   I'm getting this error message:   A critical error has occurred. The License for Editor is not valid. You are using a trial license and the trial period has expired. If you would like to ...
    Posted to Cute Editor for .NET (Forum) by smerle on August 9, 2010
  • Re: Error when upload the image file to database

    Hi the error is reported by our user, we cannot repeat the same error. checked the database found the most of upload files cut off at 65536 bytes and the Uploader_FileUploaded event have not been fired yet. looked around the forum, we found one similar issue, http://cutesoft.net/forums/thread/47795.aspx.   so we changed the uploadtype ...
    Posted to Ajax Uploader (Forum) by hongMel on August 4, 2010
  • Re: Absolute URL links for media

    Please follow steps: 1. Open http://phphtmledit.com/EnableAll.php 2. Click button ''Insert Image'' and insert one image 3. Click button ''Insert Media'' and insert one media 4. Switch to ''HTML'', you will find the following html code: <div><img border=''0'' alt='''' src=''http://cutesoft.net/uploads/Cindy_Crawford.jpg'' ...
    Posted to Cute Editor for PHP (Forum) by Eric on August 4, 2010
  • Re: capture mode button

    oto,   Please use the CuteEditor_OnCommand method.   Demo:   http://cutesoft.net/example/JavaScript-API.aspx   CuteEditor_OnCommand This event is invoked when the command button is clicked. Example: function CuteEditor_OnCommand(editor,command,ui,value)  {     //handle the ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 3, 2010
  • Re: Intermittent problem with temporary file directory not being available

    Hi,   when you use load balancing and get ''Unable to find the uploaded file in directory: E:\....\UploaderTemp '',   you need configure a shared file server to store the temp files.   set the TempDirecotory=\\sharedserver\tempfolder   if you get security issue, fill username/password into web.config   <add ...
    Posted to Ajax Uploader (Forum) by cutechat on August 2, 2010
  • Re: Remove div tags

    With Cute Editor, you can defines what happens when the ''enter'' key is pressed in the editor in the BreakElement enumeration.This enumeration has three values: Div, Br and P.  You can add one of the following two lines and have a test:      Editor1.BreakElement  = ...
    Posted to Cute Editor for .NET (Forum) by Eric on July 26, 2010
  • cursor problem

    Hi, I have this wierd problem which I don't know how to discribe exactlyWhen I use FireFox and past this text in the HTML version op the ...
    Posted to Cute Editor for .NET (Forum) by pbwbart on July 21, 2010
  • Re: The area you are attempting to access is forbidden when launching image gallery

    This message is thrown from ''cuteeditor_files/Dialogs/browse_Img_gallery.php'',  you can find the following code:   if(str_contains($current_Path, $ImageGalleryPath))  {  }  else  {    print ''The area you are attempting to access is forbidden'';    exit();  }   Please ...
    Posted to Cute Editor for PHP (Forum) by Eric on July 19, 2010
  • Want to check for operator client and user client in global.asax

     I wanted to check the operator client and user client in global.asax so when i debug in asp.net code i saw it hit ''GetLogonIdentity()'' function in global.asax but not able to write the condition so that i can check which one is from operator client and which one is user client so can you plz tell me what would be the reference gunction for ...
    Posted to Cute Live Support (Forum) by vitt on July 15, 2010
  • Re: Saving a file

    Hi jlclavijo,   1. How to load the aspx file into editor   Editor1.LoadFile(''~/Default.aspx'')   If you need to edit aspx file, I suggest you do the below setting       <CE:Editor ID=''Editor1'' runat=''server'' EditCompleteDocument=''true'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 6, 2010