We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpIntegration › Hide Menu Bar When Launching Applet at Startup
Page Index Toggle Pages: 1
Hide Menu Bar When Launching Applet at Startup (Read 1320 times)
Hide Menu Bar When Launching Applet at Startup
Apr 23rd, 2010, 9:40pm
 
My applet works fine in fullscreen mode, except when launching the applet from restart on my Mac (restarting the computer everyday with scheduling).  All I have to do is move the mouse away from the menu bar and fullscreen mode works fine, but don't want to trust others to do this for me as the piece will run for several weeks.

I have tried putting the;

     <key>LSUIPresentationMode</key>
     <integer>4</integer>

commands in the plist, but his does not help as the mouse over the menu bar seems to override these commands.  I tried unplugging the mouse and still the menu bar stays as long as the mouse hovers over it and the mouse is always positioned over the menu bar at startup.

This seems more of a mac problem, but thought I would post here as others running applets from startup might have solved this problem.
Re: Hide Menu Bar When Launching Applet at Startup
Reply #1 - Apr 23rd, 2010, 11:28pm
 
Found a solution here;

http://processing.org/learning/3d/fullscreenapp.html

All my processing problems today have been fixed with reverting to an older version of processing Smiley  Still a great program and community!
Page Index Toggle Pages: 1