Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic FlowChartX in IE (Read 4491 times)
Dick
Guest


FlowChartX in IE
Aug 12th, 2005 at 4:51am
Print Post  
Can FlowChartX run in Internet Explorer using object tag?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: FlowChartX in IE
Reply #1 - Aug 12th, 2005 at 5:06am
Print Post  
Yes, for the Standard edition use the following code:

<OBJECT id="fcx" height="100%" width="100%" classid="CLSID:E3866A1E-48C9-4381-A9E8-82AC3BDDA921" CODEBASE="yourFcCab.CAB#version=3,2,1,0">

Fro Pro edition:

<OBJECT id="fcx" height="100%" width="100%" classid="CLSID:F025BF4E-4081-4c02-86E6-6602AEE846F6" CODEBASE="yourFcCab.CAB#version=3,2,1,0">

I hope that helps.
  Stoyan /MindFusion/
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: FlowChartX in IE
Reply #2 - Aug 12th, 2005 at 6:35am
Print Post  
Some more information on this:

If you use a retail copy of the dll, you must create a license file for flowchart control so it can be loaded in IE. To create such file, use the "License Package Authoring Tool" available for download here:

http://www.microsoft.com/downloads/details.aspx?FamilyID=d2728e89-575e-42e9-a6ff-07d0021e68cc&DisplayLang=en

Once you create the file, you must refer to it from the web page using the IE license manager class id like this:

<OBJECT CLASSID="clsid:5220cb21-c88d-11cf-b347-00aa00a28331">
    <PARAM NAME="LPKPath" VALUE="fcx.lpk">
</OBJECT>

This tag must come before the OBJECT tag that loads the ActiveX control.

The trial version of FlowChartX doesn't require a license key, so it can be loaded without creating LPK files.
  
Back to top
 
IP Logged
 
dick
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Aug 12th, 2005
Re: FlowChartX in IE
Reply #3 - Aug 15th, 2005 at 7:11am
Print Post  
It's helpful, Thanks! Grin
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint