Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. QA Tools
  3. Squish
  4. problem with a parent object

problem with a parent object

Scheduled Pinned Locked Moved Unsolved Squish
7 Posts 3 Posters 672 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.
  • G Offline
    G Offline
    Goran_34
    wrote on 15 May 2024, 08:49 last edited by
    #1

    someone to help me about my problem with one test in squish program with python language.

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 15 May 2024, 08:56 last edited by
      #2

      If you want somebody to help you to solve a problem, then you have to describe the problem and provide all needed information...

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • G Offline
        G Offline
        Goran_34
        wrote on 15 May 2024, 09:53 last edited by
        #3

        Detail LookupError: Object ':scrollView_Item_28' not ready: Quick item is clipped by a parent object /home/dev/Development/Repositories/apa_tests/global/steps/general.py:165

        1 Reply Last reply
        0
        • J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 15 May 2024, 11:03 last edited by
          #4

          This is still not enough. You will have to show relevant code.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • G Offline
            G Offline
            Goran_34
            wrote on 15 May 2024, 11:23 last edited by
            #5

            elif structure_name == 'CCI.Convert':
            view_list_raw = {"container":names.scrollView_CCI_Convert_Text_2, "index": 2, "type": "Item", "visible": True}
            y_value = 300
            flicking = True
            snooze(2)

            1 Reply Last reply
            0
            • G Offline
              G Offline
              Goran_34
              wrote on 15 May 2024, 14:23 last edited by
              #6

              and the program stay at the front, and he don't flick to the button where my wish object what i need to go into is

              1 Reply Last reply
              0
              • C Offline
                C Offline
                clanhuth
                wrote on 22 May 2024, 13:22 last edited by clanhuth
                #7

                The readiness check in Squish for Qt for QML objects determines that the object is not ready for interaction, because it is not visible/accessible on the screen, because its parent clipped it away. What this means, and what to do, probably depends a lot on the situation, which I cannot derive from the information that you have provided.

                The script code that you provided should not result in this error, because it does not contain a waitForObject() call.

                If you only want to look up an object for something else than interaction, you can consider using the findObject() function, which does a one-time search for the object, and it does not perform the "readiness" check. It will throw an error if no matching object can be found, or return the reference to the found object.

                1 Reply Last reply
                0

                4/7

                15 May 2024, 11:03

                • Login

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