I am using FileDialog which allows the user to select a file in the filesystem, but it requires a java Frame object so that it knows where to position the modal window.
The question is, how do I use a java Frame in my app instead of a WOFrame? Currently, I pass in a frame object to the FileDialog constructor method which doesn't appear within my app. The problem is, the second time the user access the dialog box from my app the box doesn't open, but instead, appear in the menu bar and "blinks", alerting the user to open it. I am supposing that, if the java Frame object appeared somewhere in my app, the modal box will display above the app. Thanks, Randy. ____________________________________________________________________________________ Any questions? Get answers on any topic at www.Answers.yahoo.com. Try it now. _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
