Search

You searched for the word(s):
< 1 second(s)
  • Re: Security Exception Thrown under .NET 2.0 Medium Trust While Uploading Files/Media

    I am having similar problem.&nbsp; CuteEditor&nbsp;cannot load images from a mapped folder, it either has to be on c: drive or a virtual \path.&nbsp;If I use ImageGalleryPath =&nbsp;''x: or ''\\servername\folder'' I get an error ''cannot map to&nbsp;virtual folder''. So I&nbsp;set up a Virtual Dir that points to my mapped folder (which by the way ...
    Posted to Cute Editor for .NET (Forum) by bbrace on January 16, 2007
  • How to use SharePoint Image Library as source for CuteEditor in Image Selector mode

    I need to use&nbsp;a SharePoint&nbsp;Image Library&nbsp;as a&nbsp;source for images using CuteEditor in Image Selector mode.&nbsp; I have been successful in implementing CuteEditor fired from&nbsp;a lookup button in a custom field type that stores an image URL using a custom control (ascx).&nbsp; I can set ImageGalleryPath to local folder ( = ...
    Posted to Cute Editor for .NET (Forum) by bbrace on January 12, 2007
  • Re: How to set ImageGalleryPath in code

    Works great.&nbsp; thanks for your quick response. &nbsp; By the way can I make the ImageGalleryPath point directly to a SharePoint image library like http://sharepoint/someusersimagelib or do I have to make a Network Connection? &nbsp; I hope I can use the SharePoint URL because I would need to do this for possibly hundreds of different ...
    Posted to Cute Editor for .NET (Forum) by bbrace on January 9, 2007
  • Re: How to set ImageGalleryPath in code

    At what point should I set the ImageGalleryPath variable?.&nbsp; I am restricted to using in-line C# with no code behind so where should I put the line: &nbsp; I tried this but it did not work. &lt;CE:Editor id=''Editor1'' runat=''server'' Width=''400'' Height=''300'' AutoConfigure=''None'' ShowHtmlMode=''False'' ShowPreviewMode=''False'' ...
    Posted to Cute Editor for .NET (Forum) by bbrace on January 9, 2007
  • How to set ImageGalleryPath in code

    I am using the CuteEditor as an Image Selector and I need to set the ImageGalleryPath to something different based on who is logged into the system. &nbsp; I am using the following code: &nbsp; editor1.SetSecurityImageGalleryPath= ''~/someUsersImageFolder''; editor1.ExecCommand('new'); editor1.ExecCommand('ImageGalleryByBrowsing');The ...
    Posted to Cute Editor for .NET (Forum) by bbrace on January 9, 2007