Search

You searched for the word(s): "image editor"'A=0
Showing page 38 of 166 (1,657 total posts) < 1 second(s)
  • Re: default text used in the editor window?????

    <%@ Page Language=''C#'' ContentType=''text/css'' %> <%@ OutputCache Duration=''31536000'' VaryByParam=''None'' Location=''Client'' %> <script runat=''server''> string editorid; protected override void OnInit(EventArgs e) { //do not call base's OnInit , skip the theme bug! //base.OnInit(e); ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 27, 2005
  • Use different image directories for different users

    Hello All,Our developers are having a hard time restricting individual user access to the image directory. For example, each user has their own login and they can use Cute Editor to design some html. We need to restrict the folder that CuteEditor looks in for each user. We need to keep User A's images seperate from User B and User C, ...
    Posted to Cute Editor for .NET (Forum) by rheide on June 30, 2005
  • Re: Root Image Directory in DNN 3

    Hi Adam, Sorry  I missed this one.. The issue still exists in the latest .06 release.  The RootImageDirectoy property doesn't seem to get populated by the PortalSettings call. After stepping through in the debugger, its jumps to the 'ELSE'' branch of the ...
    Posted to Cute Editor for .NET (Forum) by Bunce on March 31, 2005
  • Re: resizing image while uploading

    Amel,   You can upload the images to the server first and use the resize the image site using the CuteEditor online image editor.  With online image editor, you can resize, change dimensions, scale, crop, add text, optimize, rotate, flip, mirror and add watermark.   The CuteEditor also have an autoresize feature.  If ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 29, 2005
  • How to get file id of selected image.

    According to the code below i have to pass the file path to get the file id of the selected image .. public override string GetFileUrl(string filepath) {    filepath=CalcPath(VirtualRoot,filepath);    // try putting your code here...   return downfile+''?fileid=''+GetItemId(filepath); } Now if there ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on March 28, 2005
  • filter images in image filter

    I am using cuteeditor fot .net vrsion 6.0,   In the image editor i want to filter the images which are showing in the image editor. I am saving images in SQL server, but i dont want that all the images in SQL server sould shown in editor. How will i filter it?   Thank you  
    Posted to Cute Editor for .NET (Forum) by sanjayvishu on April 27, 2007
  • Re: Access denied error when attempting to launch Image Editor in CuteEdit 5.0

    Hi Adam,   Everyone is set to Full Control.  It was that way when I reported the issue (e.g. still get that Access Denied error).  As I noted earlier, FileMon doesn't report an Access Denied at the file system level which would indicate that some other problem is occurring (e.g. if it was ACL related on the file system, FileMon ...
    Posted to Cute Editor for .NET (Forum) by jmercker on October 21, 2005
  • Re: Image Editor

    bmd2k1:I think we need a bit more info on how to make this work.....  because if we just try to access this file...we get a Path Null error. check it out at this temp location: https://secure.xtremeagent.com/CuteNET/CuteSoft_Client/CuteEditor/ImageEditor/imageeditorTest.aspx how do we pass the editor the value/path of the ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 29, 2007
  • resizing image while uploading

    Hello !!   Is there possibilities to reconfigure the editor when we upload the image let`s say we have an image 450X450 px and we choose this image in the editor, than we will upload it, I will this picture auto resize from 450X450 to 200X200 so the rest of the image is removed NOT compressed, just as GD library works.   The below is ...
    Posted to Cute Editor for .NET (Forum) by amel on December 27, 2005
  • Re: Sitecore v5

    Andy,   You can find the source code of the examples in the CuteEditor download package.Here is the source code of the adding custom button: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head> <title>ASP and ASP.NET ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 8, 2005
« First ... < Previous 36 37 38 39 40 Next > ... Last »