cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

How to load Creo View Express in Extjs Panel

ptc-2064825
1-Newbie

How to load Creo View Express in Extjs Panel

Hi,

We meet a problem to load Creo View Ecpress in Extjs Panel, the following is what we have tried:

  1. Use function ProductView in pvlaunch.js. By this way, only show a blank area in ExtJS’s panel, and the browser has an error message says IE is installing pvvercheck_ie.

The code is as following:

var creoview ="<table border='1' width='50%' height='70%'>"+

"<tr>" +

"<td border='3' width='50%' height='70%'>"+

"<script "+">"+

ProductView('',mediaObject)+

"<"+"/script>"+

"</td>" +

"</tr>" +

"</table>";

2. Use embed tag

Use this way, it can show the full menu of Creo View, but can’t load PVZ illustrate, the error message is can’t find the illustrate through the path, but if set the path to absolute path, it even can’t show the menu of Creo View.

The code is as following:

<div style='font-size:12;z-index:-9999;'>

<embed width='100%' height='92%' src='mediaObject.pvz'/>

<div style='text-align:right'>icn</div>

<br>

<div style='text-align:center'>title</div>;

Above two ways work in IE browser but can’t work in Extjs Panel( Extjs 2.2). Anyone can point why or give us an example on how to let it work in Extjs Panel?

Thanks a lot!

2 REPLIES 2

Hello!

Have you tried to ask about this at the PTC's technical support? You can log a new case, here: http://www.ptc.com/appserver/cs/case/case_logger.jsp

Hi Vladimir, thanks for your reply. I have created a call, but the handler is out of office till next week, so I want to know if someone can help on this.

Top Tags