I am very interested into Brick, because I am very interesting into anything GUI and graphic wise and I want to push pharo forward in that field with my own efforts as best I can.
The scrolling of your examples is actually very smooth. Why the class you use is not available in Moose 5.0 ? Because a moose 5.0 image I have downloaded recently with pharolauncher that it contains GTSpotter yet it does not have the class you use here. On Wed, Dec 10, 2014 at 9:31 PM, Aliaksei Syrel <[email protected]> wrote: > Hi, > > in case someone is still interested, a Glamour-Morphic-Brick (extension of > morph, that was used to build a Spotter) > supports a very large lists. You can try in the latest version: > > GLMScrollListBrick exampleCollection - to open a list of all classes in > the image (each element in the list is a morph). > GLMScrollListBrick example - list of 2000 elements > GLMScrollListBrick exampleInfinity - list of Float infinity number of > elements. > > if your pharo image is old: > >> Gofer new >> smalltalkhubUser: 'Moose' project: 'Glamour'; >> package: 'Glamour-Morphic-Brick'; load. > > > Maybe we will use it instead of default lists in Inspector. > > Cheers, > Alex > > > On Thu, Dec 4, 2014 at 4:04 PM, Ben Coman <[email protected]> wrote: > >> Sven Van Caekenberghe wrote: >> >>> On 04 Dec 2014, at 11:45, [email protected] wrote: >>>> >>>> But further than that I want to edit values in inspectors. >>>> >>> >>> Yes ! >>> >>> And auto refresh ! >>> >>> Both of these could be depending on presentation, so that heavy >>> presentations can opt out. >>> >>> >>> >>> >>> >> It would be good if there was some visual indication of which >> presentations auto-refreshed - like a drop pin looking like its "stuck-in" >> when not-auto-refreshing. A user might even be able to change the state of >> the pin, with the just the default dependent on type of presentation. >> cheers -ben >> >> >
