Re: [api-dev] How update options/configuration without restart

2006-12-14 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Andrew, Use Tools Options OpenOffice.org calc General Press enter to move selection, and set a new value. Close the dialog, and the change is immediate. If I use the API, however, I must restart OOo before the change is seen. For example, That's because OOo internally uses a

[api-dev] How update options/configuration without restart

2006-12-13 Thread Andrew Douglas Pitonyak
Use Tools Options OpenOffice.org calc General Press enter to move selection, and set a new value. Close the dialog, and the change is immediate. If I use the API, however, I must restart OOo before the change is seen. For example, Sub CheckConfigs Dim nodeArgs(0) As New

Re: [api-dev] How update options/configuration without restart

2006-12-13 Thread Niklas Nebel
Andrew Douglas Pitonyak wrote: If the MoveSelectionDirection is set to 0 (Down) using the GUI and then I use the macro to set the direction to 1 (Right), I must restart OOo to see the change. Well, the macro sees the change if I run the macro a second time. Is there a suitable method to

Re: [api-dev] How update options/configuration without restart

2006-12-13 Thread Andrew Douglas Pitonyak
Niklas Nebel wrote: Andrew Douglas Pitonyak wrote: If the MoveSelectionDirection is set to 0 (Down) using the GUI and then I use the macro to set the direction to 1 (Right), I must restart OOo to see the change. Well, the macro sees the change if I run the macro a second time. Is there a