FramingLayout bug

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

FramingLayout bug

Louis Sumberg-2
There seems to be a problem when using a FramingLayout and an
arrangement aspect of #centerRelativeParentHeight.  The culprit seems to
be FramingCalculation class>>centerRelativeParentHeight, which calls
FramingContext>>height, which doesn't exist.  I defined the latter
method (see below) and now it works.

!FramingContext methodsFor!

height
        ^rectangle height! !
!FramingContext categoriesFor: #height!accessing!public! !

-- Louis

LasTesting.Default view.vu (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: FramingLayout bug

Louis Sumberg-2
oops, you can ignore the attachment in the previous post.  Geez, I'm
getting (have gotten) sloppy.