Hi,
Has anybody managed to get the QML LightSensor working?
I have the following code:-
This works fine on the simulator and the text box gets updated correctly. But on my Nokia C7 (running Belle) the text box does not update - the application does not show any errors either.Code:LightSensor{ id: ls dataRate: 1000 onReadingChanged: { lsText.text=reading.lux } }
Anybody got any ideas?
Thanks
Andy



