Search

You searched for the word(s):
< 1 second(s)
  • Re: Want to use SqlFileStorage Class

    Ok I think I solved it. I have the SQLFileStorage class in vb. Below is the CalcPath function and my changes in red. It seems to have solved the problem when you use a root other than ''/'' &nbsp; Private Function CalcPath(ByVal path As String, ByVal relpath As String) As String path = path.Replace(''\\'', ''/'') If Not ...
    Posted to Cute Editor for .NET (Forum) by bellwa on February 10, 2008
  • Re: Want to use SqlFileStorage Class

    I am having this same problem with the SQLFileStorage. If I don't use the default root ''/'' directory you can't navigate up from lower directories. For example. If I set the root to ''Editor1.SetSecurityGalleryPath(''/test'')'' and then navigate to a directory below this in the InsertImage Dialog, such as ''/test/myimages''/ it works fine. ...
    Posted to Cute Editor for .NET (Forum) by bellwa on February 10, 2008
  • Replacing an Image

    When using the CuteEditor as an image selector, how do I get it to replace the image already in there. The javascript in the example creates a new document when you click a button to open the image browser so if the user cancels image browsing the document is empty. &nbsp; Thanks
    Posted to Cute Editor for .NET (Forum) by bellwa on May 24, 2007