FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 977 : 'Present' mode does not work anymore
Last modified: 2008-10-22 07:13
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
DUPLICATE of bug
923
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
Ilu
Assigned To:
fry
Attachment
Type
Created
Size
Actions
screenshot of the sketch running in present mode
image/png
2008-10-22 07:13
33.33 KB
Description
: Opened: 2008-10-22 07:09
Processing 0154 (didn't work for Processing 0152 either)
OSX 10.5.5 on iMac 24"
When the following sketch is run in 'Present'-mode the data is only
rendered at the top left of the screen. Happens for OPENGL, too. I'll
attach a picture of the sketch running fullscreen.
void setup() {
size(screen.width, screen.height);
println("1: "+screen.width+"x"+screen.height);
println("2: "+width+"x"+height);
}
void draw() {
background(255,0,0);
fill(0,255,0);
rect(20, 20, width-20, height-20);
}
Additional Comment
#1 From fry 2008-10-22 07:12
*** This bug has been marked as a duplicate of
923
***
Additional Comment
#2 From Ilu 2008-10-22 07:13
edit
]
screenshot of the sketch running in present mode