September 21, 2011

TobbY TobbY
Lab Rat
208 posts

Application hang on meego Harmattan after clicking outside TextArea.

 

  1. rectangle{
  2.     x=o;
  3.     y=0;
  4.     width:480;
  5.     height:854
  6.     TextArea{
  7.         id:text1
  8.     }
  9.     TextArea{
  10.         id:text2
  11.     }
  12. }

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

 Signature 

Gorilla..

3 replies

September 21, 2011

Vass Vass
Hobby Entomologist
738 posts

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.

 Signature 


Vasiliy

September 21, 2011

TobbY TobbY
Lab Rat
208 posts

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

 Signature 

Gorilla..

September 22, 2011

mlong mlong
Mad Scientist
1517 posts
TobbY wrote:
sorry its not program, its just an prototype to ask question

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.

 Signature 

Senior Software Engineer
AccuWeather Enterprise Solutions
/* My views and opinions do not necessarily reflect those of my employer.  Void where prohibited. */

 
  ‹‹ QML complex animation      [Solved] PaintEvent being displayed underneath a text label ››

You must log in to post a reply. Not a member yet? Register here!