| Author |
How to open up a html file with a File Chooser?
|
m brown
Ranch Hand
Joined: Mar 01, 2005
Posts: 57
|
|
okay, basically i want a "viewer" application that will use a file chooser dialog to choose and display a html file. so far i have this now when i try to run this, i get a "cannot resolve symbol" error... i dont know any other way to try and do this, any help would be appreciated.
|
 |
Carol Enderlin
drifter
Ranch Hand
Joined: Oct 10, 2000
Posts: 1348
|
|
|
If you're getting a "cannot resolve symbol" error and want help, please include the rest of the error.
|
 |
Ben Wood
Ranch Hand
Joined: Aug 14, 2001
Posts: 342
|
|
Could be this line... Where is the identifier "fc" created? I'm assuming this is supposed to be some kind of file browser/chooser dialog object? Take a look at FileDialog which might help you out... [ March 30, 2005: Message edited by: Ben Wood ]
|
SCJP 1.4, www.gsi3d.org.uk
|
 |
m brown
Ranch Hand
Joined: Mar 01, 2005
Posts: 57
|
|
|
yes actually fc was a file chooser object that was created..ill try to use the file dialog that looks like what i was looking for.
|
 |
 |
|
|
subject: How to open up a html file with a File Chooser?
|
|
|