Re: [dev] Programmatic control of Toolbar Items: ComboBox possible?

2005-09-21 Thread Matthias Benkmann
Does this mailing list discard attachments or am I having a problem with GMail? Someone told me that my attachment has not arrived on the list. So here is the code again inline: public XWindow createItemWindow(XWindow xWindow) { // xMSF is set by initialize(Object[]) try {

[dev] style:rel-column-width

2005-09-21 Thread Matthew L. Avizinis
Additionally, not as important but, is there any way to not have them in a document at all? They really through me for a loop... thanks again. Greetz, How is the value of table-column-properties attribute style:rel-column-width derived/calculated? There is typically a four or five digit numb

[dev] style:rel-column-width

2005-09-21 Thread Matthew L. Avizinis
Greetz, How is the value of table-column-properties attribute style:rel-column-width derived/calculated? There is typically a four or five digit number followed by *, e.g. 9430*. It seems like a very odd little property and causes the column widths to not have the values you'd expect them to

Re: [dev] How to pass arguments to initialize the object remotely

2005-09-21 Thread Kay Ramme - Sun Germany - Hamburg
Hi Sunil, Sunil Todi wrote: Hello All, I have a small problem. I want to pass the argument(s) remotely to initialize the object using the resolve() method from the client. But it seems there is no way to pass the arguments through resolve() method. So is there any workaround to this? The same t

Re: [dev] Documenting environment variables

2005-09-21 Thread Eike Rathke
Hi �?ric, On Sat, Sep 17, 2005 at 05:17:31 +0200, �?ric Bischoff wrote: > > if used only during build time, put them in a Build section. > > Well, the list is currently for _runtime_ environment variables only. I doubt that, I don't think variables like SRC_ROOT, INCLUDE, SOLARSRC and the like

[dev] EIS is back online, WAS: Re: [dev] EIS: error with resend feature mails, EIS temporarily disabled

2005-09-21 Thread Bernd Eilers
ReHi ! eis.services.openoffice.org is back online again. A robots.txt file with a rule to disallow web crawlers to browse the site has been installed and user guest can no longer resend feature and api changes mails. This should prevent that an error that a webcrawler tries to resend all our

Re: [dev] Programmatic control of Toolbar Items: ComboBox possible?

2005-09-21 Thread Matthias Benkmann
Sorry, forgot the attachment. Here it is. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] Programmatic control of Toolbar Items: ComboBox possible?

2005-09-21 Thread Matthias Benkmann
Thanks again, Carsten, we're getting closer. We've managed to get our ComboBox into the toolbar but one issue remains: The Combo-Box starts out with the complete item list open and embedded in the toolbar. The downwards-arrow button is completely missing. In other words, the ComboBox behaves like

[dev] EIS: error with resend feature mails, EIS temporarily disabled

2005-09-21 Thread Bernd Eilers
Hi there! Unfortunatly we have had a problem with eis.services.openoffice.org. A webcrawler has been exploring the site using anonymous guest login and has been executing lots of links to resend feature and api changes mails. So don´t wonder if you find a couple of old feature mails in your e

[dev] How to pass arguments to initialize the object remotely

2005-09-21 Thread Sunil Todi
Hello All, I have a small problem. I want to pass the argument(s) remotely to initialize the object using the resolve() method from the client. But it seems there is no way to pass the arguments through resolve() method. So is there any workaround to this? The same thing I can do using createInsta