On Aug 23, 3:27 pm, "Edward K. Ream" <[email protected]> wrote: > At last I have begun real work on slides.
There will be times when we want to set up for taking a screenshot (hoist the @screenshot-tree node) without actually taking the shot. Examples: showing menus, dialogs, body text selections, find tab, etc. I actually tried to write code to display a menu. I gave up after several hours work. It's tricky. Fortunately, I guess you could say, menus are only one of several examples. It *is* possible to take screenshots of menus. See http://blog.borngeek.com/2007/04/26/how-to-take-screenshots-of-menu-items/ Anyway, all these special cases can be handled the same way, with something like @screenshot-setup-tree. When @button screenshot sees this, it will set up for the shot (including adding .. image:: directives and @image node), but not take the shot. The user will then actually take the screenshot, and save it to the file given in the @image node. Should work well enough. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
