01-12-2013 05:46 PM - edited 01-12-2013 05:52 PM
import bb.multimedia 1.0
Page {
Container {
AudioRecorder {}
}
}This results in the displaying of the message, "The AudioRecorder component might be an unknown or custom component. Its properties are not validated."
Does anyone know why I would get that info message, and what I can do about it? I can't seem to get the AudioRecorder to work at all (using the simulator), despite having set the record_audio and access_shared permissions in bar-descriptor.xml, which is why I was wondering about the significance of the info message.
01-13-2013 07:27 PM
Does anyone at least know if the fact that the message I quoted in the topic title is displayed is a bug, or if it's something I should be concerned about?
01-15-2013 09:12 AM
Anybody?
01-15-2013 10:08 AM
did you try to use it as attached object?
attachedObjects: [ AudioRecorder { id: recorder outputUrl: "/tmp/recording.m4a" }]