Re: [api-dev] Gap analysis for OpenOffice.org awt toolkit API

2006-07-14 Thread Tom Schindl
Jérémy Bethmont schrieb: For me, one important control is missing : a list with multiple columns! In short a TableControl ;-)but I can only second you. Tom signature.asc Description: OpenPGP digital signature

Re: [api-dev] Gap analysis for OpenOffice.org awt toolkit API

2006-07-14 Thread Laurent Godard
Hi carsten What do you desperately miss (controls, classes, functions)? Which areas need the most work? How do you feel about the naming of interfaces and functions? thanks a lot for your proposal - one control missing is a TREEVIEW control with icons on nodes possibilities and (if

[api-dev] OOo 2.0.3 (Linux Windows), OOoBean, printing does not work when doc loaded with loadFromByteArray()

2006-07-14 Thread Harald Weyhing
Hi all, I still can't print with OOo 2.0.3 using the OOoBean, when documents are loaded via loadFromByteArray(). There is no error message, printing silently fails. A workaround for that is calling storeAsURL(url,null) on the document (which is a com.sun.star.comp.beans.OfficeDocument)

[api-dev] [Announce] Snippet Collection holds more then 100 Snippets

2006-07-14 Thread Tom Schindl
Hi folks, since we started our snippet collection we/you constantly added new snippets and now its time to announce the integration of the ***100ths*** Snippet. Today I've added 31 Snippets provided by students form the University of Vienna with a total amount of 120 Snippets. I want to say a

Re: [api-dev] [Announce] Snippet Collection holds more then 100 Snippets

2006-07-14 Thread Christian Junker
Thanks goes to you Tom, for mantaining and providing thise code snippet base. 2006/7/14, Tom Schindl [EMAIL PROTECTED]: Hi folks, since we started our snippet collection we/you constantly added new snippets and now its time to announce the integration of the ***100ths*** Snippet. Today I've

Re: [api-dev] [Announce] Snippet Collection holds more then 100 Snippets

2006-07-14 Thread Rony G. Flatscher
Tom Schindl wrote: Hi folks, since we started our snippet collection we/you constantly added new snippets and now its time to announce the integration of the ***100ths*** Snippet. Wow, congratulations! Today I've added 31 Snippets provided by students form the University of Vienna with a

Re: [api-dev] [Announce] Snippet Collection holds more then 100 Snippets

2006-07-14 Thread Jürgen Schmidt
Tom Schindl wrote: Hi folks, since we started our snippet collection we/you constantly added new snippets and now its time to announce the integration of the ***100ths*** Snippet. great, really good news. It seems that the snippet page will be more and more accepted and that makes me proud

Re: [api-dev] [Announce] Snippet Collection holds more then 100 Snippets

2006-07-14 Thread Paolo Mantovani
Hi Jürgen, Alle 14:55, venerdì 14 luglio 2006, Jürgen Schmidt ha scritto: [...] Let me say some words on the snippets and what i have in mind with at least the Basic snippets. I would like to see a lot of small snippets which can be categorized and sorted easily. About this I would suggest

[api-dev] Problem with idlc

2006-07-14 Thread bharathy b
Hi i am getting this error from idlc. C:\ProtoToolbar\Code\com\sun\star\demoidlc -C -I(C:\ani\OpenOffice.org2.0_SDK\idl\com\sun\star\uno)/idl XTestFunction1.idl idlc: compile 'XTestFunction1.idl'... cpp:C:\DOCUME~1\bharathy\LOCALS~1\Temp\idli_a00476:1 Could not find include file

Re: [api-dev] Problem with idlc

2006-07-14 Thread Jürgen Schmidt
try simply idlc -C -IC:\ani\OpenOffice.org2.0_SDK\idl XTestFunction1.idl the module part com/sun/star/uno is already used in the include statement Juergen bharathy b wrote: Hi i am getting this error from idlc. C:\ProtoToolbar\Code\com\sun\star\demoidlc -C