>>
I put in some messageboxes to see when queryDispatch is called (and to see
any exceptions thrown).  It appears the queryDispatch method doesn't get
called until I hit my custom menu (and those items are initialized).  I was
expecting them to be called on application startup based 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.990.0136


Jobs.xcu:

<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry";
xmlns:xs="http://www.w3.org/2001/XMLSchema"; oor:name="Jobs"
oor:package="org.openoffice.Office">
 <node oor:name="Jobs">
  <node oor:name="startApp" oor:op="replace">
   <prop oor:name="Service">
 
<value>com.appliedolap.objects.essbase.client.grid.staroffice.plugin.ui.Plug
inProtocolHandler</value>
   </prop>
  </node>
 </node>
 <node oor:name="Events">
  <node oor:name="onFirstVisibleTask" oor:op="replace">
   <node oor:name="JobList">
    <node oor:name="startApp" oor:op="replace"/>
   </node>
  </node>
  <node oor:name="OnNew" oor:op="replace">
   <node oor:name="JobList">
    <node oor:name="startApp" oor:op="replace"/>
   </node>
  </node>
  <node oor:name="OnLoad" oor:op="replace">
   <node oor:name="JobList">
    <node oor:name="startApp" oor:op="replace"/>
   </node>
  </node>
 </node>
</oor:component-data>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to