* Zeepe 8.0.0 is on release *
Check out the change notes and new SDK or download the new version.
* Scott Guthrie is ... *
What? Find out here.
Welcome:
Welcome to the Zeepe site - dedicated to all things for Zeepe v8. For ScriptX and Neptune, please visit the main MeadCo Site.
ScriptX 7 can be deployed via Microsoft Windows Installer (MSI) either as part of the Zeepe framework or via its own .MSI script.
ScriptX 7 is functionally identical to ScriptX 6.
To allow for the new install system, ScriptX 7 utilises new class ids and appids for all components, thus enabling the system to exist 'side-by-side' with ScriptX 6 installs.
We strongly recommend that the new HTML element based declaration for ScriptX is used rather than the <object> element
Elements other than the user interface elements (rebar, toolbar etc), can also be used within Internet Explorer if the zeepe: namespace is declared:
If it is known that the (full) Zeepe framework is already installed, the framework includes a namespace object that can be used:
<html xmlns:zeepe> <head> <object id="zbfactory" classid="clsid:6BFE3080-45AC-4649-9780-2A64795981F7"> </object> <?import namespace="zeepe" implementation="#zbfactory" /> <zeepe:scriptx /> <zeepe:window name="ieControl" /> </head>
This is especially useful in a Zeepe Application startup page that will be hyperlinked from an html page displayed in Internet Explorer. Note that there is no cab based installation for the object declared above, and hence no codebase can be given - it must already reside on the client machine by means of the Zeepe framework having been installed.
To uninstall Zeepe, use Control Panel|Add Remove Programs. Locate the entry for the MeadCo Zeepe Framework and use the Remove button. If the MeadCo Setup control has been installed, choose Tools from the Internet Explorer menu, then Internet Options.... From the Temporary Internet files section, choose Settings... and then choose View objects.... Finally, locate the MeadCo Zeepe Setup control, right click on it and select Remove.