setup dictionary after save as
Hello everyone,
I try to fill some document dictionary values after a "save as" action, and that fails.
My process (CS5 yes CS5!, Windows):
- open a template OK
- save as document (new name and location) via actions OK
- add artboards OK
- fill dictionary values FAIL (even skips the instruction in the debugger)
Exception non gérée à 0x008D74B1 dans Illustrator.exe : 0xC0000005 : Violation d'accès lors de l'écriture à l'emplacement 0xE032B50E.
when executing :
| AIDictionaryRef theDictionary = NULL; | ||
| sAIDocument->GetDictionary(&theDictionary); |
Any clue? is there a current document after a save as action?
Thanks
Christian