Re: [dev] Open New View

2006-02-02 Thread Mathias Bauer
Vincenzo Giuliano wrote: > Hi ALL, > I have a problem. > > I loaded a Writer Document in this way > > > > PropertyValue [] props = new PropertyValue[1]; >props[0] = new PropertyValue(); >props[0].Name = "OpenNewView"; >props[0].Value = new Boolean(true); > > xCompLoad.

[dev] Open New View

2006-02-02 Thread Vincenzo Giuliano
Hi ALL, I have a problem. I loaded a Writer Document in this way PropertyValue [] props = new PropertyValue[1]; props[0] = new PropertyValue(); props[0].Name = "OpenNewView"; props[0].Value = new Boolean(true); xCompLoad.loadComponentFromURL("path_MYFILE_WRITER","_default",F