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

2005-09-22 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 {

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

2005-09-22 Thread Carsten Driesner
Matthias Benkmann wrote: Hi Matthias, // create WindowDescriptor WindowDescriptor wd = new WindowDescriptor(); wd.Type = WindowClass.SIMPLE; wd.Parent = xWinPeer; wd.Bounds = new Rectangle(0, 0, 100, 100); wd.ParentIndex =

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

2005-09-22 Thread Matthias Benkmann
On 9/22/05, Carsten Driesner [EMAIL PROTECTED] wrote: wd.WindowAttributes = WindowAttribute.SHOW|VclWindowPeerAttribute .DROPDOWN; That did the trick. Thanks for all your help so far. Now there's just one little cosmetic thing: How do we specify the size of the ComboBox so that it scales with

[dev] Where does com.sun.star.script.BasicIDE come from?

2005-09-22 Thread Matthias Benkmann
I wonder where the service com.sun.star.script.BasicIDE comes from. I've searched the sources for an *.idl file that declares it but haven't found any. Is it not possible to regenerate the complete services.rdb just from the *.idl files? Yours Matthias

Re: [dev] style:rel-column-width

2005-09-22 Thread Florian Reuter
Hi, the spec says: A relative width is specified by the style:rel-column-width property that takes a number value, followed by a '*' character. If rc is the relative with of the column, rs the sum of all relative columns widths, and ws the absolute width that is available for these columns,

Re: [dev] Where does com.sun.star.script.BasicIDE come from?

2005-09-22 Thread Stephan Bergmann
Matthias Benkmann wrote: I wonder where the service com.sun.star.script.BasicIDE comes from. I've searched the sources for an *.idl file that declares it but haven't found any. Is it not possible to regenerate the complete services.rdb just from the *.idl files? Yours Matthias Unfortunately,

Re: [dev] Contributing code

2005-09-22 Thread Eike Rathke
Hi Austin, On Wed, Sep 21, 2005 at 23:17:18 -0400, Austin Richards wrote: not 100% sure where to start, I have an associates in programming and working on a bachelor's. I enjoy the background programming more than the prettying program (like w/ colors and making things look nice). Anyway if