[api-dev] [EMAIL PROTECTED] REQUEST: unanswered questions

2006-03-10 Thread Michael Hoennig
Dear OpenOffice.org community, We really would like to see all questions answered, but we need your help to keep track of your questions and their answer status. Thus, if you still have a question unanswered for more than two days, feel free to place a reminder on the list. But maybe you should

Re: [api-dev] Getting the Actual Size of a TextFrame

2006-03-10 Thread Kent Gibson
thanks for the tip about Any. But that didn't work either, I get the same result. Alrighty I guess I have to raise an issue. --- J�rgen Schmidt <[EMAIL PROTECTED]> wrote: > Kent Gibson wrote: > > I had a quick at open issues and nothing really > fit. I > > will look again. > > maybe the bug do

Re: [api-dev] Chaining Frames : ChainedTextFrame

2006-03-10 Thread Kent Gibson
will do. I want to do use ChainPrevName and and ChainNextName for text frames. pg 513 of the developers guide says: "The API reference does not know the properties above. Instead, it specifies a com.sun.star.text.ChainedTextFrame with an XChainable interface, but this is not yet supported by te

[api-dev] Custom configuration ui

2006-03-10 Thread Simon Mieth
Hallo, I develop a java UNOComponent, which needs some input from the user. Storing and reading data from the openoffice configuration works, but can I add something to the Configuration UI of OpenOffice ("Extra->Options"), or must I create a custom dialog (with a menu entry and a commandURL) an

Re: [api-dev] Chaining Frames : ChainedTextFrame

2006-03-10 Thread Mathias Bauer
Kent Gibson wrote: > The Developer's Guide says that Chaining Frames is not > possible (yet). I had a go anyway hoping it was out of > date. No luck. > > So is this correct? Chaning is not Supported? First: please start a new thread when you write a mail about a new topic, use the "reply" button

[api-dev] UNOIDL Reference Help for Microsoft Developer Studio

2006-03-10 Thread Jürgen Schmidt
Hi, first of all thanks to Frank Schoenheit (Microsoft Developer Studio power user) who has figured out how our UNOIDL reference can be integrated in the Microsoft Developer Studio. I have prepared a set of help files for OpenOffice.org2.0.2 which can be found in the file section of api.open

Re: [api-dev] Getting the Actual Size of a TextFrame

2006-03-10 Thread Jürgen Schmidt
Kent Gibson wrote: I had a quick at open issues and nothing really fit. I will look again. maybe the bug doesn't exist. But i remember that their is a problem when you set the property FRAME_IS_AUTOMATIC_HEIGHT to true, the height is not correct set and you can't get the current value. If yo

Re: [api-dev] Getting the Actual Size of a TextFrame

2006-03-10 Thread Kent Gibson
I had a quick at open issues and nothing really fit. I will look again. Regarding your idea, when i do this : Object writerShape = documentFactory.createInstance( "com.sun.star.text.TextFrame" ); XTextFrame theFrame = ( XTextFrame ) UnoRuntime.queryInterface( XTextFrame.class, writerShape ); XP