Search

You searched for the word(s):
Showing page 1 of 7 (65 total posts) < 1 second(s)
  • Re: Control layout (UI editing)

    How can I center the progress bar?
    Posted to Ajax Uploader (Forum) by MITFrog on July 20, 2010
  • Control layout (UI editing)

    The progress bar is left-justified, how can I center it?&nbsp;When a file is ''attached'' (multiple file upload), a remove link is provided, which does remove the file from the temp directory, but I also want to remove the file that I copied into the destination directory, as well as subtract total bytes from the database.&nbsp; How can I trap the ...
    Posted to Ajax Uploader (Forum) by MITFrog on July 14, 2010
  • Control error in Visual Studio & progress bar color

    Some problems I could use some assistance on: 1. When uploading, I see the percent done being displayed, but the progress bar stays white, not green (i.e., I don't see graphical representation of the progress, only the percentage).&nbsp; What do I do to correct this?&nbsp;2. When I open a page in Visual Studio (such as Large-File-Upload.aspx), I ...
    Posted to Ajax Uploader (Forum) by MITFrog on July 13, 2010
  • Re: image editor and no image

    I found the problem.&nbsp; There is a folder in the ImageEditor folder, Temp, that has to be read/write. &nbsp; For whatever reason, the image editor just failed to show the image, rather than giving an error.&nbsp; I created a test to show you the problem and it did give the access error.&nbsp; I don't know why, but it certainly cleared up the ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on February 23, 2009
  • Re: image editor and no image

    I am already doing that: &nbsp; ceContentEditor.SetSecurityFilesGalleryPath(filesPath) ceContentEditor.SetSecurityFlashGalleryPath(filesPath) ceContentEditor.SetSecurityGalleryPath(filesPath) ceContentEditor.SetSecurityImageGalleryPath(filesPath &amp; ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on February 19, 2009
  • image editor and no image

    I set the following: &nbsp; &nbsp;ceContentEditor.SetSecurityImageGalleryPath(filesPath &amp; ''/images'') &nbsp; where ceContentEditor is the ID of Cute Editor.&nbsp; FilesPath is set to the root directory for the files related to this use. &nbsp; We can insert and upload images fine - but if we click on Image Editor, it shows the empty ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on February 13, 2009
  • Re: Drop-down menus display

    It turns out that any attempt to set table margins in stylesheet code will cause this problem.&nbsp; For example, table { margin-left: auto; margin-right: auto; } &nbsp; also causes the problem.&nbsp; However, I did find a solution, and that is to encapsulate each drop-down menu into their own group, as shown below: ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on January 28, 2009
  • Re: Drop-down menus display

    The problem seems to be this code in the stylesheet: &nbsp; div.centered { text-align: center; } div.centered table { margin: 0 auto; text-align: left; } &nbsp; The purpose of this code is to fix a problem with safari, where it does not center stuff correctly.&nbsp; Any thoughts on how to get around this? &nbsp; FYI, test ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on January 16, 2009
  • Re: Drop-down menus display

    Adam: &nbsp; After some tests with examples, it has become clear that using a stylesheet theme and theme for the page is where the trouble comes from.&nbsp; In other words, it works fine until I specify these two items for the page. &nbsp; Below is the stylesheet and theme info.&nbsp; What here is causing the problem? &nbsp; STYLESHEET ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on January 16, 2009
  • Re: Drop-down menus display

    Here is one example... &lt;?xml version=''1.0'' encoding=''utf-8'' ?&gt; &lt;configuration&gt; &lt;codeviewToolbars&gt; &lt;item type=''g_start'' /&gt; &lt;item type=''image'' name=''Print'' /&gt; &lt;item type=''image'' name=''Find'' /&gt; &lt;item type=''image'' name=''ToFullPage'' command=''FullPage'' imagename=''fit'' ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on January 15, 2009
1 2 3 4 5 Next > ... Last ยป