Re: [Pharo-users] [ANN] MaterialDesignLite for Seaside v1.3.0

2018-10-08 Thread Julien
Cool! --- Julien Delplanque Doctorant à l’Université de Lille http://juliendelplanque.be/phd.html Equipe Rmod, Inria Bâtiment B 40, Avenue Halley 59650 Villeneuve d'Ascq Numéro de téléphone: +333 59 35 86 40 > Le 7 oct. 2018 à 23:53, Cyril Ferlicot D. a écrit : > > Hi, > > Today I released the

[Pharo-users] Pharo 7alpha and XMLParser Inspector Error

2018-10-08 Thread Eric Gade
Hi All, There appears to be a problem viewing XML documents / nodes in the inspector when using XMLParser (catalog version) in the latest Pharo 7. When running the following: ```smalltalk xml := 'https://www.w3schools.com/xml/note.xml' asUrl retrieveContents. document := XMLDOMParser parse: xml

Re: [Pharo-users] GLM: preserving columns width in tables // getting the actual column

2018-10-08 Thread Arturo Zambrano
Hi Tudor, all thanks for your reply. I would like your opinion about the cleanest way to add this considering that: - Columns are added in GLMMorphicListingRenderer>> treeMorphFor: tmpTreeModel and: aPresentation - GLMMorphTreeColumn implements currentWidth: and currentWidth Should I