On 5/22/08, Nathan <[EMAIL PROTECTED]> wrote: > > On Tue, May 20, 2008 at 5:44 PM, Alex Holkner <[EMAIL PROTECTED]> wrote: > >> > >> view_y seems to be completely ignored at all times. > > > > It is clamped to the content height -- that is, you cannot set a > > view_y that would cause some of the document to not be visible if it > > doesn't need to be. This is the desirable behaviour for hooking up > > page up/down keys. > > > I understand that, but shouldn't a view_y of 0 set the content at the > _top_ of the layout window? Don't get me wrong, for my purposes I > actually prefer to have it start at the bottom and scroll up, but it > seems odd that there's no way to get the content to the top of the > layout until you have enough content that it fills up the entire > viewable layout.
This is controlled by valign (which is also overloaded to give the anchor point, something I'll fix before the next release). Alex. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
