[squeak-dev] Does morphic have a "File Chooser"? like when on a Web Browser, you want to attach a file and you get a popup file selector..?

gettimothy gettimothy at zoho.com
Sat Sep 11 11:12:52 UTC 2021


Perfect.


|f|

f := FileChooserDialog openOn: (FileDirectory default) pattern: '*.org' label: 'Choose the emacs .orgĀ  file to load'.

f inspect.



>From there, I can use the FileStream stuff that Levente posted on recently and feed that to the parser.



thank you so much.











---- On Sat, 11 Sep 2021 06:29:04 -0400 Jakob Reschke <jakres+squeak at gmail.com> wrote ----


Hi Timothy, 
 
Please have a look at the class FileChooserDialog. 
 
Kind regards, 
Jakob 
 
Am Sa., 11. Sept. 2021 um 11:51 Uhr schrieb gettimothy via Squeak-dev 
<mailto:squeak-dev at lists.squeakfoundation.org>: 
> 
> Hi Foks, 
> 
> I am at the point where I am going to take a foo.org file as input and create CustomHelp from it. 
> 
> It would be nice to be able to select a file based on my description in the subject line. 
> 
> Any pointers greatly appreciated. 
> 
> t 
> 
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20210911/e662b6e3/attachment.html>


More information about the Squeak-dev mailing list