[api-dev] Asking for help with XLibraryContainer and Ubuntu

2009-09-22 Thread John Sisson
onTester.java:402) == The remainder of the UNO interface appears to function as expected. Is there something different about Ubuntu OO that causes this to fail, and how can we fix it. Thanx John Sisson - To unsubscribe, e-mail: dev

RE: [api-dev] Re: the meaning of =

2008-02-11 Thread John Sisson
The great resource for OO-Basic programming is Andrew Pitonyak's OpenOffice.org Macros Explained. In there is a lot of help on all aspects of ooBasic programming including String functions such as split() which along with trim() seems appropriate to your task. Thanx - John S -Original

RE: [api-dev] Re: Would like to connect to OOo in its own terms

2007-12-07 Thread John Sisson
affected by custom aspects of the service configurations. It's a bit more code work to hook up this way; and it's a lot harder to install properly. - John Sisson -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Ramon F Herrera Sent: Friday, December 07, 2007 8:23 AM

RE: [api-dev] avoid printer discovery

2007-06-15 Thread John Sisson
Hello, We use a java program to drive documents in an OO instance; part of loading the document is to get a printable accessor: == private XComponent theComponent; private XTextDocumenttextDocument; private XPrintable printable; private PropertyValueprinterProps[]; .

RE: [api-dev] Stopping a frozen instance of Openoffice

2007-05-09 Thread John Sisson
We have a similar situation; we submit documents to OO for 'rendering'; if the process times out in some way we kill OpenOffice. Since this is a windows system, we use the TASKKILL.exe tool and just execute it via the java System calls. I am sure that there are matching supervisory widgets for all

RE: [api-dev] external application getting OOo version number

2007-03-21 Thread John Sisson
Hi The thread/subject 'How to get the Version?' has a way that a java client that has a hook to OO can do this. Previous posts on other similar threads have discussed how OO Basic can do the same. John Sisson -Original Message- From: Jorge Marques Pelizzoni [mailto:[EMAIL PROTECTED

[api-dev] How to get the Version?

2007-02-27 Thread John Sisson
Hello I have switched to oo-2 and find that the package deployer pushes deployed files one level deeper than was the case for oo-1. Since I use an XCS/XCU setup to locate out suites of custom macros, I need to know the version (1 or 2) in spite of 'masterly advice'. In the spirit of the Pitonyak

[api-dev] Thanks For The Help -- Upgraded From 1.x to 2.x (and upgrade notes)

2007-01-29 Thread John Sisson
with 100 and more clients using our product which runs OO in a managed window as a service to a Java app. As you can imagine, providing a 'one-touch' install is pretty important at update time. Your help here will be greatly appreciated. Thanx John Sisson

[api-dev] multiple instances / configuring userid

2006-12-08 Thread John Sisson
to hear how to do it. Thanx John Sisson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [api-dev] detecting unrecoverable error event

2006-03-28 Thread John Sisson
Thanx to all for this info. The startup option flags are set and it appears that the executable is going quietly out of business since we do not record any hangs during extended operation (the dog that did not bark in the night). There is already a no-helper connection setup with an XBridge

[api-dev] Upgrading 1.0 template to 1.1

2005-05-03 Thread John Sisson
them from scratch. Thank you John Sisson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[api-dev] oo macros and concurrency

2005-02-28 Thread John Sisson
to launch a basic macro on behalf of one client while another is running on behalf of another client? - is there any defense against this? - I imagine it would require some mutexes in the heart of the oo side of XDispatch thank you john sisson