← Back to team overview

touch-packages team mailing list archive

[Bug 1534674] Re: [AdaptivePageLayout] Add function to return the top Page of a PageColumn

 

Strap my last comment... Sorry, you need to know who's in the 2nd column
in order to push into the third one... Right.

We can do this, however remember that when you are in 2-column mode, and
you'd want to query the 3rd column for instance, you will still get the
page assigned to the third column as your layout would be on 3column
mode.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
       Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1534674

Title:
  [AdaptivePageLayout] Add function to return the top Page of a
  PageColumn

Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged

Bug description:
  Add a function that will return a reference to the top Page object in
  a specific PageColumn.

  Suggestion:

  getPageInColumn(int columnIndex)

  Use Case:

  In uReadIt I have at most a 3-column layout. I would like a user
  action on an item in the first column to add a Page to the 3rd column.
  This requires knowing the current page in the 2nd column in order to
  call pageStack.addPageToNextColumn(secondPage, "SourcePage.qml").

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1534674/+subscriptions


References