Hi Terry,
Terry Alexis Lurie wrote:
[...]
My question is:
In OO Draw 2.04,2.1+ I would like to disable some features without using the mouse.
I use UNO to disable a lot, but there are some gui elements I just cannot seem to access via UNO
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
You have found the answer yourself already: dispatch .uno:LeftPaneDraw
via the frame::XController of the Draw document. Without argument that
toggles the pane on or off. With a boolean argument you can specify
whether to show (true) or hide (false) the pane.
2) The Custom Horizontal Scrollbar - Draw/Impress
- In Draw it opens to \ Layout /\ Controls /\ DimensionLines /
- I would like to make this an ordinary scrollbar
- If that is too difficult, I would like to start Draw with the width of
the custom are set to zero
- It confuses my Users, who don't rely on that functionality
This is not possible because there is no API for this. The Draw API is
document centered and neglects many aspects of the view.
If you could help/redirect me, that would be much appreciated
Sincerely,
Terry.
Regards,
Andre
--
Andre Fischer (af)
Software Engineer, StarOffice/OpenOffice Impress,
http://www.sun.com/StarOffice
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]