|
To Whoever Can Help,
I still seem to be having a problem with trying to display a simple image on the client with the activex image view control. Everything seems to install properly. I created my own cab file with all of the necessary files stated in the "Files To Be Included With Your Application". I have narrowed my problem down to the Raster object not being initialized or created when I go to load a file in.
alert(LEADRasterView1); <-- Here the alert is [object] on the development machine that works, and the client
alert(LEADRasterView1.Raster); <-- Here the alert is [object] on the development machine that works, but the client shows [undefined]
var code = RasterIO1.BitmapDataPath(LEADRasterView1.Raster, filename1); <--- I get a "Type Mismatch" error.
Any help would be greatly appreciated as I have been trying to get this image view control for some time now.
The files in my cab file are:
Ltrvw14n.ocx Ltrpr14n.dll Ltrio14n.dll ltdis14n.dll ltefx14n.dll ltfil14n.dll ltimg14n.dll lttwn14n.dll lfcmp14n.dll lftif14n.dll lffax14n.dll Ltrvr14n.dll Ltr14n.dll ltkrn14n.dll msvcrt.dll mfc42.dll olepro32.dll
Here is my object definition:
NAME="LEADRasterView1" CLASSID="CLSID:00140708-B1BA-11CE-ABC6-F5B2E79D9E3F" CODEBASE="http://WebServer/Viewer/Resources/LTOCX14N.CAB" ALIGN="baseline" BORDER="0" style="left: 125px; width: 80%; height: 95%; position: relative; top: 29px; z-index: 101;" > LEADRasterView1 is not supported in web browser.
For my lpk file, I am using the one that came with the cd, the ltocx14.lpk
Thanks,
Rich
|