Page 1 of 1

LayoutContainers size not constrained to their parents.

Posted: Thu Dec 18, 2014 09:18
by Montred
This illustrates the problem:

http://i.imgur.com/8WhhhHN.jpg

That is a FrameWindow, containing a ScrollerPane, containing a VerticalLayoutContainer, containing a hundred text labels.

The problem seems to be that the ScrollerPane size clips itself onlny to FrameWindows up in its hierarchy.

Re: LayoutContainers size not constrained to their parents.

Posted: Thu Dec 18, 2014 13:01
by Ident
Thanks for reporting this. I think you must have been the user Kulik (mpreisler) talked to yesterday on freeonode IRC chat channel #cegui right?

Either way, what we would need is some sort of reproduction for this. Can you provide us with modified sample browser files (e.g. modify hello world and give us the cpp and h files), or a code example or a layout file displaying the issue?

Also, here is our bug tracker: http://cegui.org.uk/mantis/ if you add a bug there (basically you can copy paste the stuff from this thread, use your forum account to log in) we can have it all documented.

Re: LayoutContainers size not constrained to their parents.

Posted: Thu Dec 18, 2014 15:06
by Montred
Yes, that was me. I will submit sample code to the mantis. Cheers.