I can minimize a notebook easy enough with Mathematica code, but how does one minimize all of the Mathematica front end? Just as if you clicked the minimize button on the menu bar? This is for version 8 on windows XP if that helps.
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
Until a better answer comes along, I present, for your edification, an ugly hack that isn't really Mathematica per se:
And to use:
|
||||
|
|

FrontEndTokenExecute[SelectedNotebook[], "WindowMiniaturize"]– wxffles Aug 13 '12 at 2:08FrontEndHide, but it only worked on NeXt computers (as of Mma V3). It does nothing when executed in my current machine. – belisarius Aug 13 '12 at 2:55