Home Forums General XMetaL Discussion Access XMetal Dev. API from inside a web application inside a Explorer ActiveX Reply To: Access XMetal Dev. API from inside a web application inside a Explorer ActiveX

Derek Read

Reply to: Access XMetal Dev. API from inside a web application inside a Explorer ActiveX

Yes. You can instantiate XMetaL Author as a COM object.

Here's a JScript example that might be placed inside a function in an HTML page:
[code]var xmapp = new ActiveXObject(“XMetaL.Application”);
xmapp.Alert(“hello world”);
xmapp = null;[/code]

Reply

Products
Downloads
Support