Re: [dev] Dynamic menus: with Java (Problem)

2005-11-17 Thread Carsten Driesner
Christoph Lutz wrote: Hi Carsten, Is it the XSingleComponentFactory I have to use to create the sub containers? Just to write a quick test-example in basic: How can I create a instance using basic? settings.createInstance() didn't work and I don't know how to get the required XComponentContext i

Re: [dev] Dynamic menus: with Java (Problem)

2005-11-17 Thread Christoph Lutz
Hi Carsten, thank you for answering the question of Andrej who is a colleague of mine. I am continuing the work with Andrej's code. > I looked over your example and I am not sure what you want to do. Can > you please explain what do you want to achieve? Create a new top-level > menu or do you wan

[dev] New OOo mailing list for Accessibility

2005-11-17 Thread Malte Timmermann
Hi, I have introduced a new mailing list for Accessibility on OpenOffice.org: [EMAIL PROTECTED] I wanted to have [EMAIL PROTECTED] (without "ui."), but was told that new mailing lists have to be assigned to a project :( If you want some details about me and the list, you might have a look into

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

2005-11-17 Thread Matthias Benkmann
On 11/17/05, Carsten Driesner <[EMAIL PROTECTED]> wrote: > > 2.0.1. The height must be calculated manually, there is no way to > retrieve this value. :-( The best way would be to use the font height + the > border (top/bottom, normally 1 pixel) + some space between top/bottom (1 > or 2 pixels).

[dev] Error in Soltools

2005-11-17 Thread Jinu Prakash
  Hi, While trying to build OOo114 it stops in soltools showing the following errors Im using vc6 service pack 6,windows 2000,4nt = Building project soltools = C:\oo12\src\soltools\mkdepend mkout -- version: 1.3 -- Making:..

Re: [dev] Bullet positioning in Impress

2005-11-17 Thread Thorsten Behrens
Alan Yaniger <[EMAIL PROTECTED]> writes: > I'm working on a problem with positioning of bullets relative to RTL > text in Impress. In Windows, there is a discrepancy between the > appearance in Normal View, and when viewing a slide show. > Where in the code is the position of bullets determined? >

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

2005-11-17 Thread Carsten Driesner
Matthias Benkmann wrote: On 9/23/05, Carsten Driesner <[EMAIL PROTECTED]> wrote: Thanks. The width aspect is okay now. But what about the height? I'd like to have my ComboBox always have the same height as the ComboBoxes OOo has by default, such as the font selector. I could empirically determin