In my application i need to create a instance of component... using
Officebean with Java Language :)
XMultiComponentFactory cf =
aBean.getOOoConnection().getComponentContext().getServiceManager();
XComponentContext context =
aBean.getOOoConnection().getComponentContext();
System.out.println("look !
"+cf.createInstanceWithContext("com.sun.star.text.TextField.User",context));
but... the call returns NULL... anybody help me ?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]