WOApplet (close to success...)
WOApplet (close to success...)
- Subject: WOApplet (close to success...)
- From: Erwin <email@hidden>
- Date: Thu, 13 Jan 2005 19:17:59 +0100
I have an applet reading a picture and displaying it in VR-panoramic format
The applet is running well but loading the picture ONLY when I defined the component as 'static'
and pass one parameter... (file = value)
(file = "/pictures/myPicture" .... in Library/WebServer/Documents)
I need to make this WOApplet Dynamic and give it a dynamic file path, so I defined the WOApplet like that :
Applet1: WOApplet {
archive = "ptviewer.jar";
code = "ptviewer.class";
codebase = "/WebObjects/java";
file = convertedFilePath;
height = 200;
width = 320;
}
the Applet starts but no image is loaded....
how can I do that nicely ?
thanks
Erwin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden