FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1397 : size() command is currently ignored in Android
Last modified: 2009-11-30 09:09
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
ASSIGNED
Resolution:
-
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
fry
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2009-11-30 09:08
The size() command will be handled differently on Android, but it's
completely ignored at the moment.
In general, the width and height of a sketch will simply be that of the
screen area, unless the Processing View class is embedded into something else.
However, we still need to be able to toggle between the 2D and 3D
renderers, which will likely be handled with a "getRenderer()" method. For
beginners, the preprocessor will likely convert the size() command to a
getRenderer() method internally.
This bug is now being tracked
here
.