Page 1 of 1

Web Resouces not found (missing)

Posted: Thu Mar 07, 2013 12:28 am
by billd
Hi,
I've tried to create a report with a variable requested from user and it displays a form at the top of the report and works fine but the button images are missing (check the attachments).

I've also tried to run StiMvcViewerFx and I get an error: Microsoft JScript runtime error: 'swfobject' is undefined
The highlighted line in the cshtml file(dynamic): swfobject.embedSWF("/WebResource.axd?......
On the displayed page: To view this page ensure that Adobe Flash Player 10.2 or greater is installed.

I've checked the browser. Flash version 11.6.602.171 is installed and Enabled.

The build is 2013.1.1511.0. I had the same issues with the previous build that comes with the installation package.

Thank you,
Bill

Re: Web Resouces not found (missing)

Posted: Thu Mar 07, 2013 6:48 am
by Alex K.
Hello,

We couldn't reproduce this bug.
Can you please send us a sample project which reproduces the issue for analysis.

Thank you.

Re: Web Resouces not found (missing)

Posted: Fri Mar 08, 2013 12:31 am
by billd
Hi Aleksey,
Here is the project.
The other issue is the opacity/transparancy of all drop-down boxes. You can't see the values well. It must be also related to the same problem.
Also, in IE9 the 'All Products' checkbox is not selected on the first run. I've tried to delete cache but it didn't help.

Thank you,
B.

Re: Web Resouces not found (missing)

Posted: Mon Mar 11, 2013 11:25 am
by Alex K.
Hello,

We check your project.
Please place the MvcViewer scripts @Html.Stimulsoft().RenderMvcViewerScripts() to the <head> section in the _Layout.cshtml file.

Thank you.

Re: Web Resouces not found (missing)

Posted: Mon Mar 11, 2013 10:22 pm
by billd
Hi Aleksey,

Thank you for your reply. Moving the script line to the Layout header solved the image not showing problem.

What about the flash issue?

If I run the same project, change code on the cshtml page to display @Html.Stimulsoft().StiMvcViewerFx object and return a StiMvcViewerFx from the controller, I'm still getting the error: 'Microsoft JScript runtime error: 'swfobject' is undefined'. I've tried it in IE9, FF19 and Chrome 25.

Kind Regards,
B.

Re: Web Resouces not found (missing)

Posted: Tue Mar 12, 2013 11:07 am
by HighAley
Hello.

We need some time to prepare an answer for you.

Thank you.

Re: Web Resouces not found (missing)

Posted: Tue Mar 12, 2013 11:01 pm
by billd
Thank you Aleksey.

Sorry for being too pushy. I thought the flash issue slips through the cracks.

I really appriciate your help and fast responses.

Kind Regards,
B.

Re: Web Resouces not found (missing)

Posted: Wed Mar 13, 2013 8:32 am
by Alex K.
Hello,

For MvcViewerFx you need other scripts, for this please place the following code to the <head> section in _Layout.cshtml file
@Html.Stimulsoft().RenderMvcViewerFxScripts()

Thank you.

Re: Web Resouces not found (missing)

Posted: Wed Mar 13, 2013 11:57 pm
by billd
Thanks Aleksey.

It works now.

Kind Regards,
B.

Re: Web Resouces not found (missing)

Posted: Thu Mar 14, 2013 12:10 pm
by Alex K.
Hello,

We are always glad to help you!
Let us know if you need any additional help.

Thank you.