Re: [api-dev] Complex toolbars

2007-09-10 Thread Fernand Vanrie
Hallo Dietmar, For months i tryed to contact you, but your email adress founded on your site gives me permanent errors I have some proposals (ready to use code) to extent your borderliner macro Maybe you can contact me on my personal email [EMAIL PROTECTED] Greetz Fernand Vanrie

Re: [api-dev] Complex toolbars

2007-09-10 Thread Carsten Driesner
Dietmar Hiller wrote: Hi, I am investigating in using the complex toolbars for my extension BorderLiner. I know of the following sites http://wiki.services.openoffice.org/wiki/Framework/Article/Generic_UNO_Interfaces_for_complex_toolbar_controls,

Re: [api-dev] Problem of IllustrationIndex usage in Visual Basic 6.0

2007-09-10 Thread Sandeep Raghuvanshi
thnx Fernand, but our situation is different and we have somehow sorted this out using setexpression but the moment we save the document in ms word format, everything is gone i.e. list of tables/figures getting messed up... any clue? anyone? The other problem is related to page orientation, we

[api-dev] Getting printers via Basic or Java

2007-09-10 Thread Tobias Krais
Hi togehter, I have to write a little uno package managing printer options. Up to OO 2.0, it was not possible to get the available printers via OO Basic. Can you tell me whether this is possible now? If not, I have to write this extension in Java... Greetings, Tobias

Re: [api-dev] Getting printers via Basic or Java

2007-09-10 Thread Cor Nouws
Hi Tobias, Tobias Krais schreef: I have to write a little uno package managing printer options. Up to OO 2.0, it was not possible to get the available printers via OO Basic. Can you tell me whether this is possible now? If not, I have to write this extension in Java... I've some code (found

Re: [api-dev] Complex toolbars

2007-09-10 Thread Dietmar Hiller
Hallo Carsten, Am Montag, den 10.09.2007, 09:32 +0200 schrieb Carsten Driesner: Dietmar Hiller wrote: Hi, ... First I want to make clear that the complex toolbar controls were added to provide general purpose functions with a flexible and lightweight implementation. There were not

[api-dev] Print Listeners in OOo 2.0.2 (Urgent!)

2007-09-10 Thread Hal Vaughan
Sorry to post an obnoxious Urgent comment in the header, but I'm online with a client's computer through VNC and if it's at all possible I need to resolve this problem while online. When I wrote my Java program that interfaces with OOo, I was using 1.0.x. All I'm doing is loading a file,

Re: [api-dev] Print Listeners in OOo 2.0.2 (Urgent!)

2007-09-10 Thread Hal Vaughan
On Monday 10 September 2007, Hal Vaughan wrote: Sorry to post an obnoxious Urgent comment in the header, but I'm online with a client's computer through VNC and if it's at all possible I need to resolve this problem while online. When I wrote my Java program that interfaces with OOo, I was

Re: [api-dev] Print Listeners in OOo 2.0.2 (Urgent!)

2007-09-10 Thread Tobias Krais
Hi Hal, [...] I think I've been told, and likely here, that in 2.0.x, print listeners like this are no longer necessary, but I'm having a bit of a problem searching and finding this comment and what the background is. In 2.0.x, can I print, then close the document without listening for

Re: [api-dev] Print Listeners in OOo 2.0.2 (Urgent!)

2007-09-10 Thread Hal Vaughan
On Monday 10 September 2007, Hal Vaughan wrote: Sorry to post an obnoxious Urgent comment in the header, but I'm online with a client's computer through VNC and if it's at all possible I need to resolve this problem while online. ... I think I've been told, and likely here, that in 2.0.x,

Re: [api-dev] Print Listeners in OOo 2.0.2 (Urgent!)

2007-09-10 Thread Tobias Krais
Hi Hal, Code would be a big help so I could compare what we've got. I'll be glad to send you what I have. Right now I'm working with a wrapper class to handle basic functions. Do I understand, though, that you run the program once for each file you print? Or does it loop through and

Re: [api-dev] Print Listeners in OOo 2.0.2 (Urgent!)

2007-09-10 Thread Tobias Krais
Hi Hal, I've found I *have* to have a print listener and watch for when the document is done printing. Here's more detail on what's happening (sorry for things being fragmented, but I'm under tremendous pressure to solve this). This is happening on a Windows XP system with 2 CPUs. I

Re: [api-dev] Print Listeners in OOo 2.0.2 (Urgent!)

2007-09-10 Thread Hal Vaughan
On Monday 10 September 2007, Tobias Krais wrote: Hi Hal, I've found I *have* to have a print listener and watch for when the document is done printing. Here's more detail on what's happening (sorry for things being fragmented, but I'm under tremendous pressure to solve this). This