bagoas opened this issue on Oct 15, 2005 ยท 29 posts
PhilC posted Sat, 15 October 2005 at 6:01 AM
You can create a comment using Python. In the CR2 file place the following line below the weld statements:-
pythonStartupScript 0 0 ":Runtime:YourDirectory:YourSubDirectory:YourComment.py"
Then write a YourComment.py file to print your comment:-
print "Here is some information about this figure"
print "For more info visit ...... etc"
The comment text pops up when the figure loads. This method survives being re-saved, it is also possibly easier to edit the comment.