FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1445 : undefined `width` and `height`
Last modified: 2010-01-24 14:03
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
INVALID -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
Phillip M. Feldman
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2010-01-24 13:32
My son had a program that generated incorrect output because he referred to
the special variables `width` and `height` before calling `size`. This
should have generated an error message.
We are using version 1.0.9.
Additional Comment
#1 From fry 2010-01-24 14:03
that's simply not possible for us to do. we say multiple times in the
size() reference that it has to be the first line in setup(), which is all
we can do.