Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi,
We meet a problem to load Creo View Ecpress in Extjs Panel, the following is what we have tried:
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!
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.