Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
tbbadmofo
tbbadmofo's Profile
1
Posts
1
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
Application starts twice or more
[2 Replies]
28-Jun-2012 02:26 PM
Forum:
Android Processing
void setup()
{
size(320, 240);
orientation(LANDSCAPE);
println("STARTING");
}
I use this and the program starts, stops, and starts again.
Output:
Starting sketch on HT06WHJ02272
This size() method is ignored on Android.
See
http://wiki.processing.org/w/Android
for more information.
This size() method is ignored on Android.
See
http://wiki.processing.org/w/Android
for more information.
STARTING
STARTING
Is there something I'm missing to make it only start one time?
There is other code to the above, but if I only have,
void setup() {
size(320,240);
orientation(PORTRAIT);
println("STARTING");
}
in a sketch it will start 3 separate times.
Output:
Starting sketch on HT06WHJ02272
This size() method is ignored on Android.
See
http://wiki.processing.org/w/Android
for more information.
This size() method is ignored on Android.
See
http://wiki.processing.org/w/Android
for more information.
This size() method is ignored on Android.
See
http://wiki.processing.org/w/Android
for more information.
STARTING
STARTING
STARTING
«Prev
Next »
Moderate user : tbbadmofo
Forum