Re: [Pharo-users] Pharo 7: Problems with the new file chooser UI

2019-02-18 Thread Offray Vladimir Luna Cárdenas
Hi Sven, Yes I was sure. But that's because I was using Pharo-7.0.0+rc1.build.19.sha.1fcbcd5170ad that was the one loaded from Pharo launcher 1.6.x from 31.01.2019. Now I have updated Pharo Launcher to 1.7.2 and it makes available the 7.0.1 versions of Pharo and now that functionality is working w

Re: [Pharo-users] Pharo 7: Problems with the new file chooser UI

2019-02-18 Thread Sven Van Caekenberghe
Are you really sure ? It works for me, Pharo 7.0.1 macOS. > On 18 Feb 2019, at 22:57, Offray Vladimir Luna Cárdenas > wrote: > > Hi, > > While I'm migrating Grafoscopio to Pharo 7 I get a deprecation warning > telling me that I need to change the previous code for choosing a file from > the

[Pharo-users] Pharo 7: Problems with the new file chooser UI

2019-02-18 Thread Offray Vladimir Luna Cárdenas
Hi, While I'm migrating Grafoscopio to Pharo 7 I get a deprecation warning telling me that I need to change the previous code for choosing a file from the UI, but now when I proceed as advised (using |chooseExistingFileReference: title extensions: exts path: path|). It returns a |FileReference| bu