Hi,On Mon, Jan 26, 2015 at 10:18 AM, Hern��n Morales Durand <hernan.morales@gmail.com> wrote:2015-01-26 5:54 GMT-03:00 Tudor Girba <tudor@tudorgirba.com>:There is no way at the moment.Just out of curiosity, why do you need to select an item if you do not want to see the details?This is for two reasons1) I have items with big strings inside and it takes too long to load in the new inspector sub-window.Why should it take too long? Is it because printString is too expensive? In that case, perhaps you might want to make printString cheaper and offer a separate presentation for your object that shows the full contents.
��2) I select the item to send a message to it, or bring a pop-up menu to remove the item (I have implemented it in the old inspector and I would like to port it to Pharo 4)This implies that you actually need a custom presentation. For such a custom presentation you can suppress the propagation of selection. If you tell me your use case in more details I can try to guide you.