>> 1) The Pages pane, which I think I have tracked down to .uno:LeftPaneDraw
>>     - It is accessible via menubar under View -> Page Pane in the EN-UK 
>> version of OO
>>     - Sorry, but I just cannot figure out what to invoke in UNO to close this
>>     - I use the Java UNO

> If you want to *disable* it you don't need to invoke anything - you must
> intercept the dispatch call with a DispatchInterceptor. Or did I
> misunderstand you?

Thank you for your time. I have fixed the problem.

Andre Fischer helped by insisting I already had enough information with 
.uno:LeftPaneDraw .
What I was doing wrong was that I was obtaining an XDispatch object, and not 
calling its dispatch() method to invoke the command.

It is a little confusing with XDispatchProvider not actually triggering the 
dispatch. The meaning of ...Provider confused me. The XDispatchProvider 
'provides' the xDispatch, and THAT does the triggering with it's dispatch() 
method.

Sorry about the problems, and thanks for the help on this first issue.

Terry.






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

Reply via email to