Search

You searched for the word(s): dialog
Showing page 104 of 256 (2,552 total posts) < 1 second(s)
  • Re: Context Menu Paste Issue in IE8 on Vista and Windows 7

    I am having problems with this also.  Using your website    http://cutesoft.net/example/general.aspx When I try to paste using the context menu I get a dialog that says/// ''Do you want to allow this webpage to access your Clipboard?'' If I select Allow Access the dialog goes away,and it does not paste the first ...
    Posted to Cute Editor for .NET (Forum) by TAG on June 1, 2011
  • Re: Problem using CE as a seperate Flash/.swf selector

    Sure Ken, here is the display page snippet: <asp:TextBox ID=''ThumbnailTextBox'' runat=''server'' Width=''200px'' MaxLength=''255'' /> <input type=''button'' value=''Flash'' onclick=''callInsertThumbnail()'' id=''ThumbnailButton'' name=''ImageButton'' runat=''server'' /> <asp:RequiredFieldValidator runat=''server'' ...
    Posted to Cute Editor for .NET (Forum) by spencet on December 3, 2010
  • Re: Using StandardDialog

    Hi Terry, Yes all the pages are in the same host(domain). I'm just wondering why when I'm not using the Standard dialog, the upload function works ok. But when I started to use the Standard dialog, the flash, 401 error pops-out?  Is there a difference between the two,when handling the uploads? Actually I've tried to add ...
    Posted to Cute Editor for .NET (Forum) by CIC Web on March 11, 2009
  • Re: Showmodaldialog Exceptions

    We have a primary application which calls a secondary application. The cute soft editor is in the secondary application. The secondary application is opened using a call of ''window.showModalDialog(URL, '''', Param);''.  When it opens in this mode, everything works fine until the more colors dialog is opened, or Ctrl-Z / Ctrl-A is pressed. ...
    Posted to Cute Editor for .NET (Forum) by Kuimov Efim on December 10, 2008
  • Re: Button Tooltips

    Thanks Adam,   I have modifed as suggest but now have another problem. If I modify... <resource name=''ImageGalleryByBrowsing''>My Image Gallery</resource> Now I have two buttons on my tool bar. One tool tip displays ''My Image Gallery'' and the second button (that I have created) shows a tool tip of ''Public Image ...
    Posted to Cute Editor for .NET (Forum) by Domainscanners on September 10, 2007
  • Re: Help file has horizontral scroll bars in IE6/IE7

    Yeah, I tried that. If I change the Title to <title>Cute Editor Menus and Toolbars</title>, what I actually get is:  ''Cute Editor Menus and Toolbars -- Webpage Dialog''.   The words ''-- Webpage Dialog'' are not in the Help file. You are inserting them somehow. I assume this is why you added all the spaces to hide that. ...
    Posted to Cute Editor for .NET (Forum) by BrianO on June 18, 2007
  • Re: Using the element object from javascript

    This is just what I needed.Thanks Adam.Another question:I'm using the DIV tag to put in the editor objects with my own information (last question). I'm using the DIV tag because I want it's behaviour for my objects. I want to be able to move and resize it.When the user selects Properties, the dialog shows the DIV properties (DIV, General, Style ...
    Posted to Cute Editor for .NET (Forum) by lalala on December 8, 2006
  • Re: Could not get the cute editor instance

    ayw123,   Please check this example:   How to create a custom button(client side) which displays a dialog?( C# | VB ) This example demonstrates how easy it can be to add your own client side buttons to the CuteEditor by creating a Cross ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 18, 2006
  • Table Properties Dialog Inconsistent Across Browsers

    When accessing a table's Properties dialog in Firefox, the Table layout dropdown that can be seen in IE is not present. This has been replicated on the demo page.
    Posted to Cute Editor for .NET (Forum) by TimMierz on April 7, 2009
  • Re: Select an image outside of Cute Editor?

    OK, I have solved some of the problems here. In my Javascript, I had not allowed for the fact that Mozilla and Opera open the Insert Image dialog asynchronously, so the code has to loop waiting for the user to select an image. In the sample code that ships with CE 6.0, the setTimeout command is used for this purpose (see below).   However, ...
    Posted to Cute Editor for .NET (Forum) by dotcom on July 11, 2007