Forum Discussion

james_massa's avatar
james_massa
Occasional Contributor
12 years ago

[Log.Picture] Method in which to limit the number of images stored?

Is there any method outside of writting a custom event for OnLogPicture that will limit the number of screenshots taken by Log.Picture? Specifically I want to be able to set a limit of the number of screenshots taken (say 100) where it will overwrite older screenshots once the limit is reached.

3 Replies

  • I would write a custom function that simply saves screen shots into a folder and use this one instead on Log.Picture.
  • james_massa's avatar
    james_massa
    Occasional Contributor
    By what method do I abort a Log.Picture? Specifically the ones generated by "Post image on error" under Playback of Current Project Properties?