Hi,
I have an app with a linedit component. This app runs in fullscreen modus.
When I click on this component (on the phone), the keyboard should appear, right? I can click on it and select the text, but there is no keyboard on the screen to type the text.
I don't know if there is an option to set or it is a bug. It worked fine with the Nokia SDK 1.0 (Qt 4.7.3). Now, compiled with Qt 4.7.4, the keyboard doesn't appear anymore (only sometimes, when I am lucky, it appears).
I have the same problem with the doubleSpinBox-component.
FocusPolicy is NoFocus, because I don't want to see a border around the box.
What can I do, to show the keyboard when the user click on the box?



