This is getting critical for us. We have files that need to be saved
with readonly recommended. The manual approach is to say:
File -> SaveAs -> Tools -> General -> Then check the ReadOnly
Recommended box.
I'm not the guy coding this up but I'm ok with python. I need to
either know how to create a new file that has this setting, or how to
copy from a blank file that has this setting that I can then write to.
I just wanted to thank you for the patch. I ramrodded it to the people who
needed it, it was applied to the code and used by the application. It worked
first time. Looking forward to the next release where it will be incorporated.
Isn't the internet great?
:-)
--
Time flies like the wind. Fruit flies like a banana. Stranger things have .0.
happened but none stranger than this. Does your driver's license say Organ ..0
Donor?Black holes are where God divided by zero. Listen to me! We are all- 000
individuals! What if this weren't a hypothetical question?
steveo at syslang.net
On 2/5/2012 4:03 AM, John Machin wrote:
>
> # tested:
>
> if getattr(self, 'read_only_recommended', 0):
> import struct
> before += struct.pack('<5H', 0x005B, 6, 1, 0, 0)
I just wanted to thank you for the patch. I ramrodded it to the people who
needed it, it was applied to the code and used by the application. It worked
first time. Looking forward to the next release where it will be incorporated.