Oct. 15, 2010
1:29 p.m.
It seems to be FileDialogWindow So the question is how is the following snippet translated. The examples I found in the image did not work for some reason. "Squeak" fc := FileChooser new. fc initializeAsDialogBox. fc open. fc fullName On 10/15/10, Hannes Hirzel <hannes.hirzel@gmail.com> wrote:
Hello
I am porting an application from Squeak to Pharo (actually the moose-seaside-glamour image) and I wonder what the equivalent class of FileChooser is?
There are five 'Chooser' classes in Pharo 1.1 but no FileChooser.
Thank you for the answer in advance
Hannes