Search found 3 matches

by terrance
Fri May 15, 2015 2:52 am
Forum: Software development
Topic: got MultiWiiConf running in OS X Yosemite
Replies: 4
Views: 3571

Re: got MultiWiiConf running in OS X Yosemite

Guess it's the price of simplicity. :P

p.s. if it's HARD coded, how come "size(windowsX,windowsY);" works?????? :lol:
by terrance
Thu May 14, 2015 3:16 pm
Forum: Software development
Topic: got MultiWiiConf running in OS X Yosemite
Replies: 4
Views: 3571

Re: got MultiWiiConf running in OS X Yosemite

oh yeah!

Code: Select all

size(1000, 570, P3D); 
works!


don't know why, final those doesn't help. but numbers work.

Code: Select all

final int tabHeight=20; // Extra height needed for Tabs
final int windowsX    = 1000;       
final int windowsY    = 550+tabHeight;
by terrance
Thu May 14, 2015 12:33 pm
Forum: Software development
Topic: got MultiWiiConf running in OS X Yosemite
Replies: 4
Views: 3571

got MultiWiiConf running in OS X Yosemite

~~~ update 2015-09-22 "latest" thing might not work well tested with Processing 3.0a7 and controlP5 2.0.4 Processing 3.0b5 and controlP5 2.0.4 works not. Processing 3.0b5 and controlP5 2.2.5 works not. also lot of methods deprecated (fixable) ~~~ Good news, OS X users! I got it work in Jav...