Re: [api-dev] Macro Questions

2008-07-01 Thread Hal Vaughan
I've been otherwise occupied so I haven't had time to read the answers closely on this (I had time, sent my second post and literally within hours had to jump and start putting out some fires with some of my software), but I'm not surprised the first answer I get is from Andrew. I think it

Re: [api-dev] embedding Java window in OO.o frame

2008-07-01 Thread Mathias Bauer
Marc Santhoff wrote: Hi, the devguide has information about embedding an OO.o window into a Java window as a client. I'd like to know if the opposite is possible: a Java window embedded into a OO.o window/frame. Can this be done? If yes, how to? (or where can I find information on

Re: [api-dev] Supress warning dialog for saving sxw files

2008-07-01 Thread Mathias Bauer
Hi, even if I'm a month too late: we also could define a new MediaDescriptor parameter (DisplayFormatWarning). Ciao, Mathias Mikhail Voitenko wrote: Hi Tobias, Sorry, there seems to be no reliable way to avoid the warning regarding possible information loss while saving. The problem is

Re: [api-dev] embedding Java window in OO.o frame

2008-07-01 Thread Joachim Lingner
Mathias Bauer wrote: Marc Santhoff wrote: Hi, the devguide has information about embedding an OO.o window into a Java window as a client. I'd like to know if the opposite is possible: a Java window embedded into a OO.o window/frame. Can this be done? If yes, how to? (or where can I find

Re: [api-dev] Supress warning dialog for saving sxw files

2008-07-01 Thread Tobias Krais
Hi Mathias, even if I'm a month too late: we also could define a new MediaDescriptor parameter (DisplayFormatWarning). my five Cents: godd idea. Should I create an Issue? Greetings, Tobias - To unsubscribe, e-mail: [EMAIL

Re: [api-dev] Supress warning dialog for saving sxw files

2008-07-01 Thread Mathias Bauer
Tobias Krais wrote: Hi Mathias, even if I'm a month too late: we also could define a new MediaDescriptor parameter (DisplayFormatWarning). my five Cents: godd idea. Should I create an Issue? If Mikhail agrees... Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer

Re: [api-dev] embedding Java window in OO.o frame

2008-07-01 Thread Mathias Bauer
Joachim Lingner wrote: Mathias Bauer wrote: Marc Santhoff wrote: Hi, the devguide has information about embedding an OO.o window into a Java window as a client. I'd like to know if the opposite is possible: a Java window embedded into a OO.o window/frame. Can this be done? If yes,

Re: [api-dev] Supress warning dialog for saving sxw files

2008-07-01 Thread Mathias Bauer
Tobias Krais wrote: Hi Mathias, even if I'm a month too late: we also could define a new MediaDescriptor parameter (DisplayFormatWarning). my five Cents: godd idea. Should I create an Issue? Thinking a bit more: you want to suppress this dialog even if the saving is done from the UI?

Re: [api-dev] Supress warning dialog for saving sxw files

2008-07-01 Thread Tobias Krais
Hi Mathias, Thinking a bit more: you want to suppress this dialog even if the saving is done from the UI? Then the additional parameter won't help. I don't see a good fix for that. Yes, I would like to... I would like to pass this PropertyValue to the document I open via API. When Saving via

[api-dev] How to avoid screenupdating without loosing the XViewCursors position

2008-07-01 Thread Peter Eberlein
Hi, I have to scan an XTextDocument for some patterns and to sort the found XTextRanges by their visual representation. So the XViewCursor's point (getPosition()) seem the only way to do this (because the anchor of the textrange may differ). For the user the moving of the cursor is annoying.

Re: [api-dev] How to avoid screenupdating without loosing the XViewCursors position

2008-07-01 Thread Fernand Vanrie
Peter Eberlein wrote: Hi, I have to scan an XTextDocument for some patterns and to sort the found XTextRanges by their visual representation. So the XViewCursor's point (getPosition()) seem the only way to do this (because the anchor of the textrange may differ). For the user the moving of

Re: [api-dev] A recapitulation attempt ... (Re: [api-dev] Class loader problem with OOo 2.4, what may be the cause, how to come by ?

2008-07-01 Thread Jim White
Rony G. Flatscher wrote: ... * *creating a class on the fly* by creating the necessary byte codes saved in a byte array with the ClassLoader's /|defineClass(String name, byte[] b, int off, int len)| / o works, if using URE to access OOo (i.e. script invoked from

Re: [api-dev] A recapitulation attempt ... (Re: [api-dev] Class loader problem with OOo 2.4, what may be the cause, how to come by ?

2008-07-01 Thread Rony G. Flatscher
Hi Jim, ... * *creating a class on the fly* by creating the necessary byte codes saved in a byte array with the ClassLoader's /|defineClass(String name, byte[] b, int off, int len)| / o works, if using URE to access OOo (i.e. script invoked from outside OOo),

Re: [api-dev] Macro Questions

2008-07-01 Thread Andrew Douglas Pitonyak
I wondered if it was the same Hal :-) Hal Vaughan wrote: I've been otherwise occupied so I haven't had time to read the answers closely on this (I had time, sent my second post and literally within hours had to jump and start putting out some fires with some of my software), but I'm not

Re: [api-dev] Macro Questions

2008-07-01 Thread Hal Vaughan
On Wednesday 02 July 2008, Andrew Douglas Pitonyak wrote: I wondered if it was the same Hal :-) Yes. Originally my plans were to do an application completely in OOBasic, but that never worked out because I needed some functions that weren't available, such as reliable (and preferably