Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [Solved] Problem with non-flickable list inside a flickable page
QtWS25 Last Chance

[Solved] Problem with non-flickable list inside a flickable page

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 1 Posters 1.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • AlicemirrorA Offline
    AlicemirrorA Offline
    Alicemirror
    wrote on last edited by
    #1

    Hi to all,

    I have a strange behavior that means a bug of Qt (using SDK1.1.3 + Qt 4.7.4 + Creator 2.3.0)

    I have created a list of simple text links: it is a variable broup of buttons that should appear at the top of all the other elements of a pge. Thus the page is set as flickable while the list has set interactive: false.

    As the list is complex I have created three separate QML documents: MyListItem.qml, MyListModel.qml and MyList.qml (that defines the list with the other two elements).

    If I leave the list flickable by default and insert the list definition document in a non-flickable page at the bottom of some object all works fine.

    Introducing the same definition in a page that includes a long set of elements included in a Item set as flickable it doesn't work.

    I have searched a lot for some kind of strange bug but in the other page the same few lines of code to include MyList.qml works fine. In the flickable page there are no errors and nothing is show.

    As the last try - to check one component at a time - I inserted the three separate documents the define MyList in the flickable page and the list is shown.

    Any ideas or suggestion? Someone has experienced a problem like this ?

    Enrico Miglino (aka Alicemirror)
    Balearic Dynamics
    Islas Baleares, Ibiza (Spain)
    www.balearicdynamics.com

    1 Reply Last reply
    0
    • AlicemirrorA Offline
      AlicemirrorA Offline
      Alicemirror
      wrote on last edited by
      #2

      Bug that seems related:

      https://bugreports.qt.nokia.com/browse/QTCOMPONENTS-939

      Enrico Miglino (aka Alicemirror)
      Balearic Dynamics
      Islas Baleares, Ibiza (Spain)
      www.balearicdynamics.com

      1 Reply Last reply
      0
      • AlicemirrorA Offline
        AlicemirrorA Offline
        Alicemirror
        wrote on last edited by
        #3

        To close this note: I confirm that this bug creates a lot of problems managing a situation as described below. The final solution adopted is the usage of a column of objects instead a list.

        Enrico Miglino (aka Alicemirror)
        Balearic Dynamics
        Islas Baleares, Ibiza (Spain)
        www.balearicdynamics.com

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved