We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › File Chooser
Page Index Toggle Pages: 1
File Chooser (Read 355 times)
File Chooser
Jun 2nd, 2008, 12:30pm
 
 I am making an application that needs a file chooser dialog. I did it with java.awt's FileDialog object and the Dialog shows up and works really nice but when I click open, the dialog closes and the application gets stuck... can only exit by killing the process.

 The blocking happens on the chooser.setVisible(true); Instruction, so I think that could be a problem with the FileDialog Blocking the PApplet window while it is open ( as it is expected to) and then not being able to unblock it when it closes.

 I am using eclipse as IDE.

 Has anyone tried to use this object at the same time with the Processing core lib??


Thanks a lot!
Re: File Chooser
Reply #1 - Jun 2nd, 2008, 2:41pm
 
http://processing.org/hacks/doku.php?id=hacks:filechooser
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Integrate;action=display;num=1147684168
Page Index Toggle Pages: 1