• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
WOApplet (close to success...)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: WOApplet (close to success...)
      • From: Chuck Hill <email@hidden>
  • Prev by Date: WOUpload different behaviour on deployment
  • Next by Date: Re: WOApplet (close to success...)
  • Previous by thread: Re: WOUpload different behaviour on deployment
  • Next by thread: Re: WOApplet (close to success...)
  • Index(es):
    • Date
    • Thread