Application hang on meego Harmattan after clicking outside TextArea.
QML and Qt Quick
4
Posts
3
Posters
2.0k
Views
1
Watching
-
wrote on 21 Sept 2011, 12:42 last edited by
@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 -
wrote on 21 Sept 2011, 13:54 last edited by
Your code snippets have many typos and errors:
- Rectangle element must be write Capitalize
- symbol '=' must not using in property sets
- 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.
-
wrote on 21 Sept 2011, 20:12 last edited by
sorry its not program, its just an prototype to ask question
-
wrote on 22 Sept 2011, 15:13 last edited by
[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.
3/4