Recently, Roger Guay wrote:

> I am building a standalone e-tutoring program for which I want to hide
> the menu and task bars on the Mac (and Windows secondarily), So far I
> have found no way to do this. I appreciate any help.

In the script that is part of your startup routine (or wherever makes the
most sense) you add this line of script:

  hide menubar

If you ever need to make the menus visible again while running your app
(maybe as a preference), just script the opposite:

  show menubar

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to