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 & HelpSyntax Questions › app on second monitor
Page Index Toggle Pages: 1
app on second monitor (Read 471 times)
app on second monitor
Jul 15th, 2008, 12:30am
 
i believe this is not a new topic but i can´t find anything related..

i need to have my app on a second monitor, how can i do this?

any help would be apreciated

regards
Re: app on second monitor
Reply #1 - Jul 15th, 2008, 12:02pm
 
Maybe with the MostPixelsEver library. I think it is designed to display an image on two screens simultaneously, but perhaps it can be also used to just display on the second screen. Or might give ideas/code to do so.
Re: app on second monitor
Reply #2 - Jul 15th, 2008, 12:50pm
 
thnx PhiLho!!
i´ll take a  look at it Wink
Re: app on second monitor
Reply #3 - Jul 15th, 2008, 7:00pm
 
.. meaning being displayed only on the second monitor? then:

quit processing

edit preferences.txt(*), change:
run.display=1
to
run.display=2

save, reopen processing, press run ...

(* on mac that's in your home directory: ~/Library/Processing/preferences.txt)

F
Re: app on second monitor
Reply #4 - Jul 16th, 2008, 12:29pm
 
hello fjen!
"meaning being displayed only on the second monitor?"  yes this is exactly what i need

i´ve done what you say but with no success  Sad
Page Index Toggle Pages: 1