FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 913 : Static mode applet export doesn't pick up size
Last modified: 2008-09-17 09:16
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
Daniel Shiffman
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2008-09-04 05:16
Version 0148, if you export a static applet, i.e. no setup() and draw():
size(400,400);
line(0,0,400,400);
The resulting HTML file makes the applet size 100,100.
<object classid="java: sketch_XXXXXa.class"
type="application/x-java-applet"
archive="sketch_XXXXXa.jar"
width="100" height="100"
standby="Loading Processing software..." >
(Hope this isn't a duplicate, I searched around quite a bit and couldn't
find anyone reporting it.)
Additional Comment
#1 From fry 2008-09-17 09:16
fixed for 0149, thanks.