Search

You searched for the word(s):  
Showing page 2385 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: (File dialog has been blocked) while trying to Upload files

    Our problem is that we have a scroll bar on the page where the popup is. Try this. Add a html table with height>100% to your code above and test it again. try scrolling the page up and down and test the control. Add a table after your form tag: <table cellpadding=''0'' cellspacing=''0'' style=''height: 120%''>.... anything here ...
    Posted to Ajax Uploader (Forum) by luci on September 1, 2009
  • Re: Display same contact list for all users

    >>Right now, I assume the program queries CuteChatRelation and returns everyone who is in a ''FRIEND'' Relationship Type. Instead, I want to make it return all users.   Yes.   >>Instead, I am looking to change the query that populates a user's contact list.   What kind of changes do you want to make? Can you give ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on July 23, 2007
  • Re: Strange error after taking the focus out of the CuteEditor

    Please use the following javascript API to set the focus to the editor.   FocusDocument() This method is used for setting input focus to CuteEditor Example: // get the cute editor instance var ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 18, 2008
  • Re: Upgrading to 5.1 version

    Adam,   I had the problem with my code the one is working perfectly with version 5 and then I installed all in a new directory and I have the problem with the samples (e.g. fullscreen.asp) so I haven't changed any line in the code included in the zip I downloaded.   David  
    Posted to Cute Editor for ASP (Forum) by darias on March 20, 2006
  • Re: Custom Embed Object

    I feel that this answer is incomplete, and doesnt address what I asked.   After I click on the 'Properties' menu what do i do? There is no embed option for selected text.   Also my main question was if i could have access to a file select screen. E.g. when you go to insert an image it brings up a window that you can select a file to ...
    Posted to Cute Editor for ASP (Forum) by Gerudo on January 5, 2011
  • Re: Timeouts on Large Files

    When using the ASP.NET file upload control, I get the standard ''Internet Explorer cannot display the webpage'' error, and it gives a list of possible issues to look into. I already know the server is terminating the connection, though. I added the trust level to my web.config, but that didn't help. I need to check with my network team ...
    Posted to Ajax Uploader (Forum) by ASMR on August 3, 2010
  • Re: Html changing issue.

    But HTML changes within the cute editor,   Let me write in more detail –   When we paste any HTML in cute editor, (in HTML mode) Now if we switch to Normal mode and again back to HTML mode,   We see that HTML is changing, or re ordering, we don’t want that to happen, Is there any way to stop that?
    Posted to Cute Editor for .NET (Forum) by gurpreet on June 29, 2010
  • Re: Urgent issue: Customize dropdown stops working after update

    Adam,   I think something is changed by accident, because I still can reproduce the problem with your updated online sample. Open that page, go to the first editor, select the option ''Green Bold Text'' in the richDropdownbox ''CssClass''. You will see that nothing will be added to the editor. The same code works before we upgrade from ...
    Posted to Cute Editor for .NET (Forum) by Global-e on March 19, 2009
  • Re: Image upload doesn't work - File format not allowed

    1. Please check this article:   Restricting Document Files by Extensions and Types  And add the following code to the security file: <item>.tif</item>   2.    Please open Include_Mimetype.php  And change ''.tif'' => ''image/tif'', To: ''.tif'' => ''image/tiff'',  
    Posted to Cute Editor for PHP (Forum) by Adam on March 12, 2009
  • Re: API issues / PasteHtml aka insert HTML

    Adam,   It also appears that in Mozilla and IE that you are unable to select divs that do not have a width set explicitedly - aka width: auto; not allwoed to be selected. width:500px; or width:100%; works fine   would love to be able to select divs (and maybe this bug occurs for other objects too without a width assigned) that have ...
    Posted to Cute Editor for .NET (Forum) by oompah on February 10, 2009