Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Application hang on meego Harmattan after clicking outside TextArea.
Forum Updated to NodeBB v4.3 + New Features

Application hang on meego Harmattan after clicking outside TextArea.

Scheduled Pinned Locked Moved QML and Qt Quick
4 Posts 3 Posters 2.0k Views 1 Watching
  • 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.
  • T Offline
    T Offline
    TobbY
    wrote on 21 Sept 2011, 12:42 last edited by
    #1

    @rectangle{
    x=o;
    y=0;
    width:480;
    height:854
    TextArea{
    id:text1
    }
    TextArea{
    id:text2
    }
    }@

    if i click outside TextArea , means on rectangle , application gets hang.
    please help , thanks

    1 Reply Last reply
    0
    • V Offline
      V Offline
      vsorokin
      wrote on 21 Sept 2011, 13:54 last edited by
      #2

      Your code snippets have many typos and errors:

      1. Rectangle element must be write Capitalize
      2. symbol '=' must not using in property sets
      3. your try assign int variable 'x' to literal 'o'

      I don't know have you this typos and errors in your program, so can't help you.

      --
      Vasiliy

      1 Reply Last reply
      0
      • T Offline
        T Offline
        TobbY
        wrote on 21 Sept 2011, 20:12 last edited by
        #3

        sorry its not program, its just an prototype to ask question

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mlong
          wrote on 22 Sept 2011, 15:13 last edited by
          #4

          [quote author="TobbY" date="1316635942"]sorry its not program, its just an prototype to ask question[/quote]

          An actual code snippet would probably be more helpful in determining what may be going wrong. Often the problem is in the details that one takes for granted.

          Software Engineer
          My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

          1 Reply Last reply
          0

          3/4

          21 Sept 2011, 20:12

          • Login

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