Allways more frustrating...

Last post 03-03-2009, 3:58 AM by marcellus. 4 replies.
Sort Posts: Previous Next
  •  02-26-2009, 5:07 AM 49273

    Allways more frustrating...

    Today I see cutesoft site for seach patch. Don't exists a email service or rss news for this simple information. Any N day is mandatory look directly. Download section, date: 11-07-2008. But now I know the site, this date is not correct. Text "Cute Editor for .NET version 6.3". Wow, a new version! [Usally new patch version don't change the number] Wath is changed? I don't know, perhaps Adam have post a threadh in newsgroup? I don't know...
    I click sub download area. Date : 11-13-2006, ok no problem see tranquil. I look the message "Disable email subscrition"... no a single mail in years... I download new version.
    I open my project, change all files [A single dll with resources is a choiche really difficult to implement?] I test my application. The Image browser don't work. Why? I don't know. I search a version log in zip file, nothing. Wath is changed? I don't know. So, i look properties and I find SetSecurityImageBrowserPath that now is dfifferent between SetSecurityImageGalleryPath. I test it. Now work. And other properties? No references, log, notice, rss, nothing! So, re-test documents, re-test flash, re-test media, re-test templates. And now, SetSecurityMaxImageSize work for Gallery and Browser or only for Gallery? Nothing informations, test test test test test test...
  •  02-26-2009, 7:26 AM 49275 in reply to 49273

    Re: Allways more frustrating...

    I have this problem aswell, I never know when a version is updated, what has changed, what the new version is etc.
     
    Perhaps it is possible to keep a change and releaselog?
  •  03-02-2009, 1:03 PM 49402 in reply to 49273

    Re: Allways more frustrating...

    Hi Adam, no comments?
  •  03-03-2009, 1:42 AM 49423 in reply to 49273

    Re: Allways more frustrating...

    Verdsion 6.3 change log can be found here.
     
    We will post the changes into this thread whenever we change the code.
     
    >>And now, SetSecurityMaxImageSize work for Gallery and Browser or only for Gallery? Nothing informations, test test test test test test...
     
     
     
    In version 6.3, Insert image dialog and image gallery dialog can both point to its own file directory.

    You can modify ImageGalleryPath element and ImageBrowserPath element of the security policy files to meet your own requirements.

    For example:

    <security name ="ImageGalleryPath" >/uploads</security><!-- Image Gallery Dialog -->
    <security name ="ImageBrowserPath" >/uploads</security><!-- Insert Image Dialog -->

    Programmatically specify the Image gallery path

    C# Example:

        //use the app-based path
        Editor1.Setting["security:ImageGalleryPath"]= "~/uploads";
        Editor1.Setting["security:ImageBrowserPath"]= "~/uploads";

    VB Example:

        //use the app-based path    
        Editor1.Setting("security:ImageGalleryPath")= "~/uploads"
        Editor1.Setting("security:ImageBrowserPath")= "~/uploads"


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  03-03-2009, 3:58 AM 49427 in reply to 49423

    Re: Allways more frustrating...

    Thank's very mutch Adam.
    This is good and really important.
    Hi hope you put allways more intruments to menage documentation and change logs.

View as RSS news feed in XML