I give up. I tried to find a place where to put such an option. But I just don't have a clue how all that works. The interaction between NewList, NewListModel, NewListAdapter, MorphicNewListAdapter and NewListRenderer. If I add an "providesIcon" option to NewListAdapter, it does not work on an the lists used in EyeInspector. If I add this option to MorphicNewListAdapter, it does not work for NewListExample. I don't think I have to add a instvar, setter and getter to three different classes just to make this work. Would it make more sense to create a subclass NewIconList? 2014-05-21 10:23 GMT+02:00 Benjamin <benjamin.vanryseghem.pharo@gmail.com>:
On 21 May 2014, at 00:08, Nicolai Hess <nicolaihess@web.de> wrote:
Therefore, is there a way to create the NewList and tell it to NEVER ask for icons?
As far as I remember I did not implement this option :)
But having a flag for that should not be too complicated to add ;)
Good luck, Ben