1

Topic: Integrating MCE Image Manager in a web application VS2010

Hi ,
I just bought the product, and I don't find a good and working tutorial for the integration in a web application.
I used a lot of plugin but never had so many problems.

I suppose, that exists wonderful instructions on how to install, configure , integrate the plug-in in a simple .NET web application.

Please I need help, I have to delivery a project and this is going to slow me down.

Best regards.
Stefano D'Amico

2

Re: Integrating MCE Image Manager in a web application VS2010

http://www.tinymce.com/wiki.php/MCImage … stallation

What part of this did not work (.NET)?

Afraithe
TinyMCE Developer
Moxiecode Systems

3

Re: Integrating MCE Image Manager in a web application VS2010

Hi,
I followed all instructions, and when I compiled the projects, I had severals errors.
So I started to work resolving them.
I exclude all the "src" directory. After that I continued to have errors, it was because of the theme that I'm using for my application.
So, I added the Head tag with runat="server" in every aspx page of your product.
Finally I compiled correctly.

The problems continues, because now when I open the insertimage plugin from the tiny editor, it opens a window, in which the translation is not working, and on the left
{#panel.folders}
{#common.loading}
I see a loader gif animation that don't stop.


I hope that I'll resolve the problems soon, because I need to delivery my project.

Regards.
OaicStef

4

Re: Integrating MCE Image Manager in a web application VS2010

Hi everyone,
finally I get working the plugin in a web application developed with ASP .NET 4.
To do that I followed these steps:
1) Follow the instructions in this web site: http://www.tinymce.com/wiki.php/MCImageManager:Installation
2) Exclude from the application project the "src" directory.
3) Due to the fact that my web application is configured with a theme and stylesheet I had to modify every file .aspx contained in the PlugIn adding the follow line on the page declaration (<%Page ...):
             Theme="" EnableTheming="false"  StylesheetTheme="" %>

I hope that this will be usefull to someone.

Now I'm having another problem trying to change the plugin language to spanish, when I change the general.language attribute to "es", and add the file es.xml on the path "language/im/", at runtime I receive the error="Input string was not in a correct format".
Can someone help me, please?

Best regards.
OaicStef

5

Re: Integrating MCE Image Manager in a web application VS2010

Yes you should not compile MCImageManager/MCFileManager with your project.

Is the XML file complete? If you load it up in internet explorer, does it parse correctly as an XML?

Afraithe
TinyMCE Developer
Moxiecode Systems