29 Jun 10, 02:11PM
I think Mael wants the menus to be auto-hidden, the screenshot taken, then the menu shown again after. I did a simple bit of cubescript when implementing a screenshot menuitem into a common commands menu I wrote:
Maybe something like that could be worked into 1.1 when trying to take a screenshot with a menu open? Maybe an autohide autoshow kinda thing?
[SELECT ALL] Code:
alias menu_screeny [
(closemenu [Common-Commands])
(sleep 200 [screenshot])
(sleep 300 [showmenu Common-Commands])
]
alias menu_cleany [
(closemenu [Common-Commands])
(sleep 200 [cleanshot])
(sleep 300 [showmenu Common-Commands])
]
Maybe something like that could be worked into 1.1 when trying to take a screenshot with a menu open? Maybe an autohide autoshow kinda thing?