On 5 January 2018 at 15:38, Ben Coman <[email protected]> wrote: > > > On 10 December 2017 at 16:51, Ben Coman <[email protected]> wrote: > >> Feedback for GT'ers... >> >> I'm probably ab-using FastTable support in gtInspector, >> but as a quick hack during initial prototyping it was *very* nice >> to be able review retrieved data as a table of instances >> with a column per instance variable. >> >> Some enhancements that would make this even better... >> 1. Horizontal scroll bar - There are columns past the right margin that I >> can't get to for lack of one. >> > > I'm having a go at this. The easy part adding the scrollbar morph is done > and before proceeding further I'm seeking advice on the recommended > approach > to translating the columns. >
> I've uploaded Morphic-Widgets-FastTable-BenComan.223 to Pharo6InBox. > Could someone familiar with FastTable internals review this on top of 60528 > and advise the next step I should take. > I should have mentioned, run... FTExample>>exampleTableHorizontalScroll to see demo of what I've done so far. btw, to make it safer to trial this horizontal scroll bar UI code all modifications are guarded by... trialHSB ifNil: [ ] ifNotNil: [] cheers -ben
