Added two ILUIWidget subclasses:
-- ILFileBrowserSelectorWidget ILFileBrowserListWidget Which can be tested under ILFileSelectorApplication and ILFileBrowserApplication (they are based in the ILClassSearchApplication) Changes uploaded to dev branch in http://www.smalltalkhub.com/#!/~hernan/Iliad Feel free to make enhacements and fix bugs. Cheers, Hernán You received this message because you are subscribed to the Google Groups "Iliad project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Hi Hernán,
seems nice. I definitely plan to use those. I am in the process of adding import/export in JSON format to my project Clafouti (http://smalltalkhub.com/#!/~BenoitAstruc/Clafouti). I use NeoJSON to add this capacity to my data model classes. It took me a while to undertand how to make it work with Bag and SDActiveRecord, but at last it seems ok in Playground. Now I am wondering how am I supposed to give the file to the user. It isn't a static file so, generated on the fly when the user will click on a link/button. I browse examples a bit but didn't find anything usefull. Has anyone a hint to where I should look ? Thanks, Benoit Le 25/02/16 08:22, Hernán Morales Durand a écrit : > Added two ILUIWidget subclasses: > > ILFileBrowserSelectorWidget > ILFileBrowserListWidget > > Which can be tested under ILFileSelectorApplication and > ILFileBrowserApplication (they are based in the ILClassSearchApplication) > > Changes uploaded to dev branch in > http://www.smalltalkhub.com/#!/~hernan/Iliad > Feel free to make enhacements and fix bugs. > > Cheers, > > Hernán > > -- > You received this message because you are subscribed to the Google > Groups "Iliad project" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [hidden email] > <mailto:[hidden email]>. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Iliad project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Hi Benoit, I finally managed to split selector widgets in two classes (please load latest commit from STHub repository): Both file browser and selectors should be available under the examples path (attached screenshot):1) A simple single file selector (radio button) widget for one-level browsing: ILFileBrowserSelectorWidget 2) A simple multiple files selector (check boxes) widget for one-level browsing: ILFileBrowserMultipleSelectorWidget http://localhost:9090/examples/filebrowser http://localhost:9090/examples/fileselector http://localhost:9090/examples/multiplefileselector >>myFileSelector ^ ILFileBrowserSelectorWidget new title: 'Select File'; searchRoot: FileSystem workingDirectory; yourself >>index ^ [ : e | e build: self myFileSelector ] e button text: 'Next'; action: [ Transcript show: self fileSelector selection. self redirectToLocal: 'nextPage' ] Let me know if does not work. I think a TreeWidget for files would be better but I didn't found yet how to do it. Cheers, Hernán 2016-03-09 19:10 GMT-03:00 benoit <[hidden email]>: Hi Hernán, You received this message because you are subscribed to the Google Groups "Iliad project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. _-_2016-03-09_20.11.08.png (21K) Download Attachment |
Free forum by Nabble | Edit this page |