RE: [api-dev] OfficeToolbar Context property (enhancement request)

2006-05-08 Thread Tim Tow
ersion. << As long as the issue I am seeing is solved by the fixes, then the context property on a toolbar itself should not be necessary.. Tim Tim Tow Applied OLAP, Inc 256.990.0136 - To unsubscribe, e-mail: [EMAIL PR

[api-dev] OfficeToolbar Context property (enhancement request)

2006-05-05 Thread Tim Tow
version? Tim Tim Tow Applied OLAP, Inc 256.990.0136 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [api-dev] OfficeToolbar titlebar?

2006-04-21 Thread Tim Tow
oo stuff (or generally had more time to work on more technical stuff in general).. Tim Tim Tow Applied OLAP, Inc 256.990.0136 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [api-dev] OfficeToolbar titlebar?

2006-04-21 Thread Tim Tow
Thanks Didier.. >> change when you install another add-on. So your add-on_1 can become add-on_2!. We also hope to fix this for OOo 2.0.3 where we want to use the "Node" name in the Addon.xcu to have unique entries in the WindowState configuration. << I will wait until

RE: [api-dev] OfficeToolbar titlebar?

2006-04-20 Thread Tim Tow
is backward compatible with Ooo 2.0. Tim Tim Tow Applied OLAP, Inc 256.990.0136 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[api-dev] OfficeToolbar titlebar?

2006-04-20 Thread Tim Tow
I didn't see anything in the dev guide. Tim Tim Tow Applied OLAP, Inc 256.990.0136 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [api-dev] OpenOffice 2 Add-ins require Java 1.5 --> UnsupportedClassVersionError to blame

2006-04-19 Thread Tim Tow
er, copy the code to java files and include those java files in my distribution (along with removing the ant calls that compiled idl/ran javamaker/etc). I spent several hours trying to make javamaker work so my compile would be seamless but had to 'punt' to the workaround. Tim Tim

[api-dev] OpenOffice 2 Add-ins require Java 1.5 --> UnsupportedClassVersionError to blame

2006-04-12 Thread Tim Tow
to configure javamaker to use a specified JDK? Tim Tim Tow Applied OLAP, Inc 256.990.0136 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [api-dev] OpenOffice 2 Add-ins require Java 1.5?

2006-04-11 Thread Tim Tow
by Sun Hamburg would not have this deficiency (or else it would be a bug). << OK.. If I had time I would produce a 'top ten' list of the reasons I was being stupid.. But, there is never enough time to do the things you want to do.. Tim Tim Tow Applied

[api-dev] OpenOffice 2 Add-ins require Java 1.5?

2006-04-11 Thread Tim Tow
using Java 1.5 over Java 1.4? 3. Is there a way to have Ooo 2.0 default to (or show only) Java 1.5 in the Tools, Options, OpenOffice.org, Java dialog? Thanks, Tim Tim Tow Applied OLAP, Inc 256.990.0136 - To unsubscribe, e-mail

[api-dev] XNameContainer.insertByName() causes sheet to become 'dirty'

2006-03-29 Thread Tim Tow
re an equivilent to the Excel VBA Workbook.Saved property? Here is a a help file snippet from VBA: "You can set this property to True if you want to close a modified workbook without either saving it or being prompted to s

RE: [api-dev] Calc addin - Custom toolbar not enabled - further info

2006-03-14 Thread Tim Tow
ased on the Jobs.xcu I have defined: << I found that when I open a second workbook, I see the messageboxes and the toolbar is properly enabled. It seems like perhaps my 'OnLoad' defined in the jobs.xcu is not running. Why would that happen? Tim Tim Tow Applied OLAP, Inc 256.

RE: [api-dev] Calc addin - Custom toolbar not enabled

2006-03-14 Thread Tim Tow
uot;onFirstVisibleTask", "OnNew" or "OnLoad". Am I wrong in that? BTW, it seemed to work in Ooo 1.1.4 without a problem. Tim Tim Tow Applied OLAP, Inc 256.990.0136 -Original Message- From: Carsten Driesner [mailto:[EMAIL PROTECTED] Sent: Tuesday, Ma

[api-dev] Calc addin - Custom toolbar not enabled

2006-03-13 Thread Tim Tow
perly specified, the icon appears on the menu as well! Two questions: 1. What could be causing the toolbar to be disabled (and what is the best way to debug this issue?); and 2. Why does the submenu get the same icon as the toolbar when it isn't specified to have an icon in Addons.xcu? Ti