Re: How do I use JAVA Frame instead of WOFrame in my app

2006-12-07 Thread Daniele Corti
Hi Randy, FileDialog takes as argument a java.awt.Frame, that coincides with a windows Dialog box, not a web Frame. I'm not sure, so if someones disagree, please correct my explanation, but I think a code that uses this class can be runned only as a java application. If you need to parse th

Re: How do I use JAVA Frame instead of WOFrame in my app

2006-12-06 Thread Daniele Corti
Hi Randy, I'm sorry, but I really don't undestand what are you doing: do you want to make the client site to open a Frame? If it's this, well, I don't think you can do something like this, not without a software installed on client side. Maybe, I haven't undestand your application, please give

How do I use JAVA Frame instead of WOFrame in my app

2006-12-05 Thread Randy Knolle
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 FileDial