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.
IndexSuggestions & BugsSoftware,  Documentation,  Website Suggestions › Tweak Present mode (full screen)
Page Index Toggle Pages: 1
Tweak Present mode (full screen) (Read 3056 times)
Tweak Present mode (full screen)
May 15th, 2005, 4:21pm
 
In another topic, someone is aware to cover the "stop" button when project is viewed in present full screen. Maybe for an exibit or an installation. The proposal was to make the width and height setup large enough to fill the space completly (i.e. like 1280 x 854). I found this a little tricky because if you dont have to make calculate the whole screen by Processing, why should you?

My suggestion is to simply correct the background color as we know it is simple to fix in the preference.txt. If you want it black, to simulate a projection in full screen mode, we know that you have to ajust the parameter as this :
run.present.bgcolor=#000000

But I also tried to mask the stop button by making it invisible (by assigning the same color as the bakground). So I tried to modified the parameter of it. I supposed this is the line of code to be changed :
run.present.stop.color=#000000

But this was'nt work. The stop button is still visible (in gray color). Can someone explain me?

But, as I posted this new topic, I just want to say that it should be nice to get access to those two adjustments eventually in the preference menu.

JF (french speaking person... so excuse my poor english)

Re: Tweak Present mode (full screen)
Reply #1 - May 16th, 2005, 3:03am
 
hm, the stop button coloring code was accidentally removed. it'll be back for 91.
Page Index Toggle Pages: 1