Printing issue / Installing on server

Last post 12-20-2006, 7:55 PM by LouS. 3 replies.
Sort Posts: Previous Next
  •  12-20-2006, 5:17 PM 25272

    Printing issue / Installing on server

    Having 2 problems with the eval of Cute Editor:
     
    1) Printing
    My manager was under the impression that this control has the capability to print ALL of the data within the control when the page is printed - even if the amount of data in the control is larger than is displayed on the form.   Is this correct?
     
    I have a form with two controls.   Both have more informatoin than can be displayed.   One has the PrintFullWebPage value set to TRUE, the other to False.   Neither prints all of the informatoin stored in the control.   i have tried it with one control set to True and later to false - neither printed all the data.
     
    I have tried expanding the display to show all of the data before printing.   It prints the same way, with a smaller box even though it is displayed larger.
     
    Other than this the control functions properly on the pages.  The selected toolbars work perfectly, everything displays properly. 
     
    At least on my local machine....
     
    2) Running on the server
    I copied my code to our server, and copied the Cutesoft_folder and all its contents to my application directory on the server and at the same level as my applicaiton   (c:\inetpub\wwwroot\mnintranet\portal and c:\inetpub\wwwroot\mnintranet - the application resides in the portal directory).    When I try to instantiate a form with the control on it I get the following message:
     
    Server error in '/' Application.
    SecurityPolicyFile: /cutesoft_client/cuteEditor/Configuration/Security/default.config not found
     
    But the file IS there.   I thought it was in the right place, but I copied one level lower just in case that is where it was looking for the file... but no luck.
     
    The server is 2003, my local machine is XPProSP2.    VS2005, .NET Framework 2.0
     
    Any ideas?    This contol looks great - we'd love to have it running in our intranet... if I can get over these hurdles we're home free!
     
    Thanks in advance for any assistance/ideas you can provide
     
    Lou Syracuse
    Senior Programmer/Analyst
    Merle Norman Cosmetics
    Los Angeles, CA
  •  12-20-2006, 7:38 PM 25276 in reply to 25272

    Re: Printing issue / Installing on server

    1) Printing

    Editor.PrintFullWebPage Property

    By default Cute Editor will print the content in the editing area only. When this property is set to true, Cute Editor will print the whole web page.

    When you set it false, no matter how long the content of editor is, it will print out all the content. 

    When you set it true, the result will be based on the current web page and it also prints the CuteEditor content with the original size.
     
    >>print ALL of the data within the control when the page is printed - even if the amount of data in the control is larger than is displayed on the form.   Is this correct
     
    No, it will not. The result will be based on the current web page and it also prints the CuteEditor content with the original size.
     
     

    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

  •  12-20-2006, 7:41 PM 25277 in reply to 25272

    Re: Printing issue / Installing on server

    2) Running on the server
     
    1. Are you sure the file exists?

    2. If it exists, are you sure ASPNET account has the read permission to access it on the server?
     
     

    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

  •  12-20-2006, 7:55 PM 25278 in reply to 25277

    Re: Printing issue / Installing on server

    Bingo on #2 - I was just writing to tell you that was the problem!
     
    I understand #1 now, thank you for the explaination.   We have an idea on how to make a printer-friendly page using the data from the control.  If that works we're home free!    Will let you know how it turns out.
     
    Thanks again for the help!  Much appreciated.
     
    Lou
View as RSS news feed in XML