Hi, On Mon, Jan 26, 2015 at 10:18 AM, Hernán Morales Durand < [email protected]> wrote:
> > 2015-01-26 5:54 GMT-03:00 Tudor Girba <[email protected]>: > >> 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 reasons > > 1) 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. Cheers, Doru > > Hernán > > >> Doru >> >> On Mon, Jan 26, 2015 at 7:30 AM, Hernán Morales Durand < >> [email protected]> wrote: >> >>> For example >>> >>> Process allInstances inspect. >>> >>> I am using #40460, and I want to select an item in a list and continue >>> to see the list. >>> >>> I have tried to set the "Number of inspector panes" to 1, but that only >>> shift the selected object sub-window. >>> >>> Hernán >>> >>> >> >> >> -- >> www.tudorgirba.com >> >> "Every thing has its own flow" >> > > -- www.tudorgirba.com "Every thing has its own flow"
