View Single Post
Everything perfect! Thanks for all. Also i have a good insight in the oo3 file format.

thanks for all,

Ton.

Quote:
Originally Posted by Len Case
What you can do is:
  1. turn off "Compress on disk" in the "Document (Command-4) : Advanced" inspector.
  2. save the document (Command-S) and close it (Command-W)
  3. open the document in a text editor (like TextEdit.app)
  4. find the number formatter definition
    Code:
    <formatter type="number">0.00;0.00;-0.00</formatter>
  5. change it as you would like
    Code:
    <formatter type="number">0.000000;0.000000;-0.000000</formatter>
  6. reopen the file in outliner and it will now have a custom formatter
  7. turn "Compress on disk" back on

For more information about the acceptable number formats see here.


WOW!!! Thanks for the reply! I cannot try this in the next two days because i'll be away from my PC, but i will certainly try on friday and let you know what the outcome is.

Thanks!!

Ton.

Last edited by Toontje; 2006-09-03 at 07:00 AM..