File Chooser/Browser

Started by
-1 comments, last by songofuriel 16 years, 11 months ago
Hi, I have a 3D Model Viewer application that basically enables you to load OBJ files. Right now, I have the hard-coded way of loading a file, but I want to have a feature that when you (for example) press letter 'O', the application will load a dialog box (the file browser). I'm trying to use the FileChooser of juce library ( http://www.rawmaterialsoftware.com/juce/ ). However, I'm not sure on how I will integrate this in my codes. Kindly help me.. like, for what should I put here: case SDLK_o: /* TO DO: Open a file */ break; --- or maybe.. you have an example code there in C++, using any library <just kindly specify the library you used>.. if it's okay, kindly post it here.. I'm so sorry if I sound like demanding.. :| but I really need help. Thanks. :)

This topic is closed to new replies.

Advertisement