Hi ALL,
I have a serious problem.
I try to open a Calc file in this way

XComponent comp=
xComponentLoader.loadComponentFromURL("path_file.ods","_default",FrameSearchFlag.AUTO,new
PropertyValue[0]);

I try to open a new view subsequently

PropertyValue[] props = new PropertyValue[1];
props[0] = new PropertyValue();
props[0].Name = "OpenNewView";
props[0].Value = new Boolean(true);
comp=
xcl.loadComponentFromURL("path_file.ods","_default",FrameSearchFlag.AUTO,props);

Howevere the calc document does not have two view.

Why is the document  loaded twice instead?
Does somebody know the why?
I have already asked about this question but I don't have riceived a
clear answer.

(P.S. if I click on window -> new window menus, within the Calc file,
the view is always opened)

Thank you ALL.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to