Re: [api-dev] XTypeDescriptionEnumerationAccess.createTypeDescriptionEnumeration() ( (Re: [api-dev] Almost there? (Re:

2005-08-23 Thread Rony G. Flatscher
Hi Jürgen, i haven't tested your Java program but i have tested it in Basic and it works as expected have you had a chance to test it in the meantime (as mentioned, it doesn't work with INFINITE either)? If so, would you qualify this a bug that should get checked into the bug database?

Re: [api-dev] XTypeDescriptionEnumerationAccess.createTypeDescriptionEnumeration() ( (Re: [api-dev] Almost there? (Re:

2005-08-23 Thread Jürgen Schmidt
Hi Rony, Rony G. Flatscher wrote: Hi Jürgen, i haven't tested your Java program but i have tested it in Basic and it works as expected have you had a chance to test it in the meantime (as mentioned, it doesn't work with INFINITE either)? If so, would you qualify this a bug that should

Re: [api-dev] XTypeDescriptionEnumerationAccess.createTypeDescriptionEnumeration() ( (Re: [api-dev] Almost there? (Re:

2005-08-23 Thread Rony G. Flatscher
Hi Jürgen, have you had a chance to test it in the meantime (as mentioned, it doesn't work with INFINITE either)? If so, would you qualify this a bug that should get checked into the bug database? i have slighty modified your example to make use of the simple bootstrap feature. Everything

Re: [api-dev] XTypeDescriptionEnumerationAccess.createTypeDescriptionEnumeration() ( (Re: [api-dev] Almost there? (Re:

2005-08-23 Thread Jürgen Schmidt
Hi Rony, Rony G. Flatscher wrote: Hi Jürgen, have you had a chance to test it in the meantime (as mentioned, it doesn't work with INFINITE either)? If so, would you qualify this a bug that should get checked into the bug database? i have slighty modified your example to make use of the

Re: [api-dev] XTypeDescriptionEnumerationAccess.createTypeDescriptionEnumeration() ( (Re: [api-dev] Almost there? (Re:

2005-08-23 Thread Jürgen Schmidt
Rony G. Flatscher wrote: Hi Jürgen, strange that it doesn't work with 1.1.4, i will check it. you are right it won't work in 1.1.4 but i haven't investigated deeper in the problem ;-) - fixed with OO2.0 Juergen Thank you! The program doesn't exit because of garbage collected objects

Re: [api-dev] XTypeDescriptionEnumerationAccess.createTypeDescriptionEnumeration() ( (Re: [api-dev] Almost there? (Re:

2005-08-23 Thread Rony G. Flatscher
Hi Jürgen, you are right it won't work in 1.1.4 but i haven't investigated deeper in the problem ;-) - fixed with OO2.0 O.K., again thank you *very* much for your kind efforts and infos, it really helps a lot! [Will use theTypeDescriptionManager.getByHierarchicalName( typeName ) wherever

Re: [api-dev] XTypeDescriptionEnumerationAccess.createTypeDescriptionEnumeration() ( (Re: [api-dev] Almost there? (Re:

2005-08-10 Thread Rony G. Flatscher
Hi Jürgen, public class TestTDEnum { static String unoURL=null; static XComponentContext context=null; static XUnoUrlResolverxuur=null; static XNamingService xns=null; static XMultiComponentFactory xmcf=null; static XComponentContext

Re: [api-dev] XTypeDescriptionEnumerationAccess.createTypeDescriptionEnumeration() ( (Re: [api-dev] Almost there? (Re:

2005-08-10 Thread Jürgen Schmidt
Hi Rony, i haven't tested your Java program but i have tested it in Basic and it works as expected sub Main servicemgr = getProcessServiceManager() tdmgr = servicemgr.DefaultContext.getValueByName(/singletons/com.sun.star.reflection.theTypeDescriptionManager) Dim types(1) types(0)=

[api-dev] XTypeDescriptionEnumerationAccess.createTypeDescriptionEnumeration() ( (Re: [api-dev] Almost there? (Re:

2005-08-09 Thread Rony G. Flatscher
Hi Jürgen, thank you for your feedback. It has clarified some things for me, but also one point is still up: XTypeDescriptionEnumerationAccess .createTypeDescriptionEnumeration() seems not to work as announced in the docs: the enumeration can be restricted if one supplies a sequence of