Skip to main content
1-Visitor
March 4, 2012
Question

How to load Creo View Express in Extjs Panel

  • March 4, 2012
  • 1 reply
  • 2628 views

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!

1 reply

24-Ruby III
March 6, 2012

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

1-Visitor
March 6, 2012

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.