Re: JFileChooser

2011-09-01 Thread IHateSoda
and with flash solution, java applet solution or others ? already tried with java applet, not successful. On Sep 1, 4:10 pm, Jim Douglas wrote: > Not possible. > > http://www.google.com/search?q=fakepath > > On Sep 1, 4:05 pm, IHateSoda wrote: > > > > > > > > > Thanks. > > > But with the FileUpl

Re: JFileChooser

2011-09-01 Thread Jim Douglas
Not possible. http://www.google.com/search?q=fakepath On Sep 1, 4:05 pm, IHateSoda wrote: > Thanks. > > But with the FileUpload widget, You can just browse a file. > > I want to select a folder (no file) and get the full path. > > On Aug 31, 5:38 pm, Jim Douglas wrote: > > > > > > > > >http://g

Re: JFileChooser

2011-09-01 Thread IHateSoda
Thanks. But with the FileUpload widget, You can just browse a file. I want to select a folder (no file) and get the full path. On Aug 31, 5:38 pm, Jim Douglas wrote: > http://google-web-toolkit.googlecode.com/svn/javadoc/2.3/com/google/g... > > On Aug 31, 4:17 pm, IHateSoda wrote: > > > > >

Re: JFileChooser

2011-08-31 Thread Jim Douglas
http://google-web-toolkit.googlecode.com/svn/javadoc/2.3/com/google/gwt/user/client/ui/FileUpload.html On Aug 31, 4:17 pm, IHateSoda wrote: > Hello, > > I need to browse folder in my GWT application, I tried to implement an > applet (Gwt-AI, HTML applet = new HTML()applet.setHTML(" bla bla">") bu

JFileChooser

2011-08-31 Thread IHateSoda
Hello, I need to browse folder in my GWT application, I tried to implement an applet (Gwt-AI, HTML applet = new HTML()applet.setHTML("") but not success. Neither Gwt-AI (it seems that doesn't work with gwt 2.3, I got a deferred binding error) nor the other solution (no errors but no results). Som