FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 782 : don't run in processing 0136
Last modified: 2008-05-30 06:37
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
DUPLICATE of bug
775
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
janebeta7
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2008-05-30 02:07
Hi!
I'm in Windows Profesional XP service Pack 2 , and when i try to run this
code , don't do anything.
[quote]
[color=#777755]/* cuadrantes*/[/color]
[color=#CC6600]void[/color] [color=#996600]setup[/color](){
[color=#996600]size[/color] (800,400);
[color=#996600]background[/color](255);
[color=#996600]smooth[/color]();
[color=#996600]noFill[/color]();
[color=#996600]strokeWeight[/color](1);
render();
}
[color=#CC6600]void[/color] [color=#996600]draw[/color](){
render();
}
[color=#CC6600]void[/color] render(){
[color=#996600]float[/color] dx = [color=#CC0000]mouseX[/color];
[color=#996600]float[/color] dy = [color=#CC0000]mouseY[/color] ;
[color=#996600]translate[/color](dx,dy);
[color=#996600]pushMatrix[/color]();
[color=#996600]translate[/color](150/2,0);
[color=#996600]arc[/color](0,0,150,150,[color=#CC0000]PI[/color],3*[color=#CC0000]PI[/color]/2);
[color=#996600]popMatrix[/color]();
[color=#996600]pushMatrix[/color]();
[color=#996600]translate[/color](-150/2,0);
[color=#996600]arc[/color](0,0,150,150,3*[color=#CC0000]PI[/color]/2,[color=#CC0000]TWO_PI[/color]);
[color=#996600]popMatrix[/color]();
}
[/quote]
there are no problem when i export an applet or an application, but if I
push de RUN BUTTON , nothing happends!
:)
Additional Comment
#1 From remcohva 2008-05-30 04:28
Seem to have the same problem here. Processing 0136 with bundled java.
Windows XP SP2.
No errors, nothing. The sketch just won't run.
Additional Comment
#2 From fry 2008-05-30 06:29
*** This bug has been marked as a duplicate of
780
***
Additional Comment
#3 From fry 2008-05-30 06:37
*** This bug has been marked as a duplicate of
775
***