Hi,
I'm trying to test TactileFeedback support on S60 5th edition SDK, but without success.
Specifically, the registerFeedbackArea() method always causes "KERN-EXEC 3" SDK errors.
I've tested various combinations of method arguments, but even the simplest call causes the same error:
Calling this method before or after setting the Canvas as current Displayable does not change the result.Code:TactileFeedback tacFeedback = new TactileFeedback(); tacFeedback.registerFeedbackArea(myCanvas, 0, 0, 0, 10, 10, TactileFeedback.FEEDBACK_STYLE_BASIC);
Similarly, the isTouchFeedbackSupported() method raises "KERN-EXEC 0" errors.
Am I missing something? Any available solutions/workarounds?
Thanks!
Pit


Reply With Quote

