Scrolling views
Posted by Peter Simmonds on May 20, 2004; 9:22am
URL: https://forum.world.st/Scrolling-views-tp3370614.html
I want to create a scrolling view. I have created a ScrollingDecorator as a
child
of my main view. When I run this I get the following exception:
10:18:36, 20 May 2004: 'UndefinedObject does not understand
#preferredLayoutExtentOf:'
UndefinedObject(Object)>>doesNotUnderstand:
ScrollingDecorator>>updateScrollBars
ScrollingDecorator>>placement:
ScrollingDecorator(View)>>restorePlacement:resolution:
ScrollingDecorator(STBViewProxy)>>restoreView
[] in ShellView(STBViewProxy)>>restoreView
OrderedCollection>>do:
How can I properly implement a scrolling view?
Peter Simmonds
Northampton, UK