Hi Daniel,
OOo ActiveX control was designed to be a fullwindow viewer embedded in
MSIE browser. It was not designed to be used in HTML composition, thus
not all features are supported. You can try to submit an issue regarding
the problem, but I am in doubt that there will be resources to support
this area.
Regards,
Mikhail.
Daniel Lucazeau wrote:
> Orvault/Nantes, le 06/05/2005
>
> Hello,
>
> If all occurs well as long as I use it in masked by the creation
> of an object (1) anything does not go any more when I want to
> use it within page HTML (2).
>
> (1) I use services UNO via JavaScript (*), I can create my
> worksheet, feed it, save it and export it in Excel (It still
> should be done, everyone does not use OOo).
>
> (2) I want to show the sheet thus created in page HTML of my
> application, those functions by tabs which use <div> with styles
> CSS. All the div function well and whatever the contents of the
> pure HTML, the SVG or other ActiveX except that containing the tag
> <object> (**) of declaration of OOo, OOo remain _always_ in the
> foreground that the div is ?visible? or ?hidden?.
>
> The others are masked well at will that the attribute of
> visibility is on the div or object.
>
> Incomprehensible, and very unpleasant. I think of having made a
> bad choice. More especially as the programming of OOo declared by
> <object> is almost impossible : I did not find anything on the
> subject and I spent a few hours to excavate the Net, the forums of
> OOo and others.
>
> I know well that OOo is in the world of the open-source and not
> ActiveX, but this ActiveX d'OOo is largely proposed in the page of
> these new functionalities !
>
> Is there a solution to this problem ?
>
> (*) Largely inspired of the book of B. Marcelly and L. Godard
> OOoSM = new ActiveXObject("Com.sun.star.ServiceManager");
> OOoDT = OOoSM.createInstance("Com.sun.star.frame.Desktop");
>
> (**) <div id="inlineOOO" style="visibility: hidden; width: 100%; height:
> 600">
> <object MAYSCRIPT
> classid="clsid:67F2A879-82D5-4A6D-8CC5-FFB3C114B69D"
> width="100%" height="100%" id="ajorolapOOO" hspace="0">
> <PARAM NAME="src" VALUE= "file:///c:/testOOo.sxc">
> <PARAM NAME="readonly" VALUE="false">
> </object>
> </div>
>
> Translated with systran
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]