Search

You searched for the word(s): .net 4.0
Showing page 250 of 1,307 (13,069 total posts) < 1 second(s)
  • Right-click on an image in Safari has different context menu than other browsers

    In Safari (I'm using 5.0.5), if you go to your sample page (http://www.cutesoft.net/example/general.aspx) and right click on either of the two images in the table the context menu comes up, but there is no menu item for ''properties'', like there is in all of the other browsers. Is this menu item intentionally not displayed in Safari for some ...
    Posted to Cute Editor for .NET (Forum) by bshamblen on July 20, 2011
  • Re: How to Hide Cancel all Uploads Button

    Hi adyboy369,  change: function CuteWebUI_AjaxUploader_OnStop()       { var hidden=this;     hidden.internalobject.insertBtn.style.display='''';            }   to function CuteWebUI_AjaxUploader_OnStop()   ...
    Posted to PHP File Uploader (Forum) by Eric on July 4, 2011
  • Re: 'CuteWebUI_AjaxUploader_Initialize' is undefined

    Hi shawndg, Please move the following line to <modules> section and try it again:  <add name=''CuteWebUI.UploadModule'' type=''CuteWebUI.UploadModule,CuteWebUI.AjaxUploader''/> Web.config example:  <configuration>    <system.webServer>      ...
    Posted to Ajax Uploader (Forum) by Eric on June 29, 2011
  • Re: HTTPS and SyntaxHighlighter.css problem.

    Hi Brien,   If you deploy CuteEditor in https://mydomain.com:4444/, it will look like:   <link rel=''stylesheet'' type=''text/css'' href=''https://mydomain.com:4444/CuteSoft_Client/CuteEditor/Load.ashx?type=style&amp;file=SyntaxHighlighter.css'' isprelink=''true''>   If you deploy CuteEditor in https://mydomain.com, ...
    Posted to Cute Editor for .NET (Forum) by Eric on June 19, 2011
  • Re: Disabling Whisper function

    Dear RafalL,   If you want to disable whisper feature,  please open ''CuteSoft_Client\CuteChat\Channel.aspx Change:  <td>          <input type=''checkbox'' id=''checkbox_whisper'' onchange=''SetWhisper(this.checked);'' style='''' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Eric on June 17, 2011
  • Re: License Expired

    Hi thekiwi, Please download the package below. It contains a trial license. Please test this trial license on your site. http://aspuploader.com/download/aspuploader.zip If the trial license works for you. It mean that the license what you are using is not correct. Please contact Karen (Karen@CuteSoft.net), she will create the new ...
    Posted to ASP Uploader (Forum) by Kenneth on June 15, 2011
  • Re: Content pasting from MS 2010 not pasting correctly

    I have also experienced this same issue with pasting from MS Office 2010.  The formatting looses all line breaks and bulletted lists are not formatted correctly. I have pasted an example below. This occurs on our install of version 6.6 as well as on the demo at http://cutesoft.net/example/general.aspx. I have noticed that if I paste ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on June 14, 2011
  • Re: Carriage Return / Line Break with <br>

    Hi EricR, You code like that you are using the asp.net version of editor right? Can you show me your full test html code which you input into CuteEditor? The code above like that can not be test directly. What I mean is <area onmouseover=''Tip('<strong>Headquarters</strong><br/>5555 Pleasentville ...
    Posted to Cute Editor for ASP (Forum) by Kenneth on June 14, 2011
  • Hosting company went out of business

    Ok, i had to borrow money to relocate my services to another company so I can keep working on my projects.  The hosting provider I used went out of business.  My Editor .net license now says that the IP is wrong.  How do I go about replacing my current IP license with a new one?  I cannot find the form to do ...
    Posted to Cute Editor for .NET (Forum) by jglazer63 on June 12, 2011
  • Re: Ajax Uploader - more control over 'Cancel All Uploads' button

    I believe I am all set on #2 above.  It can be done by the following:           function DoCancelAll() {                var uploader = document.getElementById('<%=Uploader1.ClientID %>'); ...
    Posted to Ajax Uploader (Forum) by mchamo on June 10, 2011