Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
pixelfrenzy
About Me:
Chris Hand, Bangalore, India. I used to be mungbean on earlier forums but can't work out how to login anymore...
pixelfrenzy's Profile
1
Posts
7
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
start() executed twice - is this a bug?
[2 Replies]
22-Feb-2011 12:55 AM
Forum:
Core Library Questions
Seeing some weirdness here depending on parameters given to size()...
Compare #1:
void setup() {
println("** START: " + millis());
size(200,200,P2D); // renderer parameter
}
void draw() {
}
typical output:
** START: 81
** START: 102
with #2:
void setup() {
println("** START: " + millis());
size(200,200); // no additional parameter
}
void draw() {
}
typical output:
** START: 92
I'm using 1.2.1 on OSX 10.5.8
-----
I just noticed I mis-read the title of this forum as "Core/Library Questions" -- is there a forum for Language/Core issues? This is my first time on the new forum, I was using the old one for years.
«Prev
Next »
Moderate user : pixelfrenzy
Forum